r37004 - in /trunk/libpoe-perl/debian: changelog control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun May 31 21:05:44 UTC 2009


Author: ryan52-guest
Date: Sun May 31 21:05:38 2009
New Revision: 37004

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37004
Log:
update dh7 usage

Modified:
    trunk/libpoe-perl/debian/changelog
    trunk/libpoe-perl/debian/control
    trunk/libpoe-perl/debian/rules

Modified: trunk/libpoe-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/changelog?rev=37004&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/changelog (original)
+++ trunk/libpoe-perl/debian/changelog Sun May 31 21:05:38 2009
@@ -2,6 +2,7 @@
 
   * New upstream release
   * refresh patches
+  * update dh7 usage
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 31 May 2009 13:51:12 -0700
 

Modified: trunk/libpoe-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/control?rev=37004&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/control (original)
+++ trunk/libpoe-perl/debian/control Sun May 31 21:05:38 2009
@@ -6,7 +6,7 @@
  Krzysztof Krzyżaniak (eloy) <eloy at debian.org>, 
  Rene Mayorga <rmayorga at debian.org>,
  Ryan Niebur <ryanryan52 at gmail.com>
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libfilter-perl, libio-pty-perl, libcurses-perl,
  libterm-readkey-perl, libevent-perl, libcompress-zlib-perl, libsocket6-perl,
  libtime-hires-perl, libwww-perl, libtest-pod-perl, libtest-pod-coverage-perl,

Modified: trunk/libpoe-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/rules?rev=37004&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/rules (original)
+++ trunk/libpoe-perl/debian/rules Sun May 31 21:05:38 2009
@@ -1,35 +1,17 @@
 #!/usr/bin/make -f
-
-include /usr/share/quilt/quilt.make
 
 PERL    ?= /usr/bin/perl
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build --before dh_auto_configure
+override_dh_auto_configure:
+	dh_auto_configure
 	# Run network tests only if localhost is reachable, the perl snippet touch
 	# run_network_tests if the loopback interface is available.
-	echo "\n" | $(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(PERL) -MNet::Ping -e '(Net::Ping->new()->ping("127.0.0.1", 1)) ? \
 	        system("touch run_network_tests") : system("rm -rf run_network_tests");'
-	dh build --after dh_auto_configure
-	touch $@
 
-clean: unpatch
-	# Needed because after unpatching Makefile.PL is newer than Makefile
+override_dh_quilt_unpatch:
+	dh_quilt_unpatch
 	[ ! -f Makefile ] || touch Makefile
+
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




More information about the Pkg-perl-cvs-commits mailing list