[SCM] proftpd-mod-tar branch, master, updated. upstream/0.3.3-7-gc7f38ea

Fabrizio Regalli fabreg at fabreg.it
Thu Mar 17 12:17:10 UTC 2011


The following commit has been merged in the master branch:
commit c7f38ea64e7ee06ccf5271554bbe21e9e2ee9413
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Mar 17 13:14:47 2011 +0100

    Fixed to use proftpd ABI

diff --git a/debian/control b/debian/control
index a180e19..92d5b0b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-tar.git;a=summary
 
 Package: proftpd-mod-tar
 Architecture: any
-Depends: proftpd-basic (>= 1.3.2c), ${shlibs:Depends}, ${misc:Depends}
+Depends: proftpd-basic, ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
 Description: ProFTPD module mod_tar
  The mod_tar module supports on-the-fly creation of tar files,
  Whenever a client attempts to download a directory as a tar file,
diff --git a/debian/rules b/debian/rules
index 12675f7..2be761f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,10 @@ override_dh_auto_build:
 override_dh_auto_install:
 	DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -i -c $(MODULE_NAME).c
 
+override_dh_gencontrol:
+	cat /usr/share/proftpd/proftpd-substvars >>$(CURDIR)/debian/substvars
+	dh_gencontrol
+
 clean:
 	$(RM) $(MODULE_NAME).a *.o *.la *.lo
 	$(LIBTOOL) --mode=clean $(RM) "$(MODULE_NAME).o"

-- 
mod_tar for proftpd



More information about the Pkg-proftpd-maintainers mailing list