[SCM] Debian packaging of libdata-integer-perl branch, master, updated. 81b3baee68b1b1fd00e9a656aba7b326bf315b7b

gregor herrmann gregoa at debian.org
Thu Jul 5 20:19:33 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index d44d27d..2dafef8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: libdata-integer-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           Angel Abad <angel at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.17)
-Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl,
- perl (>= 5.10.1) | libparent-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
- Angel Abad <angel at debian.org>
+Build-Depends-Indep: perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Data-Integer/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-integer-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-integer-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-integer-perl.git
+Homepage: http://search.cpan.org/dist/Data-Integer/
 
 Package: libdata-integer-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.10.1) | libparent-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl
 Description: Perl modules handling details of the native integer data type
  Data::Integer is about the native integer numerical data type.  A native
  integer is one of the types of datum that can appear in the numeric part
@@ -23,3 +27,4 @@ Description: Perl modules handling details of the native integer data type
  .
  There are actually two native integer representations: signed and
  unsigned.  Both are handled by this module.
+

-- 
Debian packaging of libdata-integer-perl



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