[SCM] proftpd-mod-dnsbl branch, master, updated. upstream/0.1.5-14-gbe9450b

Francesco P. Lovergine francesco at lovergine.com
Thu Mar 17 11:31:11 UTC 2011


The following commit has been merged in the master branch:
commit 58bfb1bcf0040f87d9ffafdfb261002e3ee1ab80
Author: Francesco P. Lovergine <francesco at lovergine.com>
Date:   Thu Mar 17 12:22:53 2011 +0100

    Fixed to use proftpd ABI

diff --git a/debian/control b/debian/control
index 0975fad..a6eede4 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-dnsbl.git;a=summar
 
 Package: proftpd-mod-dnsbl
 Architecture: any
-Depends: proftpd-basic (>= 1.3.2c), ${misc:Depends}, ${shlibs:Depends}
+Depends: proftpd-basic, ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
 Description: ProFTPD module mod_dnsbl
  ProFTPD module for mod-dnsbl (DNS Black-List/Block-List)
  .
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 8f8ead1..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,27 +0,0 @@
-Source: proftpd-mod-dnsbl
-Section: net
-Priority: optional
-Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at lists.alioth.debian.org>
-Uploaders: Mahyuddin Susanto <udienz at ubuntu.com>,
- 	Francesco Paolo Lovergine <frankie at debian.org>
-DM-Upload-Allowed: yes
-Build-Depends: autotools-dev,
-               debhelper (>= 7.0.50~),
-               libacl1-dev,
-               proftpd-dev (>= 1.3.1rc1),
-Standards-Version: 3.9.1
-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
-
-Package: proftpd-mod-dnsbl
-Architecture: any
-Depends: proftpd-basic (>= @VERSION@), ${misc:Depends}, ${shlibs:Depends}
-Description: ProFTPD module mod_dnsbl
- ProFTPD module for mod-dnsbl (DNS Black-List/Block-List)
- .
- A DNS blacklist is a way in which the DNS can be used to
- "blacklist" sites/addresses that have been deemd to be
- "bad" in some way. These blacklists are often used by
- email servers, for determining and rejecting email sent
- by addresses known to be sources of spam.
diff --git a/debian/rules b/debian/rules
index 344f80f..45fa9ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,6 @@ VERSION=$(shell grep PROFTPD_VERSION_TEXT /usr/include/proftpd/version.h|cut -d\
 MODULE_NAME=mod_dnsbl
 DEBNAME=proftpd-mod-dnsbl
 
-debian/control: debian/control.in
-	sed -e 's/@VERSION@/$(VERSION)/' $< >$@
-
 %:
 	dh $@
 
@@ -20,3 +17,7 @@ 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/substvar
+	dh_gencontrol

-- 
mod_dnsbl for proFTPD



More information about the Pkg-proftpd-maintainers mailing list