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

gregor herrmann gregoa at debian.org
Sat Sep 20 01:07:32 UTC 2014


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

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

commit 03b081fcad241ed5441d1651f4ffadeac43683e2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 20 03:00:07 2014 +0200

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

diff --git a/debian/control b/debian/control
index c099978..c1a752f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Ryan Niebur <ryan at debian.org>,
            Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~),
+Build-Depends: debhelper (>= 9.20140809~),
                perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcommon-sense-perl.git
@@ -19,8 +19,7 @@ Package: libcommon-sense-perl
 Architecture: any
 Depends: ${misc:Depends},
          ${perl:Depends},
-         ${sameperl:Depends},
-         ${perlapi:Depends}
+         ${sameperl:Depends}
 Description: module that implements some sane defaults for Perl programs
  common::sense implements some sane defaults for Perl programs, as defined by
  two typical (or not so typical - use your common sense) specimens of Perl
diff --git a/debian/rules b/debian/rules
index 61b41ec..f368b5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 PERL_CURRENT := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{patchlevel}.$$Config{subversion}"')
 PERL_NEXT    := $(shell perl -MConfig -e 'print "$$Config{revision}.$$Config{patchlevel}." . ($$Config{subversion} + 1)')
 ARCHLIB      := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
-PERLAPI      := $(shell perl -MConfig -e 'print ($$Config{debian_abi} || $$Config{version})')
 
 %:
 	dh $@
@@ -20,4 +19,4 @@ override_dh_auto_install:
 		$(TMP)/usr/share/man/man3/common::sense.3pm
 
 override_dh_gencontrol:
-	dh_gencontrol -- -V'sameperl:Depends=perl (>= $(PERL_CURRENT)~), perl (<< $(PERL_NEXT)~)' -V'perlapi:Depends=perlapi-$(PERLAPI)'
+	dh_gencontrol -- -V'sameperl:Depends=perl (>= $(PERL_CURRENT)~), perl (<< $(PERL_NEXT)~)'

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



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