[SCM] proftpd-mod-dnsbl branch, master, updated. upstream/0.1.5-15-g4bb8937

Francesco P. Lovergine francesco at lovergine.com
Sat Apr 16 08:43:48 UTC 2011


The following commit has been merged in the master branch:
commit 4bb89371aa49eb4babb4597c41bfcd949aaa0fcd
Author: Francesco P. Lovergine <francesco at lovergine.com>
Date:   Sat Apr 16 10:40:24 2011 +0200

    Fixed for ABI dependencies.

diff --git a/debian/changelog b/debian/changelog
index 63dcf02..47ffea0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+proftpd-mod-dnsbl (0.1.5-2) unstable; urgency=low
+
+  * Fixed substvars to include package name and truly add ABI dependencies.
+  * Policy bumped to 3.9.2. No changes required.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 16 Apr 2011 10:39:25 +0200
+
 proftpd-mod-dnsbl (0.1.5-1) unstable; urgency=low
 
   * Initial release (Closes: #615175).
diff --git a/debian/control b/debian/control
index a6eede4..ff0a541 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: autotools-dev,
                debhelper (>= 7.0.50~),
                libacl1-dev,
                proftpd-dev (>= 1.3.1rc1),
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://www.castaglia.org/proftpd/modules/mod_dnsbl.html
 Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-mod-dnsbl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-dnsbl.git;a=summary
diff --git a/debian/rules b/debian/rules
index 0db72be..0d5942f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,5 @@ 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
+	cat /usr/share/proftpd/proftpd-substvars >>$(CURDIR)/debian/$(DEBNAME).substvars
 	dh_gencontrol

-- 
mod_dnsbl for proFTPD



More information about the Pkg-proftpd-maintainers mailing list