[SCM] Debian packaging of libmixin-extrafields-perl branch, master, updated. cf997ce63bbeda43f88f0f33abea724173962db9

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


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

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

diff --git a/debian/control b/debian/control
index 1438e6e..56acd6e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,29 @@
 Source: libmixin-extrafields-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libsub-install-perl, libstring-rewriteprefix-perl,
- libtest-pod-coverage-perl, libtest-pod-perl, libsub-exporter-perl (>= 0.972)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends-Indep: perl,
+                     libsub-install-perl,
+                     libstring-rewriteprefix-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libsub-exporter-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Mixin-ExtraFields/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmixin-extrafields-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmixin-extrafields-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmixin-extrafields-perl.git
+Homepage: http://search.cpan.org/dist/Mixin-ExtraFields/
 
 Package: libmixin-extrafields-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsub-install-perl,
- libsub-exporter-perl (>= 0.972), libstring-rewriteprefix-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libsub-install-perl,
+         libsub-exporter-perl,
+         libstring-rewriteprefix-perl
 Description: module to add extra stashes of data to objects
  Mixin::ExtraFields is a Perl module that provides a simple way to add an
  arbitrary number of stashes for named data. These data can be stored in the
@@ -23,3 +31,4 @@ Description: module to add extra stashes of data to objects
  away from the provided interface, so one storage mechanism can be easily
  swapped for another. Multiple ExtraFields stashes can be mixed into one
  class, using one or many storage mechanisms.
+

-- 
Debian packaging of libmixin-extrafields-perl



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