[libsys-syscall-perl] 04/05: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Thu Sep 4 12:35:49 UTC 2014


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

gregoa pushed a commit to branch master
in repository libsys-syscall-perl.

commit 372b68c2efafcc4d90c46375098efdc26747f75a
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Sep 4 14:34:08 2014 +0200

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index dc4c588..c93b127 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,23 @@
 Source: libsys-syscall-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>,
+           Florian Schlichting <fsfs at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: netbase, perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>,
- Florian Schlichting <fsfs at debian.org>
+Build-Depends-Indep: netbase,
+                     perl
 Standards-Version: 3.9.5
-Homepage: https://metacpan.org/release/Sys-Syscall
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-syscall-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-syscall-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-syscall-perl.git
+Homepage: https://metacpan.org/release/Sys-Syscall
 
 Package: libsys-syscall-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module to access system calls that Perl doesn't normally provide access to
  Sys::Syscall allows one to use epoll and sendfile system calls from
  Perl.  Support is mostly Linux-only for now, but other syscalls/OSes

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



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