[libserver-starter-perl] 02/04: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Sun Jun 29 16:34:39 UTC 2014


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

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

commit 11bf59c005547ecf1ed2965d4c4b8b353ec9e620
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 29 18:28:47 2014 +0200

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

diff --git a/debian/control b/debian/control
index e49640c..8c14383 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
 Source: libserver-starter-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <ghedo at debian.org>,
- Florian Schlichting <fsfs at debian.org>
+           Florian Schlichting <fsfs at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- liblist-moreutils-perl,
- libproc-wait3-perl,
- libscope-guard-perl,
- libtest-sharedfork-perl,
- libtest-tcp-perl (>= 2.00)
+                     liblist-moreutils-perl,
+                     libproc-wait3-perl,
+                     libscope-guard-perl,
+                     libtest-sharedfork-perl,
+                     libtest-tcp-perl (>= 2.00)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libserver-starter-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libserver-starter-perl.git
@@ -18,10 +18,11 @@ Homepage: https://metacpan.org/release/Server-Starter
 
 Package: libserver-starter-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liblist-moreutils-perl,
- libproc-wait3-perl,
- libscope-guard-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         liblist-moreutils-perl,
+         libproc-wait3-perl,
+         libscope-guard-perl
 Description: superdaemon for hot-deploying Perl server programs
  It is often a pain to write a server program that supports graceful restarts,
  with no resource leaks. Server::Starter solves the problem by splitting the

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



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