[libscalar-properties-perl] 08/15: Update to debhelper 9 compat and minimal dh

dom at earth.li dom at earth.li
Sat Sep 2 15:08:40 UTC 2017


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

dom pushed a commit to branch master
in repository libscalar-properties-perl.

commit 7f06001e3074848f2f4534c477593c278ce2bbb7
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sat Sep 2 15:32:22 2017 +0100

    Update to debhelper 9 compat and minimal dh
---
 debian/changelog |  2 ++
 debian/compat    |  2 +-
 debian/control   |  2 +-
 debian/rules     | 23 +----------------------
 4 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1dddfaf..943165e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libscalar-properties-perl (0.13-2) UNRELEASED; urgency=medium
      - Update Homepage to metacpan-based URL
   * debian/watch: use metacpan-based URL.
   * Switch to dpkg-source 3.0 (quilt) format
+  * Update to debhelper 9 compat and minimal dh
+  * Update Standards-Version (no changes)
 
  -- Dominic Hargreaves <dom at earth.li>  Sat, 02 Sep 2017 14:28:31 +0000
 
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 844407b..b758341 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libscalar-properties-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-perl-critic-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominic Hargreaves <dom at earth.li>
diff --git a/debian/rules b/debian/rules
index a3d7e18..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-export TEST_AUTHOR=1
-
-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/libscalar-properties-perl.git



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