[libfile-read-perl] 03/09: Bump debhelper compatibility level to 8. Use dh(1) in debian/rules.

gregor herrmann gregoa at debian.org
Sat Oct 19 18:45:37 UTC 2013


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

gregoa pushed a commit to branch master
in repository libfile-read-perl.

commit e9c9cd3fdfe8b98524ddf2a584655f615d031948
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 19 20:36:42 2013 +0200

    Bump debhelper compatibility level to 8. 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..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 9767c6e..4f6dac4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>,
            Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 8),
                perl
 Build-Depends-Indep: 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/libfile-read-perl.git



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