[libsystem-command-perl] 03/04: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Wed Oct 23 11:46:17 UTC 2013


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

carnil pushed a commit to branch master
in repository libsystem-command-perl.

commit 0e7710b94c84b957e75668c3e28e4459f0cf6f93
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Oct 23 13:41:19 2013 +0200

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

diff --git a/debian/control b/debian/control
index e3b2bc3..e3811a1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
 Source: libsystem-command-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alessandro Ghedini <ghedo at debian.org>,
-           gregor herrmann <gregoa at debian.org>
+Uploaders:
+ Alessandro Ghedini <ghedo at debian.org>,
+ gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
-Build-Depends-Indep: perl,
-                     libtest-command-perl,
-                     libtest-output-perl
+Build-Depends:
+ debhelper (>= 8),
+ perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
+Build-Depends-Indep: libtest-command-perl, libtest-output-perl, perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsystem-command-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsystem-command-perl.git
@@ -16,8 +16,7 @@ Homepage: https://metacpan.org/release/System-Command/
 
 Package: libsystem-command-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl class for running system commands
  System::Command is a class that launches external system commands and return
  an object representing them, allowing to interact with them through their

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



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