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

carnil pushed a commit to branch master
in repository libtest-valgrind-perl.

commit 224bac3349532b3ba289289f83d4923d6c981ed2
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Sat Jun 28 17:14:18 2014 +0200

    Don't Depends on perlapi
    
    Since version 1.12-1 does not install the the XS extensions, so we do
    not need to the perlapi dependency.
    
    Thanks: Niko Tyni <nt...@debian.org> for correction
---
 debian/control | 1 -
 debian/rules   | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/debian/control b/debian/control
index 1bb030d..fdc5a3d 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,6 @@ Package: libtest-valgrind-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         ${perlapi:Depends},
          libenv-sanctify-perl,
          libfile-homedir-perl,
          libperl-destruct-level-perl,
diff --git a/debian/rules b/debian/rules
index 6feb330..15b5b37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@ TMP       = $(CURDIR)/debian/$(PACKAGE)
 BUILDHOME = $(CURDIR)/debian/build
 
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
-PERLAPI := $(shell perl -MConfig -e 'print ($$Config{debian_abi} || 
$$Config{version})')
 
 %:
        dh $@
@@ -23,6 +22,3 @@ override_dh_auto_install:
        mkdir --parents $(TMP)/usr/share/perl5/
        mv -vf $(TMP)$(ARCHLIB)/* $(TMP)/usr/share/perl5/
        [ ! -d $(TMP)$(ARCHLIB) ] || rmdir --ignore-fail-on-non-empty --parents 
--verbose $(TMP)$(ARCHLIB)
-
-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/libtest-valgrind-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to