[SCM] Debian packaging of libconfig-auto-perl branch, master, updated. debian/0.42-1-3-g2247767

gregor herrmann gregoa at debian.org
Thu Jul 5 20:17:22 UTC 2012


The following commit has been merged in the master branch:
commit fb345e902dd2187cdf4620325fc3f994a24eb3d8
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:20:47 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index bdeb8fa..630e7a5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,21 @@
 Source: libconfig-auto-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Marc 'HE' Brockschmidt <he at debian.org>,
- Niko Tyni <ntyni at iki.fi>,
- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Rene Mayorga <rmayorga at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>
+           Niko Tyni <ntyni at iki.fi>,
+           Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Rene Mayorga <rmayorga at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libconfig-inifiles-perl,
- libio-string-perl,
- libtest-pod-perl,
- libxml-simple-perl,
- libyaml-perl (>= 0.67),
- perl
+                     libio-string-perl,
+                     libtest-pod-perl,
+                     libxml-simple-perl,
+                     libyaml-perl,
+                     perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-auto-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-auto-perl.git
@@ -23,11 +23,12 @@ Homepage: http://search.cpan.org/dist/Config-Auto/
 
 Package: libconfig-auto-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libconfig-inifiles-perl,
- libio-string-perl,
- libxml-simple-perl,
- libyaml-perl (>= 0.67)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libconfig-inifiles-perl,
+         libio-string-perl,
+         libxml-simple-perl,
+         libyaml-perl
 Description: magical config file parser
  Config::Auto allows developers to parse config files without
  needing to specify the format of the file (though they can do it).
@@ -43,3 +44,4 @@ Description: magical config file parser
  At the moment, libconfig-auto-perl knows about colon, space and equals
  separated, XML, Perl, Windows INI, BIND9 and irssi style config files,
  though files in BIND9 or irssi format cannot be parsed.
+

-- 
Debian packaging of libconfig-auto-perl



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