[libpar-dist-perl] 01/05: Update order of alternative YAML implementations
gregor herrmann
gregoa at debian.org
Wed Dec 11 15:24:42 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libpar-dist-perl.
commit 9ecdb63b95b4129adea67bd9d16744b6be05e17a
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Dec 11 16:18:47 2013 +0100
Update order of alternative YAML implementations
in Build-Depends-Indep and Recommends to the order in which PAR-Dist prefers
them.
Closes: #731938
Thanks: Matthias Klose for the bug report.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 6d24bb3..4d63a81 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libyaml-syck-perl | libyaml-tiny-perl | libyaml-perl,
+ libtest-pod-coverage-perl, libyaml-libyaml-perl | libyaml-perl | libyaml-tiny-perl | libyaml-syck-perl,
libarchive-zip-perl
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,
@@ -18,7 +18,7 @@ Standards-Version: 3.9.4
Package: libpar-dist-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
-Recommends: libyaml-syck-perl | libyaml-tiny-perl | libyaml-perl,
+Recommends: libyaml-libyaml-perl | libyaml-perl | libyaml-tiny-perl | libyaml-syck-perl,
libarchive-zip-perl
Description: perl module to create and manipulate PAR distributions
The PAR::Dist module creates and manipulates PAR distributions. These are
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpar-dist-perl.git
More information about the Pkg-perl-cvs-commits
mailing list