[SCM] Debian packaging of libyaml-appconfig-perl branch, master, updated. ab10403931ac522b9112635859f63e3376a88746

gregor herrmann gregoa at debian.org
Thu Jul 5 21:11:26 UTC 2012


The following commit has been merged in the master branch:
commit 711497084031ca139f2df6ada64f9067040cc223
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:07:11 2012 -0600

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

diff --git a/debian/control b/debian/control
index 48d5fd4..bae8ded 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,25 @@
 Source: libyaml-appconfig-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.6.10-12), libyaml-syck-perl | libyaml-perl (>= 0.38)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Build-Depends-Indep: perl,
+                     libyaml-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/YAML-AppConfig/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libyaml-appconfig-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libyaml-appconfig-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libyaml-appconfig-perl.git
+Homepage: http://search.cpan.org/dist/YAML-AppConfig/
 
 Package: libyaml-appconfig-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libyaml-syck-perl | libyaml-perl (>= 0.38)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libyaml-perl
 Description: manage configuration files with YAML and variable references
  YAML::AppConfig manages configuration files using YAML for storage. It also
  provides variable interpolation, similar to AppConfig.
  .
  Configuration keys can be accessed via dedicated get_foo/set_foo methods or
  through an all-in-one hash.
+

-- 
Debian packaging of libyaml-appconfig-perl



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