[libcgi-pm-perl] 08/09: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sun Oct 12 02:24:04 UTC 2014


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

gregoa pushed a commit to branch master
in repository libcgi-pm-perl.

commit 29be08c266418bcff94f9f3569cab6756f494a84
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 12 04:22:07 2014 +0200

    wrap&sort d/control
    
    Git-Dch: Ignore
---
 debian/control | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 8f7be26..dc4e7e6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,11 @@ Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
-                     libtest-deep-perl,
+Build-Depends-Indep: libtest-deep-perl,
                      libtest-nowarnings-perl,
-                     libtest-warn-perl
+                     libtest-warn-perl,
+                     perl,
+                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-pm-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-pm-perl.git
@@ -20,12 +20,11 @@ Homepage: https://metacpan.org/release/CGI
 
 Package: libcgi-pm-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Recommends: libcgi-fast-perl (>= 1:2.01)
 Breaks: libcgi-fast-perl (<< 1:2)
 Description: module for Common Gateway Interface applications
  CGI.pm is a Perl module that provides classes useful for creating Web forms
  and for parsing their contents. It defines CGI objects, entities that contain
  the values of the current query string and other state variables.
-

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



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