X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/blobdiff_plain/1d4d72a3167de097f025b50fe9ba6ad26f16ea07..bb15927a35a498948f69c3013ab61a7aa666026c:/Makefile?ds=inline diff --git a/Makefile b/Makefile index e08557c..8875f95 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,10 @@ clean: mod_vhost_ldap.o: mod_vhost_ldap.c $(APXS) -Wc,-Wall -Wc,-Werror -Wc,-g -Wc,-DDEBUG -Wc,-DMOD_VHOST_LDAP_VERSION=\\\"mod_vhost_ldap/$(VERSION)\\\" -c -lldap_r mod_vhost_ldap.c +deb: make clean + svn export svn+ssh://ondrej@svn.debian.org/svn/modvhostldap mod-vhost-ldap-`cat VERSION`.orig; + /usr/bin/pdebuild --configfile /home/ondrej/.pbuilderrc.unstable + archive: svn export svn+ssh://ondrej@svn.debian.org/svn/modvhostldap mod-vhost-ldap-`cat VERSION`; tar czf ../mod-vhost-ldap-$(VERSION).tar.gz mod-vhost-ldap-$(VERSION);