[SCM] Debian packaging of libautobox-core-perl branch, master, updated. a7fb6270b0b3466fa636156635dae5fc8b84a4ca

gregor herrmann gregoa at debian.org
Sat Oct 1 14:35:44 UTC 2011


The following commit has been merged in the master branch:
commit 20bbb79a89344bc9b1922c0ae8f67c6cd2cf3f65
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 1 16:31:45 2011 +0200

    Make (build) dependency on libautobox-perl versioned.

diff --git a/debian/control b/debian/control
index a3c5d25..af0c3c5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libautobox-core-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libautobox-perl
+Build-Depends-Indep: perl,
+ libautobox-perl (>= 2.71)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
  Ivan Kohler <ivan-debian at 420.am>,
@@ -13,7 +14,8 @@ Homepage: http://search.cpan.org/dist/autobox-Core/
 
 Package: libautobox-core-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libautobox-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libautobox-perl (>= 2.71)
 Description: Module providing automatic methods for core functions
  This module provides automatic methods which wrap perl's built-in
  functions for minipulating numbers, strings, arrays, hashes, and code

-- 
Debian packaging of libautobox-core-perl



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