[libproc-syncexec-perl] 11/16: Declare debhelper compat level, bump to 10. Closes: #800304

Christoph Biedl debian.axhn at manchmal.in-ulm.de
Sun Aug 6 01:14:12 UTC 2017


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

cbiedl-guest pushed a commit to branch master
in repository libproc-syncexec-perl.

commit 03e806aaa4a996b5536def620d1784442493f941
Author: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
Date:   Sat Dec 17 14:22:35 2016 +0100

    Declare debhelper compat level, bump to 10. Closes: #800304
---
 debian/compat  | 1 +
 debian/control | 2 +-
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
index 91c9dd5..790d512 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Roderick Schertler <roderick at argon.org>
 Standards-Version: 3.5.2
-Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
+Build-Depends: debhelper (>= 10~), perl (>= 5.6.0-16)
 
 Package: libproc-syncexec-perl
 Architecture: all
diff --git a/debian/rules b/debian/rules
index d88c6bf..a55789a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ clean		:= $(stamp_build) $(stamp_install)
 ifneq "" "$(findstring debug,$(DEB_BUILD_OPTIONS))"
     CFLAGS		+= -g
 endif
-export DH_COMPAT	:= 3
+#export DH_COMPAT	:= 3
 PERL			?= perl
 
 build: $(stamp_build)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libproc-syncexec-perl.git



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