[SCM] Debian packaging of libscalar-number-perl branch, master, updated. 64b5558b128be663a370f442ed9119de8a053ea8

gregor herrmann gregoa at debian.org
Thu Jul 5 20:54:38 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index b34e221..1350cb6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,33 @@
 Source: libscalar-number-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           Rene Mayorga <rmayorga at debian.org>,
+           Ryan Niebur <ryan at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl,
- libdata-float-perl, libdata-integer-perl, perl (>= 5.10.1) | libparent-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org>,
- Ryan Niebur <ryan at debian.org>
+Build-Depends: debhelper (>= 7),
+               perl,
+               libdata-float-perl,
+               libdata-integer-perl,
+               libtest-pod-perl,
+               libtest-pod-coverage-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Scalar-Number/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libscalar-number-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libscalar-number-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libscalar-number-perl.git
+Homepage: http://search.cpan.org/dist/Scalar-Number/
 
 Package: libscalar-number-perl
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends},
- libdata-float-perl, libdata-integer-perl, perl (>= 5.10.1) | libparent-perl
+Depends: ${shlibs:Depends},
+         ${perl:Depends},
+         ${misc:Depends},
+         libdata-float-perl,
+         libdata-integer-perl,
+         perl
 Description: module for handling numeric aspects of scalars
  Scalar::Number is a Perl module for extracting the numeric portion of a
  scalar, classify a number by expressibility, and compare numbers across
  representations.
+

-- 
Debian packaging of libscalar-number-perl



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