[SCM] Debian packaging of libpar-dist-perl branch, master, updated. 969a493510333b96f14fb7e6ac6840b06a2e5eb4

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Nov 13 21:36:25 UTC 2011


The following commit has been merged in the master branch:
commit e90b2180c2bda342016fabdeac045d9deb39fb1c
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Nov 13 21:25:42 2011 +0000

    Switch to minimal debian/rules

diff --git a/debian/changelog b/debian/changelog
index 85220d7..6f7a691 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libpar-dist-perl (0.48-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.2 (delete versioned depends on perl).
   * Switch to source format 3.0 (quilt).
   * Refresh d/copyright.
+  * Switch to minimal debian/rules.
 
   [ Jonathan Yu ]
   * Integrated upstream releases 0.46, 0.47 (no significant changes)
diff --git a/debian/rules b/debian/rules
index 2b95516..3f92ee9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	PERL_TEST_POD=1 dh 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:
+	PERL_TEST_POD=1 dh_auto_test

-- 
Debian packaging of libpar-dist-perl



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