]> andersk Git - mod-vhost-ldap.git/blobdiff - Makefile
revamp directory structure: step 3
[mod-vhost-ldap.git] / Makefile
index e08557c036f5f3264c30d9387eabdfe7fd971521..34026fdae51e79e98a3cf8171516619a4e41d61b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,12 @@ 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`;
+       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);
        rm -rf mod-vhost-ldap-$(VERSION);
This page took 0.346875 seconds and 4 git commands to generate.