[SCM] Debian packaging of libclone-pp-perl branch, master, updated. a1d805c4d56a4a51b5cf17fbf4b97535d469f140

gregor herrmann gregoa at debian.org
Thu Jul 5 20:17:06 UTC 2012


The following commit has been merged in the master branch:
commit a33a27bebb2f412fd6d724e0b20681dd5ae086f1
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:20:29 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 60faa3c..7d8ac4a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,20 @@
 Source: libclone-pp-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-7)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/Clone-PP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclone-pp-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclone-pp-perl.git
-
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclone-pp-perl.git
+Homepage: http://search.cpan.org/dist/Clone-PP/
 
 Package: libclone-pp-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  Recursively copy Perl datatypes
+Depends: ${perl:Depends},
+         ${misc:Depends}
+Description: Recursively copy Perl datatypes
  Clone::PP provides a general-purpose clone function to make deep
  copies of Perl data structures. It calls itself recursively to copy
  nested hash, array, scalar and reference types, including tied
@@ -31,3 +31,4 @@ Description:  Recursively copy Perl datatypes
  0, clone will return the same value you supplied; for a limit of
  1, a shallow copy is constructed; for a limit of 2, two layers of
  copying are done, and so on.
+

-- 
Debian packaging of libclone-pp-perl



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