[SCM] Debian packaging of liblist-allutils-perl branch, master, updated. upstream/0.03-11-g4fdbd14

Fabrizio Regalli fabreg at fabreg.it
Thu Feb 23 12:10:18 UTC 2012


The following commit has been merged in the master branch:
commit 64d3833bf905084656efad19eccc6b90ece4eefc
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Feb 23 12:54:30 2012 +0100

    Added perl, liblist-moreutils-perl (>= 0.28) to Build-Depends-Indep
    
    * Added perl, liblist-moreutils-perl (>= 0.28) to Build-Depends-Indep
    * Increased version of liblist-moreutils-perl depends to (>= 0.28)

diff --git a/debian/changelog b/debian/changelog
index 45870d4..6de7837 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ liblist-allutils-perl (0.03-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.03
   * Added myself to Uploaders and Copyright
   * Removed  quilt (>= 0.48-2~) from Build-Depends
+  * Added perl, liblist-moreutils-perl (>= 0.28) to Build-Depends-Indep
+  * Increased version of liblist-moreutils-perl depends to (>= 0.28)
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 23 Feb 2012 12:39:35 +0100
 
diff --git a/debian/control b/debian/control
index f417a4b..af9d385 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,21 @@
 Source: liblist-allutils-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), liblist-moreutils-perl (>= 0.22)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Danai SAE-HAN (韓達耐) <danai at debian.org>, Fabrizio Regalli <fabreg at fabreg.it>
+Uploaders: Danai SAE-HAN (韓達耐) <danai at debian.org>,
+ Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: liblist-moreutils-perl (>= 0.28),
+ perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/List-AllUtils/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/liblist-allutils-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblist-allutils-perl.git
-Build-Depends-Indep: perl
+Vcs-Git: git://git.debian.org/pkg-perl/packages/liblist-allutils-perl.git
+Homepage: http://search.cpan.org/dist/List-AllUtils/
 
 Package: liblist-allutils-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liblist-moreutils-perl (>= 0.22)
+Depends: ${misc:Depends}, ${perl:Depends},
+ liblist-moreutils-perl (>= 0.28)
 Description: A Perl wrapper for modules List::Util and List::MoreUtils
  Are you sick of trying to remember whether a particular helper is defined
  in `List::Util' or `List::MoreUtils'?  The author sure is. Now you don't
diff --git a/debian/rules b/debian/rules
index f6b359a..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@

-- 
Debian packaging of liblist-allutils-perl



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