[libtest-effects-perl] 04/07: Organize debian/control file

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Dec 24 16:10:49 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-effects-perl.

commit 852db33e6a9e8aab81892e87951d49513099d2ab
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Thu Dec 24 11:52:06 2015 -0200

    Organize debian/control file
---
 debian/changelog | 1 +
 debian/control   | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cd46cca..aac26d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libtest-effects-perl (0.001005-2) UNRELEASED; urgency=medium
   * Add debian/upstream/metadata
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.6
+  * Organize debian/control file
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Thu, 24 Dec 2015 11:47:16 -0200
 
diff --git a/debian/control b/debian/control
index be979b2..3f41c10 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libtest-trap-perl, perl (>= 5.14)
+Build-Depends-Indep: libtest-trap-perl,
+                     perl (>= 5.14)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-effects-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-effects-perl.git
@@ -12,8 +13,10 @@ Homepage: https://metacpan.org/release/Test-Effects
 
 Package: libtest-effects-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtest-trap-perl, perl (>= 5.14)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libtest-trap-perl,
+         perl (>= 5.14)
 Description: Perl module to test various effects at once
  Test::Effects allows one to test all effects of some code to be tested
  at once: return value, I/O, warnings, exceptions, etc.

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



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