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

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


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

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

diff --git a/debian/control b/debian/control
index e16a513..03e62dd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,22 @@
 Source: libclone-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>, Brian Cassidy <brian.cassidy at gmail.com>
+           Ansgar Burchardt <ansgar at debian.org>,
+           Brian Cassidy <brian.cassidy at gmail.com>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Clone/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclone-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclone-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclone-perl.git
+Homepage: http://search.cpan.org/dist/Clone/
 
 Package: libclone-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: recursively copy Perl datatypes
  The Clone module provides a clone() method which makes recursive copies of
  nested hash, array, scalar and reference types, including tied variables and
@@ -22,3 +26,4 @@ Description: recursively copy Perl datatypes
  functionality is _not_ serializing in-memory objects (i.e. as
  Data::Dumper or YAML::Dump do), but deep-copying them over to new
  in-memory structures.
+

-- 
Debian packaging of libclone-perl



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