[libtest-memory-cycle-perl] 06/08: Bump debhelper compatibility level to 9 and use dh(1) in debian/rules.
gregor herrmann
gregoa at debian.org
Fri Jun 12 16:22:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtest-memory-cycle-perl.
commit 0b56a566f30f9c63a6522d0584ee41dff1834928
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 12 18:18:27 2015 +0200
Bump debhelper compatibility level to 9 and use dh(1) in debian/rules.
---
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 d445d78..774d29c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Ryan Niebur <ryan at debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
perl,
libpadwalker-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-memory-cycle-perl.git
More information about the Pkg-perl-cvs-commits
mailing list