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

gregor herrmann gregoa at debian.org
Mon Jul 14 15:13:18 UTC 2014


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

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

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

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

diff --git a/debian/control b/debian/control
index 2505c81..06134fd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ 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,
- libtest-warn-perl,
- perl (>= 5.11.1) | libextutils-parsexs-perl (>= 2.21),
- perl
+               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-decoder-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsereal-decoder-perl.git
@@ -15,10 +15,12 @@ Homepage: https://metacpan.org/release/Sereal-Decoder
 
 Package: libsereal-decoder-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Breaks: libsereal-encoder-perl (<< ${source:Upstream-Version}~)
 Description: fast, compact, powerful binary deserialization module
  Sereal::Decoder implements a deserializer for an efficient, compact-output,
- and feature-rich binary protocol called Sereal. 
+ and feature-rich binary protocol called Sereal.
  .
  Its sister module Sereal::Encoder implements an encoder for this format.

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



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