r37210 - in /trunk/libcatalyst-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 1 17:27:10 UTC 2009


Author: gregoa
Date: Mon Jun  1 17:27:05 2009
New Revision: 37210

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37210
Log:
Minimize debian/rules, bump dh dependency to 7.2.13 for the --skipdeps
feature.

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

Modified: trunk/libcatalyst-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/changelog?rev=37210&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/changelog (original)
+++ trunk/libcatalyst-perl/debian/changelog Mon Jun  1 17:27:05 2009
@@ -1,7 +1,12 @@
 libcatalyst-perl (5.80004-2) UNRELEASED; urgency=low
 
+  [ Ansgar Burchardt ]
   * debian/control: Add missing comma in Depends field.
     (Closes: #531228, #531229, #531240)
+
+  [ gregor herrmann ]
+  * Minimize debian/rules, bump dh dependency to 7.2.13 for the --skipdeps
+    feature.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 27 May 2009 00:41:58 +0200
 

Modified: trunk/libcatalyst-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/control?rev=37210&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/control (original)
+++ trunk/libcatalyst-perl/debian/control Mon Jun  1 17:27:05 2009
@@ -1,7 +1,7 @@
 Source: libcatalyst-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.2.13)
 Build-Depends-Indep: perl (>= 5.8.0-7), libfile-slurp-perl, 
  libextutils-autoinstall-perl, libdata-dump-perl, libtest-pod-perl (>= 1.14),
  libclass-inspector-perl, libtest-pod-coverage-perl (>= 1.04), 

Modified: trunk/libcatalyst-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/rules?rev=37210&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/rules (original)
+++ trunk/libcatalyst-perl/debian/rules Mon Jun  1 17:27:05 2009
@@ -1,28 +1,7 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	TEST_POD=1 dh --before dh_auto_configure build
-	dh_auto_configure -- --skipdeps
-	TEST_POD=1 dh --after dh_auto_configure build
-	touch $@
-
-clean:
+%:
 	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
+override_dh_auto_test:
+	TEST_POD=1 dh_auto_test




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