[SCM] Debian packaging of Regexp-Debugger CPAN distribution branch, master, updated. upstream/0.1.0-3-gd3feb5f

Salvatore Bonaccorso carnil at debian.org
Thu Jul 19 18:23:20 UTC 2012


The following commit has been merged in the master branch:
commit d3feb5f8c8c3d9814e1bea84a6a76cf8f67a9336
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Jul 19 20:22:48 2012 +0200

    Remove the versioned (build-)dependency on perl (>= 5.10.1)
    
    We have this version already satisfied in Squeeze.
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index ac1f55b..e7b30ce 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.10.1),
+Build-Depends-Indep: perl,
  libterm-readkey-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libregexp-debugger-perl.git
@@ -13,7 +13,7 @@ Homepage: http://search.cpan.org/dist/Regexp-Debugger/
 
 Package: libregexp-debugger-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1),
+Depends: ${misc:Depends}, ${perl:Depends},
  libjson-xs-perl | libjson-perl | libyaml-syck-perl,
  libterm-readkey-perl
 Description: Perl module to visually debug regexes in-place

-- 
Debian packaging of Regexp-Debugger CPAN distribution



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