r37005 - in /trunk/libwww-curl-perl/debian: changelog rules

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


Author: ryan52-guest
Date: Sun May 31 21:08:11 2009
New Revision: 37005

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

Modified:
    trunk/libwww-curl-perl/debian/changelog
    trunk/libwww-curl-perl/debian/rules

Modified: trunk/libwww-curl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/changelog?rev=37005&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/changelog (original)
+++ trunk/libwww-curl-perl/debian/changelog Sun May 31 21:08:11 2009
@@ -2,6 +2,7 @@
 
   * New upstream release
   * update copyright
+  * update dh7 usage
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 31 May 2009 13:57:41 -0700
 

Modified: trunk/libwww-curl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/rules?rev=37005&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/rules (original)
+++ trunk/libwww-curl-perl/debian/rules Sun May 31 21:08:11 2009
@@ -1,25 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build --before dh_auto_test
+override_dh_auto_test:
 	dh_auto_test -- TEST_FILES="t/00constants.t t/pod-coverage.t t/pod.t"
-	dh build --after dh_auto_test
-	touch $@
 
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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