[libsereal-encoder-perl] 05/06: wrap&sort d/control

gregor herrmann gregoa at debian.org
Mon Jul 14 15:16:26 UTC 2014


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

gregoa pushed a commit to branch master
in repository libsereal-encoder-perl.

commit e289d95f19e2cca0b86a70d0d27dac92e57e115c
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jul 14 17:08:54 2014 +0200

    wrap&sort d/control
    
    Git-Dch: Ignore
---
 debian/control | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 520b9af..5f5e45b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
 Build-Depends: debhelper (>= 9.20120312~),
- libtest-longstring-perl,
- libsereal-decoder-perl (>= 3.001.002),
- libtest-warn-perl,
- perl (>= 5.11.1) | libextutils-parsexs-perl (>= 2.21),
- perl
+               libsereal-decoder-perl (>= 3.001.002),
+               libtest-longstring-perl,
+               libtest-warn-perl,
+               perl,
+               perl (>= 5.11.1) | libextutils-parsexs-perl (>= 2.21)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsereal-encoder-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsereal-encoder-perl.git
@@ -16,9 +16,11 @@ Homepage: https://metacpan.org/release/Sereal-Encoder
 
 Package: libsereal-encoder-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: fast, compact, powerful binary serializationa module
- Sereal::Encoder implements an efficient, compact-output, 
+ Sereal::Encoder implements an efficient, compact-output,
  and feature-rich serializer using a binary protocol called Sereal.
  .
  Its sister module Sereal::Decoder implements a decoder for this format.

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



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