[libyaml-tiny-perl] 04/05: Drop optional build dependencies on libcpan-meta{, -requirements}-perl.

gregor herrmann gregoa at debian.org
Wed Feb 26 17:55:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libyaml-tiny-perl.

commit d027cb0e7bd951d6faaa45e0125b3049c32197d6
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Feb 26 18:53:33 2014 +0100

    Drop optional build dependencies on libcpan-meta{,-requirements}-perl.
---
 debian/control | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 792b142..a960b89 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,22 @@
 Source: libyaml-tiny-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 (>= 9.20130630), libmodule-build-tiny-perl (>= 0.035), perl
-Build-Depends-Indep: libcpan-meta-perl,
-                     libcpan-meta-requirements-perl,
-                     libjson-perl,
+Build-Depends: debhelper (>= 9.20130630),
+               libmodule-build-tiny-perl (>= 0.035),
+               perl
+Build-Depends-Indep: libjson-perl,
                      libtest-simple-perl (>= 0.99) | perl (>= 5.19.5)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libyaml-tiny-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libyaml-tiny-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libyaml-tiny-perl.git
 Homepage: https://metacpan.org/release/YAML-Tiny/
 
 Package: libyaml-tiny-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module for reading and writing YAML files
  YAML::Tiny is a pure Perl module that provides support for reading and
  writing a usable subset of the full YAML specification. It aims to

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-tiny-perl.git



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