]> andersk Git - mod-vhost-ldap.git/commitdiff
add README.Debian
authorOndřej Surý <ondrej@sury.org>
Tue, 30 Aug 2005 07:26:27 +0000 (07:26 +0000)
committerOndřej Surý <ondrej@sury.org>
Tue, 30 Aug 2005 07:26:27 +0000 (07:26 +0000)
git-svn-id: svn://svn.debian.org/svn/modvhostldap@10 4dd36cbf-e3fd-0310-983d-db0e06859cf4

Makefile

index e08557c036f5f3264c30d9387eabdfe7fd971521..8875f950517668d32ec5781bf7041ac76e3d9558 100644 (file)
--- 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);
This page took 0.68728 seconds and 5 git commands to generate.