[SCM] Debian packaging of libmath-bigint-gmp-perl branch, master, updated. debian/1.37-1-3-g6823f20

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


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

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

diff --git a/debian/control b/debian/control
index a035beb..98c639a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,31 @@
 Source: libmath-bigint-gmp-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 8), perl,
- libgmp-dev,
- libyaml-perl,
- libmath-bigint-perl (>= 1.997),
- libtest-pod-perl,
- libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Laurent Fousse <laurent at komite.net>,
- Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               perl,
+               libgmp-dev,
+               libyaml-perl,
+               libmath-bigint-perl | perl (>= 5.15.3),
+               libtest-pod-perl,
+               libtest-pod-coverage-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Math-BigInt-GMP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-bigint-gmp-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-bigint-gmp-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-bigint-gmp-perl.git
+Homepage: http://search.cpan.org/dist/Math-BigInt-GMP/
 
 Package: libmath-bigint-gmp-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libmath-bigint-perl (>= 1.997)
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libmath-bigint-perl | perl (>= 5.15.3)
 Description: module for arbitrary precision arithmetic using GMP
  Math::BigInt::GMP is a Perl module that uses direct bindings to the GNU
  Multiple Precision Arithmetic Library (also known as GMP) to provide a
  high-performance drop-in replacement for Math::BigInt.
+

-- 
Debian packaging of libmath-bigint-gmp-perl



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