[SCM] Debian packaging of libtest-needsdisplay-perl branch, master, updated. 8e9ad96bb70b5246babe9843eadeca36bd72aa44

gregor herrmann gregoa at debian.org
Fri Jun 7 21:35:26 UTC 2013


The following commit has been merged in the master branch:
commit e03036e8d0be47d2783aad684dc70935e54047be
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 7 23:31:44 2013 +0200

    Bump debhelper compatibility level to 8, use dh(1) in d/rules.

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 938b7d3..41039a6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
            gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl,
diff --git a/debian/rules b/debian/rules
index 4bc7619..0bf1871 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	AUTOMATED_TESTING=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:
+	AUTOMATED_TESTING=1 dh_auto_test

-- 
Debian packaging of libtest-needsdisplay-perl



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