[SCM] Debian packaging of libconfig-file-perl branch, master, updated. ebf8d3f13b4d1e4eac7ab1ef6916e661ed09c52b

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


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

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

diff --git a/debian/control b/debian/control
index f59737d..c55c905 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,24 @@
 Source: libconfig-file-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.8-6),
- libtest-pod-perl,
- libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Damyan Ivanov <dmn at debian.org>
+           Damyan Ivanov <dmn at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+               perl
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Config-File/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-file-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-file-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-file-perl.git
+Homepage: http://search.cpan.org/dist/Config-File/
 
 Package: libconfig-file-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description:  Parses simple configuration files
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: Parses simple configuration files
  ConfigFile parses simple configuration files and store its values in
  an anonymous hash reference. The syntax of the configuration file is
  quite simple:
@@ -27,3 +29,4 @@ Description:  Parses simple configuration files
   VALUE_THREE = The value contains a \# (hash). # This is a comment.
   COMPOSED_VALUE[one] = The first component of a clustered value
   COMPOSED_VALUE[two] = The second component of a clustered value
+

-- 
Debian packaging of libconfig-file-perl



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