[libanyevent-perl] 01/05: Drop manual generation of perlapi-* dependency, use debhelper 9.20140809 instead.

gregor herrmann gregoa at debian.org
Sat Sep 20 00:58:49 UTC 2014


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

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

commit e2e2948cf21d6d305a7b0c563c87da56053c6a1d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 20 02:49:48 2014 +0200

    Drop manual generation of perlapi-* dependency, use debhelper 9.20140809 instead.
---
 debian/compat  | 2 +-
 debian/control | 5 ++---
 debian/rules   | 5 -----
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 3678267..e09e865 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Jonathan Yu <jawnsy at cpan.org>,
            Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9.20140809~),
                libasync-interrupt-perl,
                libev-perl,
                libevent-perl,
@@ -31,8 +31,7 @@ Package: libanyevent-perl
 # cf. #596257 and #708730
 Architecture: any
 Depends: ${misc:Depends},
-         ${perl:Depends},
-         ${perlapi:Depends}
+         ${perl:Depends}
 Recommends: libasync-interrupt-perl,
             libev-perl | libevent-perl,
             libguard-perl
diff --git a/debian/rules b/debian/rules
index 0a5a8c4..310d8b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-PERLAPI := $(shell perl -MConfig -e 'print ($$Config{debian_abi} || $$Config{version})')
-
 %:
 # ensure we build only arch:any packages
 # safeguard against converting the package again to arch:all
@@ -18,6 +16,3 @@ override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!/opt/perl/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
 	sed -i '1s|^#!/opt/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
-
-override_dh_gencontrol:
-	dh_gencontrol -- -V'perlapi:Depends=perlapi-$(PERLAPI)'

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



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