[SCM] Debian packaging of libfile-libmagic-perl branch, master, updated. debian/0.96-3-11-g919ceb3

gregor herrmann gregoa at debian.org
Tue May 21 15:46:24 UTC 2013


The following commit has been merged in the master branch:
commit 565a4edfd04fa1137197993cdd797166822ffb73
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 21 17:44:48 2013 +0200

    wrap&sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index fc5fee4..2c98a71 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,13 @@
 Source: libfile-libmagic-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312), perl, libmagic-dev (>= 1:5.14-2) | libmagic-dev (<< 1:5.14-1~)
+Build-Depends: debhelper (>= 9.20120312),
+               libmagic-dev (>= 1:5.14-2) | libmagic-dev (<< 1:5.14-1~),
+               perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- gregor herrmann <gregoa at debian.org>
+           Ansgar Burchardt <ansgar at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.4
 Homepage: https://metacpan.org/release/File-LibMagic/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-libmagic-perl.git
@@ -13,7 +15,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-libma
 
 Package: libfile-libmagic-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libmagic1 (>= 5.10)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libmagic1 (>= 5.10)
 Description: Perl interface to libmagic for determining file type
  The File::LibMagic module is a simple perl interface to libmagic from the
  file-4.x or file-5.x package from Christos Zoulas

-- 
Debian packaging of libfile-libmagic-perl



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