[libtest-http-server-simple-perl] 02/07: Use dh(1) and debhelper compat level 9.

gregor herrmann gregoa at debian.org
Sun Feb 21 19:09:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-http-server-simple-perl.

commit 510421afcd5af2fe4e4f7a68d45c11019876525e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 21 20:00:29 2016 +0100

    Use dh(1) and debhelper compat level 9.
---
 debian/compat  |  2 +-
 debian/control |  2 +-
 debian/rules   | 21 +--------------------
 3 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index b718f0d..d7c1087 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
            gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl,
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-http-server-simple-perl.git



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