[libconvert-asn1-perl] 05/06: Switch order of Math::BigInt (build) dependency.

gregor herrmann gregoa at debian.org
Thu Jun 26 17:36:12 UTC 2014


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

gregoa pushed a commit to branch master
in repository libconvert-asn1-perl.

commit d452de488adc02973079031a69006e3f59bf3c8d
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 26 19:34:42 2014 +0200

    Switch order of Math::BigInt (build) dependency.
---
 debian/control | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 8899b22..a8d1267 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
-                     libmath-bigint-perl | perl (>= 5.15.3)
+                     perl (>= 5.15.3) | libmath-bigint-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconvert-asn1-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-asn1-perl.git
@@ -17,8 +17,7 @@ Package: libconvert-asn1-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libmath-bigint-perl | perl (>= 5.15.3)
+         perl (>= 5.15.3) | libmath-bigint-perl
 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.
-

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



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