[SCM] proftpd-mod-geoip branch, master, updated. upstream/0.2-6-gdbeb561
Fabrizio Regalli
fabreg at fabreg.it
Thu Mar 17 12:26:33 UTC 2011
The following commit has been merged in the master branch:
commit 52a8ac9ececcddf149e227207bd5c73d8d7f3994
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date: Thu Mar 17 13:23:14 2011 +0100
Fixed to use proftpd ABI
diff --git a/debian/control b/debian/control
index 65ca904..a77ee86 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at lists.alioth.debian.org>
Uploaders: Fabrizio Regalli <fabreg at fabreg.it>,
- Francesco Paolo Lovergine <frankie at debian.org>
+ Francesco Paolo Lovergine <frankie at debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), proftpd-dev, libgeoip-dev, libacl1-dev
Standards-Version: 3.9.1
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-geoip.git;a=summar
Package: proftpd-mod-geoip
Architecture: any
-Depends: proftpd-basic (>= 1.3.2c), ${shlibs:Depends}, ${misc:Depends}
+Depends: proftpd-basic, ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Description: proftpd mod_geoip
This is mod_geoip module for profptd.
The mod_geoip module uses the GeoIP library from MaxMind
diff --git a/debian/rules b/debian/rules
index e6a6c55..4d1555d 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"
diff --git a/debian/substvars b/debian/substvars
new file mode 100644
index 0000000..60feb1f
--- /dev/null
+++ b/debian/substvars
@@ -0,0 +1 @@
+proftpd:depends=proftpd-abi-1.3.3d
--
mod_geoip for proftpd
More information about the Pkg-proftpd-maintainers
mailing list