[libtest-number-delta-perl] 04/09: Bump debhelper compatibility level to 8, use dh(1).

gregor herrmann gregoa at debian.org
Sun Nov 24 17:00:54 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtest-number-delta-perl.

commit f80ee0f0a81289602067ce8e530a431ab9f1dff6
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 24 17:53:52 2013 +0100

    Bump debhelper compatibility level to 8, use 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..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index ab3829a..d8bdc98 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libtest-number-delta-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
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-number-delta-perl.git



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