[SCM] Debian packaging of libtest-distribution-perl branch, master, updated. df73c1e27b6289f11ca1f807f0dbb82b55c6be3a

gregor herrmann gregoa at debian.org
Sun Jun 16 15:59:18 UTC 2013


The following commit has been merged in the master branch:
commit 7020c40be0640aedff0ad98e22c9ba2a6c834586
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 16 17:50:35 2013 +0200

    Use dh(1) in debian/rules and debhelper compat level 8.

diff --git a/debian/clean b/debian/clean
index b7db99b..81d5611 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1 @@
-Changes.txt
+Changes
diff --git a/debian/compat b/debian/compat
index 1e8b314..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+8
diff --git a/debian/control b/debian/control
index 14d9782..330aa01 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
            gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
                      libfile-find-rule-perl,
                      libtest-pod-perl,
diff --git a/debian/rules b/debian/rules
index 4595577..af55135 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,8 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	pod2text $(CURDIR)/Changes.pod > $(CURDIR)/Changes.txt
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install --before dh_installchangelogs
-	dh_installchangelogs Changes.txt
-	dh install --remaining
-	touch $@
-
-binary-arch:
-
-binary-indep: install
+%:
 	dh $@
 
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_build:
+	dh_auto_build
+	pod2text $(CURDIR)/Changes.pod > $(CURDIR)/Changes

-- 
Debian packaging of libtest-distribution-perl



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