[SCM] Debian packaging of libclass-data-accessor-perl branch, master, updated. 9ec32917d585011a3f3d726c5b3b6c61bb33ac8f

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


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

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

diff --git a/debian/control b/debian/control
index 0676950..4d1db95 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,22 @@
 Source: libclass-data-accessor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>, gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Class-Data-Accessor/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-data-accessor-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-data-accessor-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-data-accessor-perl.git
+Homepage: http://search.cpan.org/dist/Class-Data-Accessor/
 
 Package: libclass-data-accessor-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: Inheritable, overridable class and instance data accessor creation
  Class::Data::Accessor is the marriage of Class::Accessor and
  Class::Data::Inheritable into a single module. It is used for creating
@@ -29,3 +33,4 @@ Description: Inheritable, overridable class and instance data accessor creation
  .
    Pere::Ubu->Suitcase('Red');
    $suitcase = Pere::Ubu->Suitcase;
+

-- 
Debian packaging of libclass-data-accessor-perl



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