[SCM] Debian packaging of libcrypt-dh-gmp-perl branch, master, updated. debian/0.00009-5-6-ga927f0a

Alessandro Ghedini al3xbio at gmail.com
Sun Nov 20 16:32:50 UTC 2011


The following commit has been merged in the master branch:
commit 096d6eb91fde18683002a014ea2fb6f8412e4069
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sun Nov 20 17:29:03 2011 +0100

    Re-order (Build-)Depends (just cosmetics)

diff --git a/debian/control b/debian/control
index 63d06ff..6aa0f68 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,11 @@ Uploaders: gregor herrmann <gregoa at debian.org>,
  Dominic Hargreaves <dom at earth.li>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               libdevel-checklib-perl,
-               perl (>= 5.14) | libextutils-parsexs-perl (>= 2.210000),
-               libgmp-dev,
-               libtest-requires-perl,
-               perl (>= 5.10.1)
+Build-Depends: debhelper (>= 8), perl (>= 5.10.1),
+ libdevel-checklib-perl,
+ libgmp-dev,
+ libtest-requires-perl,
+ perl (>= 5.14) | libextutils-parsexs-perl (>= 2.210000),
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-dh-gmp-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-dh-gmp-perl.git
@@ -17,10 +16,8 @@ Homepage: http://search.cpan.org/dist/Crypt-DH-GMP/
 
 Package: libcrypt-dh-gmp-perl
 Architecture: any
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         ${shlibs:Depends},
-         perl (>= 5.10.1)
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ perl (>= 5.10.1)
 Description: Crypt::DH replacement that uses GMP directly
  Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, implemented
  mostly in C.
@@ -34,7 +31,7 @@ Description: Crypt::DH replacement that uses GMP directly
  Crypt::DH::GMP attempts to alleviate these problems by providing a
  Crypt::DH-compatible layer, which, instead of doing calculations via
  Math::BigInt, directly works with libgmp in C.
- . 
+ .
  This means that essentially 2 call stacks worth of expensive Perl method
  calls are eliminated and also only load 1 (Crypt::DH::GMP) module instead of
  3 (Crypt::DH + Math::BigInt + Math::BigInt::GMP) is needed.

-- 
Debian packaging of libcrypt-dh-gmp-perl



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