[libevent-perl] 04/07: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Mon Jun 30 17:44:46 UTC 2014


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

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

commit 184fb75c3595aeb3b0a3b0312fbd3e3af4d8abeb
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 30 19:36:37 2014 +0200

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 587d1f8..72457b5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,26 @@
 Source: libevent-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org>,
- gregor herrmann <gregoa at debian.org>, Nathan handler <nhandler at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>,
- Dominic Hargreaves <dom at earth.li>
+           gregor herrmann <gregoa at debian.org>,
+           Nathan handler <nhandler at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Dominic Hargreaves <dom at earth.li>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312~),
+               perl
 Standards-Version: 3.9.5
-Homepage: https://metacpan.org/release/Event
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libevent-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libevent-perl.git
-Build-Depends: debhelper (>= 9.20120312~), perl
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libevent-perl.git
+Homepage: https://metacpan.org/release/Event
 
 Package: libevent-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Recommends: libtime-hires-perl
 Description: generic Perl event loop module
  The Event module provides a simple and optimized event loop for a rather
  broad number of applications. It allows Perl programs to register interest in
  events that concern it, and will receive those events.
-

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



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