[libtest-without-module-perl] 08/13: Use dh(1) and debhelper 8.

gregor herrmann gregoa at debian.org
Mon Sep 8 18:11:20 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-without-module-perl.

commit d83ea9c6ec314c5ff82a384ed92edb3a18e95242
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Sep 8 20:05:54 2014 +0200

    Use dh(1) and debhelper 8.
---
 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..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index d00f39a..16bc401 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
                      libtest-pod-perl,
                      libfile-slurp-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-without-module-perl.git



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