[libdevel-backtrace-perl] 06/11: debian/{rules, control, compat}: debhelper 9 and dh(1).

gregor herrmann gregoa at debian.org
Tue Jun 9 21:36:21 UTC 2015


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

gregoa pushed a commit to branch master
in repository libdevel-backtrace-perl.

commit 54ef3add79fdb2703c7d3235e6c4cf99d0495745
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 9 23:29:22 2015 +0200

    debian/{rules,control,compat}: debhelper 9 and dh(1).
---
 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 7f44b1c..a5cb3d3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: gregor herrmann <gregoa at debian.org>,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 9),
                libmodule-build-perl
 Build-Depends-Indep: perl,
                      libtest-pod-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/libdevel-backtrace-perl.git



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