[libyaml-tiny-perl] 11/12: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sat Feb 15 22:48:33 UTC 2014


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

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

commit edc7d229faf30a9bae288a0dd934aa8665ecc151
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Feb 15 23:44:09 2014 +0100

    Wrap and sort fields in debian/control file
---
 debian/control | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 1f8d069..ef049f9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,11 @@
 Source: libyaml-tiny-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20130630),
-               libmodule-build-tiny-perl,
-               perl
-Build-Depends-Indep: libtest-simple-perl (>= 0.99) | perl (>= 5.19.5),
-               libjson-perl,
-               libcpan-meta-perl,
-               libcpan-meta-requirements-perl
+Build-Depends: debhelper (>= 9.20130630), libmodule-build-tiny-perl, perl
+Build-Depends-Indep: libcpan-meta-perl,
+                     libcpan-meta-requirements-perl,
+                     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
@@ -17,10 +15,9 @@ Homepage: https://metacpan.org/release/YAML-Tiny/
 
 Package: libyaml-tiny-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc: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
  minimize memory requirements and avoid XS while remaining relatively
  fast.
-

-- 
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