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

gregor herrmann gregoa at debian.org
Sat Sep 20 00:48:45 UTC 2014


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

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

commit 6ce53d8b57f2058cfc9295c84b2b2845a9979707
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 20 02:34:56 2014 +0200

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

diff --git a/debian/control b/debian/control
index 36e4136..6de330a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
            Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~),
+Build-Depends: debhelper (>= 9.20140809~),
                perl,
                libmodule-pluggable-perl | perl (<< 5.17.0),
                libwxgtk3.0-dev,
@@ -26,7 +26,6 @@ Provides: ${wxperl:Provides}
 Depends: ${perl:Depends},
          ${misc:Depends},
          ${samewx:Depends},
-         ${perlapi:Depends},
          libmodule-pluggable-perl | perl (<< 5.17.0)
 Breaks: libwx-perl (<< 1:0.9923-2)
 Description: Perl module for locating wxWidgets binaries
diff --git a/debian/rules b/debian/rules
index 5b38589..813b41e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,6 @@ VMINOR:=$(shell echo $(V) |cut -f 2 -d .)
 VPATCH:=$(shell echo $(V) |cut -f 3 -d .)
 NEXTPATCH:=$(shell expr $(VPATCH) + 1 2>/dev/null || expr `echo $(VPATCH) | cut -f 1 -d - ` + 1)
 
-PERLAPI := $(shell perl -MConfig -e 'print ($$Config{debian_abi} || $$Config{version})')
-
 _DETECTION_CMD := PERL5LIB=$(CURDIR)/blib/lib:$(CURDIR)/blib/arch perl -MAlien::wxWidgets -e '$$key = Alien::wxWidgets->key; $$key =~ s/_/-/g; print "$$key";'
 
 %:
@@ -21,7 +19,6 @@ get_perl_wx_version: blib
 
 override_dh_gencontrol: get_perl_wx_version
 	dh_gencontrol -- -V'samewx:Depends=libwxgtk$(WXVER)-dev (>= $(VMAJOR).$(VMINOR).$(VPATCH)), libwxgtk$(WXVER)-dev (<< $(VMAJOR).$(VMINOR).$(NEXTPATCH)~), libwxgtk-media$(WXVER)-dev (>= $(VMAJOR).$(VMINOR).$(VPATCH)), libwxgtk-media$(WXVER)-dev (<< $(VMAJOR).$(VMINOR).$(NEXTPATCH)~)' \
-		-V'perlapi:Depends=perlapi-$(PERLAPI)' \
 		-V'wxperl:Provides=wxperl-$(PERL_WX_VERSION)'
 
 .PHONY: get_perl_wx_version

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



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