[libmath-gmp-perl] 02/05: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Fri Jul 31 04:52:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libmath-gmp-perl.

commit 5ff00c5e0428654256c78d27ba68292233f0a36a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Jul 31 06:38:39 2015 +0200

    Wrap and sort fields in debian/control file
---
 debian/control | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index e03d5c4..5dda012 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,7 @@ Uploaders: Ansgar Burchardt <ansgar at debian.org>,
            Daniel Lintott <daniel at serverb.co.uk>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~),
-               perl,
-               libgmp-dev
+Build-Depends: debhelper (>= 9.20120312~), libgmp-dev, perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-gmp-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-gmp-perl.git
@@ -15,9 +13,7 @@ Homepage: https://metacpan.org/release/Math-GMP
 
 Package: libmath-gmp-perl
 Architecture: any
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         ${shlibs:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: high speed arbitrary size integer math for perl
  Math::GMP was designed to be a drop-in replacement both for
  Math::BigInt and for regular integer arithmetic.  Unlike BigInt,
@@ -26,4 +22,3 @@ Description: high speed arbitrary size integer math for perl
  in speed improvements.
  .
  The downside is that this module is not 100% compatible to Math::BigInt.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git



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