[libmodule-starter-perl] 04/05: Wrap and sort fields in debian/control (including whitespace cleanups)

Salvatore Bonaccorso carnil at debian.org
Fri Aug 4 06:51:33 UTC 2017


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

carnil pushed a commit to branch master
in repository libmodule-starter-perl.

commit 6c0c33fc982070eed71711f90373640ca1b2a456
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Aug 4 08:44:59 2017 +0200

    Wrap and sort fields in debian/control (including whitespace cleanups)
---
 debian/control | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index c4dccd2..c438ee8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libmodule-install-authortests-perl,
-                     libmodule-build-perl,
-                     perl
+Build-Depends-Indep:
+ libmodule-build-perl,
+ libmodule-install-authortests-perl,
+ perl
 Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-starter-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmodule-starter-perl.git
@@ -15,11 +16,9 @@ Homepage: https://metacpan.org/release/Module-Starter
 
 Package: libmodule-starter-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libmodule-install-authortests-perl
+Depends: libmodule-install-authortests-perl, ${misc:Depends}, ${perl:Depends}
 Description: simple starter kit for Perl modules
- Module::Starter is used to create a skeletal Perl module distribution, 
+ Module::Starter is used to create a skeletal Perl module distribution,
  including basic builder scripts, tests, documentation, and module code.
- The module-starter script should be enough for most users, but the core 
+ The module-starter script should be enough for most users, but the core
  Module::Starter module can also be overridden for more complex situations.

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



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