[SCM] proftpd-mod-dnsbl branch, master, updated. upstream/0.1.5-6-g83545c6

Mahyuddin Susanto udienz at ubuntu.com
Sat Mar 5 15:54:46 UTC 2011


The following commit has been merged in the master branch:
commit 83545c6d318110c8c6ae9678442717d9eac5df87
Author: Mahyuddin Susanto <udienz at ubuntu.com>
Date:   Sat Mar 5 22:53:46 2011 +0700

    add various files and fixing rules, ready for packaging

diff --git a/debian/changelog b/debian/changelog
index 6fd96e5..63dcf02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-proftpd-mod-dnsbl (0.1.5-1) UNRELEASED; urgency=low
+proftpd-mod-dnsbl (0.1.5-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #615175).
 
- -- Mahyuddin Susanto <udienz at ubuntu.com>  Sat, 26 Feb 2011 14:28:48 +0700
+ -- Mahyuddin Susanto <udienz at ubuntu.com>  Sat, 05 Mar 2011 22:53:20 +0700
diff --git a/debian/control b/debian/control
index d613a0b..cddd798 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,25 @@ Section: net
 Priority: optional
 Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at lists.alioth.debian.org>
 Uploaders: Mahyuddin Susanto <udienz at ubuntu.com>
-Build-Depends: 	autotools-dev,
+Build-Depends: autotools-dev,
 		debhelper (>= 7),
 		quilt (>= 0.46-7~),
 		proftpd-dev,
-		libacl1-dev
+		libacl1-dev,
+		dh-autoreconf
 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-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: mod-dnsbl
+Package: proftpd-mod-dnsbl
 Architecture: any
 Depends: ${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/proftpd-mod-dnsbl.dirs b/debian/proftpd-mod-dnsbl.dirs
new file mode 100644
index 0000000..669898d
--- /dev/null
+++ b/debian/proftpd-mod-dnsbl.dirs
@@ -0,0 +1 @@
+usr/lib/proftpd
diff --git a/debian/proftpd-mod-dnsbl.docs b/debian/proftpd-mod-dnsbl.docs
new file mode 100644
index 0000000..2741a24
--- /dev/null
+++ b/debian/proftpd-mod-dnsbl.docs
@@ -0,0 +1 @@
+mod_dnsbl.html
diff --git a/debian/proftpd-mod-dnsbl.install b/debian/proftpd-mod-dnsbl.install
new file mode 100644
index 0000000..f3c2f8a
--- /dev/null
+++ b/debian/proftpd-mod-dnsbl.install
@@ -0,0 +1 @@
+.libs/mod_dnsbl.so usr/lib/proftpd
diff --git a/debian/rules b/debian/rules
index a9430f4..4ad7812 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,37 +1,40 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-
 DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 clean:
 	dh_testdir
 	dh_testroot
+	rm -f build-stamp *.la *.lo
+	rm -rf .libs/
 	dh_clean
-	
-config.status: configure 
+
+config.status: configure
 	dh_testdir
+	dh_auto_configure
 	
 build: build-stamp
 
 build-stamp: config.status
 	dh_testdir
-	./configure --prefix=/usr
-	
 	touch build-stamp
 
 install: build
-	dh_testdir
-	dh_testroot
 	dh_prep
-	prxs -c -i -d mod_dnsbl.c
+	dh_installdirs
+	prxs -c mod_dnsbl.c
 
+# Build architecture-independent files here.
 binary-indep: build install
+	dh_installdirs
+	dh_install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_install
+	dh_installchangelogs 
+	dh_strip
 	dh_link
 	dh_compress
 	dh_fixperms

-- 
mod_dnsbl for proFTPD



More information about the Pkg-proftpd-maintainers mailing list