[libtest-hasversion-perl] 09/12: Organize dependencies fields in debian/control

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Dec 28 16:33:01 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libtest-hasversion-perl.

commit f09657459f592982ec21507ec19177003129f8cb
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Dec 28 13:52:59 2015 -0200

    Organize dependencies fields in debian/control
---
 debian/changelog | 1 +
 debian/control   | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e8d1cf..a0b702f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,7 @@ libtest-hasversion-perl (0.012-2) UNRELEASED; urgency=low
   * Update copyright and upstream contact stanza in debian/copyright
   * Bump debhelper compatibility level to 9 and remove dependency on quilt
   * Declare compliance with Debian policy 3.9.6
+  * Organize dependencies fields in debian/control
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 28 Dec 2015 13:40:41 -0200
 
diff --git a/debian/control b/debian/control
index fb4d2a3..c5f2b84 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libtest-hasversion-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
 Standards-Version: 3.9.6
@@ -12,7 +14,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-hasversio
 
 Package: libtest-hasversion-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl library to check that Perl modules have version numbers
  Do you wanna check that every one of your Perl modules in a distribution has
  a version number? You wanna make sure you don't forget the brand new modules

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



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