[SCM] Debian packaging of libmath-nocarry-perl branch, master, updated. 9ba56e901065b9478316b2e8ca95af2833088030

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


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

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

diff --git a/debian/control b/debian/control
index 0461f4b..9f4d8af 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,24 @@
 Source: libmath-nocarry-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl,
- libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5),
+               quilt
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/Math-NoCarry/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-nocarry-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-nocarry-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-nocarry-perl.git
+Homepage: http://search.cpan.org/dist/Math-NoCarry/
 
 Package: libmath-nocarry-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  Perl extension for no carry arithmetic
+Depends: ${perl:Depends},
+         ${misc:Depends}
+Description: Perl extension for no carry arithmetic
  No carry arithmetic doesn't allow you to carry digits to the
  next column.  For example, if you add 8 and 4, you normally
  expect the answer to be 12, but that 1 digit is a carry.
@@ -32,3 +35,4 @@ Description:  Perl extension for no carry arithmetic
  For multiplication, the result of pair-wise multiplication
  of digits is the modulo 10 value of their normal, everyday
  multiplication.
+

-- 
Debian packaging of libmath-nocarry-perl



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