[SCM] Debian packaging of libconfig-any-perl branch, master, updated. debian/0.23-1

Salvatore Bonaccorso carnil at debian.org
Sun May 27 06:38:25 UTC 2012


The following commit has been merged in the master branch:
commit f5f0490267e4ec19357f76aad0400b0bb3661159
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun May 27 08:27:55 2012 +0200

    Simplify dependency for libyaml-syck-perl
    
    Change versioned (Build-)Depends(-Indep) for libyaml-syck-perl in
    alternatives to unversioned dependency. The required version is already
    satisfied in squeeze.

diff --git a/debian/control b/debian/control
index 4e997b3..6ffb2b3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libconfig-general-perl, libconfig-tiny-perl, libjson-perl,
  libtest-exception-perl, libtest-pod-coverage-perl,
  libtest-pod-perl, libxml-simple-perl,
- libyaml-libyaml-perl | libyaml-syck-perl (>= 0.70) | libyaml-perl,
+ libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl,
  perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
@@ -23,7 +23,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends} 
 Recommends: libconfig-general-perl, libconfig-tiny-perl, libjson-perl,
  libxml-simple-perl,
- libyaml-libyaml-perl | libyaml-syck-perl (>= 0.70) | libyaml-perl
+ libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl
 Description: module to load configuration from different file formats
  Config::Any provides a facility for Perl applications and libraries to load
  configuration data from multiple different file formats. It supports XML,

-- 
Debian packaging of libconfig-any-perl



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