[libsysadm-install-perl] 03/06: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Wed May 21 06:06:05 UTC 2014


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

carnil pushed a commit to branch master
in repository libsysadm-install-perl.

commit 34521531e44b926b8a951ee6678d03e976f43591
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed May 21 08:00:22 2014 +0200

    Wrap and sort fields in debian/control file
---
 debian/control | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 123082d..adc9c09 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,20 @@ Source: libsysadm-install-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,
+Uploaders:
+ gregor herrmann <gregoa at debian.org>,
  Ryan Niebur <ryan at debian.org>,
  Nathan Handler <nhandler at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>,
  Salvatore Bonaccorso <carnil at debian.org>,
  Angel Abad <angel at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: liblog-log4perl-perl,
+Build-Depends-Indep:
+ libfile-which-perl (>= 1.09),
+ liblog-log4perl-perl,
  libterm-readkey-perl,
  libwww-perl,
- perl,
- libfile-which-perl (>= 1.09)
+ perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsysadm-install-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsysadm-install-perl.git
@@ -21,11 +23,13 @@ Homepage: https://metacpan.org/release/Sysadm-Install
 
 Package: libsysadm-install-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
+Depends:
+ libfile-which-perl (>= 1.09),
  liblog-log4perl-perl,
  libterm-readkey-perl,
  libwww-perl,
- libfile-which-perl (>= 1.09)
+ ${misc:Depends},
+ ${perl:Depends}
 Suggests: libexpect-perl
 Description: module for typical installation tasks of system administrators
  Sysadm::Install executes shell-like commands performing typical
@@ -33,5 +37,5 @@ Description: module for typical installation tasks of system administrators
  It has a fail once and die policy, meticulously checking the result
  of every operation and calling die() immeditatly if anything fails.
  .
- Sysadm::Install also supports a dry_run mode, in which it 
+ Sysadm::Install also supports a dry_run mode, in which it
  logs everything, but suppresses any write actions.

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



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