[SCM] Debian packaging of libhash-asobject-perl branch, master, updated. 40b72806db6eceddee5d347d733afbf22dd03147

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


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

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

diff --git a/debian/control b/debian/control
index a0436d2..e2ae97d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
 Source: libhash-asobject-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.8-12)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ivan Kohler <ivan-debian at 420.am>
+Build-Depends-Indep: perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/Hash-AsObject/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libhash-asobject-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhash-asobject-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libhash-asobject-perl.git
+Homepage: http://search.cpan.org/dist/Hash-AsObject/
 
 Package: libhash-asobject-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl modules to treat hashes as objects, with arbitrary accessors/mutators
  A Hash::AsObject is a blessed hash that provides read-write
  access to its elements using accessors.  (Actually, they're both accessors
@@ -21,3 +22,4 @@ Description: Perl modules to treat hashes as objects, with arbitrary accessors/m
  It's designed to act as much like a plain hash as possible; this means, for
  example, that you can use methods like DESTROY to get or set hash elements
  with that name.
+

-- 
Debian packaging of libhash-asobject-perl



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