[libcommon-sense-perl] 01/02: change perlapi-* handling: use separate substvar

gregor herrmann gregoa at debian.org
Thu Jun 5 17:29:26 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 c3ccb4e7f825bf7b013d7b508645fc10ffaad740
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 5 19:24:40 2014 +0200

    change perlapi-* handling: use separate substvar
    
    Git-Dch: Ignore
---
 debian/control | 3 ++-
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f59571a..d010001 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Package: libcommon-sense-perl
 Architecture: any
 Depends: ${misc:Depends},
          ${perl:Depends},
-         ${sameperl:Depends}
+         ${sameperl:Depends},
+         ${perlapi: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 2ebf630..61b41ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,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)~), perlapi-$(PERLAPI)'
+	dh_gencontrol -- -V'sameperl:Depends=perl (>= $(PERL_CURRENT)~), perl (<< $(PERL_NEXT)~)' -V'perlapi:Depends=perlapi-$(PERLAPI)'

-- 
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