[libdaemon-control-perl] 03/05: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sun Feb 23 12:36:16 UTC 2014


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

carnil pushed a commit to branch master
in repository libdaemon-control-perl.

commit 2d3d6a17a093c9e33a2765cc4c0331efbb1e5c99
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Feb 23 13:18:23 2014 +0100

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

diff --git a/debian/control b/debian/control
index 50c88fe..a7bde93 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     perl (>= 5.11.1) | libfile-path-perl
+Build-Depends-Indep: perl, perl (>= 5.11.1) | libfile-path-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdaemon-control-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdaemon-control-perl.git
@@ -13,9 +12,7 @@ Homepage: https://metacpan.org/release/Daemon-Control/
 
 Package: libdaemon-control-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         perl (>= 5.11.1) | libfile-path-perl
+Depends: perl (>= 5.11.1) | libfile-path-perl, ${misc:Depends}, ${perl:Depends}
 Description: module for creating init scripts in Perl
  Daemon::Control provides a library for creating init scripts in Perl.
  Your Perl script just needs to set the accessors for what and how you
@@ -26,4 +23,3 @@ Description: module for creating init scripts in Perl
  methods are supported and in double-fork mode all the things you
  would expect like reopening STDOUT/STDERR, switching UID/GID
  are supported.
-

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



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