[libio-multiplex-perl] 04/07: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Mon May 4 12:51:35 UTC 2015


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

carnil pushed a commit to branch master
in repository libio-multiplex-perl.

commit 889c3a214d4d3aac984c8f8001710a70b8092f16
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon May 4 14:36:07 2015 +0200

    Wrap and sort fields in debian/control file
---
 debian/control | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 6c180f7..bc2b17b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: libio-multiplex-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,
-           Ansgar Burchardt <ansgar at debian.org>,
-           Salvatore Bonaccorso <carnil at debian.org>
+Uploaders:
+ gregor herrmann <gregoa at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     netbase
+Build-Depends-Indep: netbase, perl
 Standards-Version: 3.9.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-multiplex-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-multiplex-perl.git
@@ -15,12 +15,10 @@ Homepage: https://metacpan.org/release/IO-Multiplex
 
 Package: libio-multiplex-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: object-oriented interface to select() for Perl
  IO::Multiplex is designed to take the effort out of managing
  multiple file handles.  It is essentially a really fancy front end to
  the select() system call.  In addition to maintaining the select()
  loop, it buffers all input and output to/from the file handles.  It
  can also accept incoming connections on one or more listen sockets.
-

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



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