[SCM] Debian packaging of libclone-fast-perl branch, master, updated. debian/0.96-1-9-ge9e6711
Xavier Guimard
x.guimard at free.fr
Mon Mar 25 11:45:11 UTC 2013
The following commit has been merged in the master branch:
commit ea1f1e74ecdfb00ef28058cdfbd4be2b403462ec
Author: Xavier Guimard <x.guimard at free.fr>
Date: Mon Mar 25 12:44:02 2013 +0100
Bump Standards-Version to 3.9.4
diff --git a/debian/control b/debian/control
index 48431b6..2e1b889 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,27 @@
Source: libclone-fast-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 9), perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
-Standards-Version: 3.9.2
-Homepage: https://metacpan.org/release/Clone-Fast/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclone-fast-perl.git
+ gregor herrmann <gregoa at debian.org>,
+ Fabrizio Regalli <fabreg at fabreg.it>,
+ Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312),
+ perl
+Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclone-fast-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclone-fast-perl.git
+Homepage: https://metacpan.org/release/Clone-Fast/
Package: libclone-fast-perl
Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
Description: module for fast data structure copying
Clone::Fast is a Perl module for quickly copying (cloning) arbitrary data
structures. Deep references in the structure will refer to the cloned data
- structure. It is similar in concept to Storable's clone function, but is
+ structure. It is similar in concept to Storable's clone function, but is
significantly faster since it doesn't need to convert data structures to
and from a binary format.
+
--
Debian packaging of libclone-fast-perl
More information about the Pkg-perl-cvs-commits
mailing list