[SCM] Debian packaging of libclass-data-inheritable-perl branch, master, updated. f21b0617f06e771ac78d8311a2db6e70a7d74d3f

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


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

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

diff --git a/debian/control b/debian/control
index e3c1ea8..a21214a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: libclass-data-inheritable-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/Class-Data-Inheritable/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-data-inheritable-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-data-inheritable-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-data-inheritable-perl.git
+Homepage: http://search.cpan.org/dist/Class-Data-Inheritable/
 
 Package: libclass-data-inheritable-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description:  Inheritable, overridable class data
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: Inheritable, overridable class data
  Class::Data::Inheritable is for creating accessor/mutators to class
  data.  That is, if you want to store something about your class as a
  whole (instead of about a single object).  This data is then inherited
@@ -29,3 +30,4 @@ Description:  Inheritable, overridable class data
  .
  Pere::Ubu->Suitcase('Red');
  $suitcase = Pere::Ubu->Suitcase;
+

-- 
Debian packaging of libclass-data-inheritable-perl



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