[libtest-fork-perl] 01/05: Reformat debian/control with cme

gregor herrmann gregoa at debian.org
Sat Jun 6 16:36:30 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtest-fork-perl.

commit 6e048fca2af67bb3f85951aa676c0bbef8d78461
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 6 18:33:40 2015 +0200

    Reformat debian/control with cme
    
    Gbp-Dch: ignore
---
 debian/control | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 9866224..0746966 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: libtest-fork-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Olivier Sallou <osallou at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9),
- perl
+               perl
 Standards-Version: 3.9.4
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-fork-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-fork-perl.git
@@ -12,7 +12,8 @@ Homepage: https://metacpan.org/release/Test-Fork
 
 Package: libtest-fork-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module for testing code which forks
  Because each test has a number associated with it, testing code which forks
  is problematic. Coordinating the test number amongst the parent and child

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



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