[SCM] Debian packaging of libobject-pluggable-perl branch, master, updated. ca1e79ec024d6287939816b0baf6abccb2f841e4

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


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

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

diff --git a/debian/control b/debian/control
index 473e9cd..f0c01a2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,31 @@
 Source: libobject-pluggable-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Martín Ferrari <tincho at debian.org>,
+           Rene Mayorga <rmayorga at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.10.1), libtask-weaken-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Martín Ferrari <tincho at debian.org>, Rene Mayorga <rmayorga at debian.org>,
- Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>
+Build-Depends-Indep: perl,
+                     libtask-weaken-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Object-Pluggable/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libobject-pluggable-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libobject-pluggable-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libobject-pluggable-perl.git
+Homepage: http://search.cpan.org/dist/Object-Pluggable/
 
 Package: libobject-pluggable-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtask-weaken-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtask-weaken-perl
 Description: base class for creating plugin enabled objects
  Object::Pluggable is a base class for creating plugin enabled objects.
  It is a generic port of POE::Component::IRC's plugin system. If your
  component dispatches events to listeners, then Object::Pluggable may
  be a good fit for you.
+

-- 
Debian packaging of libobject-pluggable-perl



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