[SCM] proftpd-mod-dnsbl branch, master, updated. upstream/0.1.5-5-g4f8e83a

Mahyuddin Susanto udienz at ubuntu.com
Sat Mar 5 07:50:37 UTC 2011


The following commit has been merged in the master branch:
commit 4f8e83adaa8b04a3443dd8247398928b7f0611e1
Author: Mahyuddin Susanto <udienz at ubuntu.com>
Date:   Sat Mar 5 14:50:17 2011 +0700

    improved d/watch

diff --git a/debian/control b/debian/control
index 7521c34..d613a0b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,12 @@ Uploaders: Mahyuddin Susanto <udienz at ubuntu.com>
 Build-Depends: 	autotools-dev,
 		debhelper (>= 7),
 		quilt (>= 0.46-7~),
-		proftpd-dev
+		proftpd-dev,
+		libacl1-dev
 Standards-Version: 3.9.1
 Homepage: http://www.castaglia.org/proftpd/modules/mod_dnsbl.html
-Vcs-Git: git://git.debian.org/pkg-proftpd/mod_dnsbl.git
-Vcs-Browser: http://git.debian.org/?p=pkg-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
 Architecture: any
diff --git a/debian/rules b/debian/rules
index ebc8932..a9430f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,48 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
 
-%:
-	dh --with quilt  $@
+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
+	dh_clean
+	
+config.status: configure 
+	dh_testdir
+	
+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
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_install
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/watch b/debian/watch
index e69de29..96e323c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.castaglia.org/proftpd/modules/proftpd-mod-dnsbl-([\d\.]+)\.tar\.gz

-- 
mod_dnsbl for proFTPD



More information about the Pkg-proftpd-maintainers mailing list