[SCM] Debian packaging of libdata-visitor-perl branch, master, updated. debian/0.28-1-2-g127faa2

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


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

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

diff --git a/debian/control b/debian/control
index 20dc319..ee97f1b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,36 +1,39 @@
 Source: libdata-visitor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Jose Luis Rivas <ghostbar at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Maximilian Gass <mxey at cloudconnected.org>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libclass-load-perl,
- libdata-alias-perl,
- libmoose-perl (>= 0.89),
- libnamespace-clean-perl (>= 0.19),
- libtest-requires-perl,
- libtie-toobject-perl,
- perl (>= 5.10.1) | libtest-more-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Jose Luis Rivas <ghostbar at debian.org>, Ryan Niebur <ryan at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Maximilian Gass <mxey at cloudconnected.org>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+                     libclass-load-perl,
+                     libdata-alias-perl,
+                     libmoose-perl,
+                     libnamespace-clean-perl (>= 0.19),
+                     libtest-requires-perl,
+                     libtie-toobject-perl
 Standards-Version: 3.9.2
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-visitor-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-visitor-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-visitor-perl.git
 Homepage: http://search.cpan.org/dist/Data-Visitor/
 
 Package: libdata-visitor-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
- libclass-load-perl,
- libmoose-perl (>= 0.89),
- libnamespace-clean-perl (>= 0.19),
- libtie-toobject-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libclass-load-perl,
+         libmoose-perl,
+         libnamespace-clean-perl (>= 0.19),
+         libtie-toobject-perl
 Recommends: libdata-alias-perl
 Description: Visitor implementation for Perl data structures
  Data::Visitor is a simple visitor implementation for Perl data structures. It
  has a main dispatcher method, visit, which takes a single Perl value and then
  calls the methods appropriate for that value.
+

-- 
Debian packaging of libdata-visitor-perl



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