[SCM] Debian packaging of libconvert-asn1-perl branch, master, updated. debian/0.24-1-8-gbbfb214

gregor herrmann gregoa at debian.org
Sat Jun 9 13:08:11 UTC 2012


The following commit has been merged in the master branch:
commit 32d1ce2acc55cf374a37108ee054599d57e1b8e3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 9 15:06:27 2012 +0200

    Add (build) dependency on Math::BigInt 1.997.

diff --git a/debian/control b/debian/control
index 1ce23ec..2f08746 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
  Ansgar Burchardt <ansgar at debian.org>,
  gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libmath-bigint-perl (>= 1.997) | perl (>= 5.15.3)
 Standards-Version: 3.9.3
 Homepage: http://search.cpan.org/dist/Convert-ASN1/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libconvert-asn1-perl.git
@@ -14,7 +15,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconvert-as
 
 Package: libconvert-asn1-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends}, ${misc:Depends},
+ libmath-bigint-perl (>= 1.997) | perl (>= 5.15.3)
 Description: Perl module for encoding and decoding ASN.1 data structures
  Convert::ASN1 will parse ASN.1 descriptions and will encode from and decode to
  perl data structures using a hierarchy of references.

-- 
Debian packaging of libconvert-asn1-perl



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