[libstring-crc32-perl] 06/08: wrap&sort d/control

gregor herrmann gregoa at debian.org
Fri Jan 10 21:29:45 UTC 2014


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

gregoa pushed a commit to branch master
in repository libstring-crc32-perl.

commit 2b7c0d02e1a612eaf942324e4d056d86bfa4bb43
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 10 22:28:06 2014 +0100

    wrap&sort d/control
    
    Git-Dch: Ignore
---
 debian/control | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index bc8243d..e2eb141 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,11 @@
 Source: libstring-crc32-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 9.20120312~)
+Build-Depends: debhelper (>= 9.20120312~),
+               perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Damyan Ivanov <dmn at debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.9.1
 Homepage: https://metacpan.org/release/String-CRC32/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-crc32-perl.git
@@ -11,8 +13,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-crc
 
 Package: libstring-crc32-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description:  Perl interface for cyclic redundancy check generation
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Description: Perl interface for cyclic redundancy check generation
  The CRC32 module calculates CRC sums of 32 bit lengths.
  It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and
  many others.

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



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