[libdevice-cdio-perl] 04/05: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sun Jul 26 17:22:25 UTC 2015


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

gregoa pushed a commit to branch master
in repository libdevice-cdio-perl.

commit a1fd569b74b17f2a76996dd49d053569322ba7a3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jul 26 19:13:15 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index f5391e7..4d8f21f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: libdevice-cdio-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312), perl,
- libcdio-dev (>= 0.82),
- perl (>= 5.13.8) | libextutils-cbuilder-perl (>= 0.280000),
- libextutils-pkgconfig-perl,
- libiso9660-dev,
- libmodule-build-perl (>= 0.380000),
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- swig
+Build-Depends: debhelper (>= 9.20120312),
+               libcdio-dev (>= 0.82),
+               libextutils-pkgconfig-perl,
+               libiso9660-dev,
+               libmodule-build-perl (>= 0.380000),
+               libtest-pod-coverage-perl,
+               libtest-pod-perl,
+               perl,
+               perl (>= 5.13.8) | libextutils-cbuilder-perl (>= 0.280000),
+               swig
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Dominic Hargreaves <dom at earth.li>
+           gregor herrmann <gregoa at debian.org>,
+           Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Device-Cdio
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevice-cdio-perl.git
@@ -22,7 +23,9 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libdevice-cdio-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: CD Input and control library
  Device::Cdio is a interface to the GNU CD Input and Control library (libcdio)
  and it's ISO 9660 library (libiso9660) which are written in C. The library

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



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