From: Ondřej Surý Date: Tue, 30 Aug 2005 13:45:58 +0000 (+0000) Subject: updated make archive script in Makefile X-Git-Tag: debian/0.2.4-1^2 X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/commitdiff_plain/a068493b68daa03bc5d9e88508ad2703a5b1770c updated make archive script in Makefile git-svn-id: svn://svn.debian.org/svn/modvhostldap/mod-vhost-ldap@22 4dd36cbf-e3fd-0310-983d-db0e06859cf4 --- diff --git a/Makefile b/Makefile index 34026fd..546a6d6 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,11 @@ deb: make clean /usr/bin/pdebuild --configfile /home/ondrej/.pbuilderrc.unstable archive: - svn export svn+ssh://ondrej@svn.debian.org/svn/modvhostldap/trunk mod-vhost-ldap-`cat VERSION`; - tar czf ../mod-vhost-ldap-$(VERSION).tar.gz mod-vhost-ldap-$(VERSION); - tar cjf ../mod-vhost-ldap-$(VERSION).tar.bz2 mod-vhost-ldap-$(VERSION); + svn export svn+ssh://ondrej@svn.debian.org/svn/modvhostldap/mod-vhost-ldap mod-vhost-ldap-`cat VERSION`; + rm -rf mod-vhost-ldap-$(VERSION)/debian + tar czf ../tarballs/mod-vhost-ldap-$(VERSION).tar.gz mod-vhost-ldap-$(VERSION); + ln -sf mod-vhost-ldap-$(VERSION).tar.gz ../tarballs/mod-vhost-ldap_$(VERSION).orig.tar.gz + tar cjf ../tarballs/mod-vhost-ldap-$(VERSION).tar.bz2 mod-vhost-ldap-$(VERSION); rm -rf mod-vhost-ldap-$(VERSION); format: