[SCM] Debian packaging of libnamespace-clean-perl branch, master, updated. debian/0.23-1-3-g14f165f

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


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

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

diff --git a/debian/control b/debian/control
index 42fd3e8..6ff79f5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,34 @@
 Source: libnamespace-clean-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Rene Mayorga <rmayorga at debian.org.sv>,
+           gregor herrmann <gregoa at debian.org>,
+           Antonio Radici <antonio at dyne.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Peter Pentchev <roam at ringlet.net>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libb-hooks-endofscope-perl (>= 0.10),
- libpackage-stash-perl (>= 0.23),
- libsub-identify-perl (>= 0.04),
- libsub-name-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Rene Mayorga <rmayorga at debian.org.sv>, gregor herrmann <gregoa at debian.org>,
- Antonio Radici <antonio at dyne.org>, Ansgar Burchardt <ansgar at debian.org>,
- Peter Pentchev <roam at ringlet.net>,
- Alessandro Ghedini <ghedo at debian.org>
+                     libb-hooks-endofscope-perl (>= 0.10),
+                     libpackage-stash-perl (>= 0.23),
+                     libsub-identify-perl,
+                     libsub-name-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/namespace-clean/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libnamespace-clean-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnamespace-clean-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libnamespace-clean-perl.git
+Homepage: http://search.cpan.org/dist/namespace-clean/
 
 Package: libnamespace-clean-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libb-hooks-endofscope-perl (>= 0.10),
- libpackage-stash-perl (>= 0.23),
- libsub-identify-perl (>= 0.04),
- libsub-name-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libb-hooks-endofscope-perl (>= 0.10),
+         libpackage-stash-perl (>= 0.23),
+         libsub-identify-perl,
+         libsub-name-perl
 Description: module for keeping imports and functions out of the current namespace
  namespace::clean is a Perl pragma for keeping imported functions out of the
  current namespace. This is especially important because Perl functions are
@@ -35,3 +38,4 @@ Description: module for keeping imports and functions out of the current namespa
  imported symbols at the end of the current package's compile cycle. This
  means that functions called in the package itself will still be bound by
  their name, but they won't show up as methods on your class or instances.
+

-- 
Debian packaging of libnamespace-clean-perl



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