[libtest-http-server-simple-stashwarnings-perl] 08/09: sort deps

gregor herrmann gregoa at debian.org
Sun Jun 29 16:51:04 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-http-server-simple-stashwarnings-perl.

commit 80e31567b38cabc393bc401af0dbef283d9e7caf
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 29 18:49:45 2014 +0200

    sort deps
    
    Git-Dch: Ignore
---
 debian/control | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index f6bcffa..b483e3b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
+                     libcgi-pm-perl | perl (<< 5.19),
                      libhttp-server-simple-perl,
-                     libwww-mechanize-perl,
                      libtest-http-server-simple-perl,
-                     libcgi-pm-perl | perl (<< 5.19)
+                     libwww-mechanize-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-http-server-simple-stashwarnings-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-http-server-simple-stashwarnings-perl.git
@@ -18,8 +18,8 @@ Package: libtest-http-server-simple-stashwarnings-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libtest-http-server-simple-perl,
-         libhttp-server-simple-perl
+         libhttp-server-simple-perl,
+         libtest-http-server-simple-perl
 Description: module to catch forked web server's warnings in Test::More tests
  Test::HTTP::Server::Simple-StashWarnings, based on
  Test::HTTP::Server::Simple, lets you retrieve the warnings that your forked
@@ -27,4 +27,3 @@ Description: module to catch forked web server's warnings in Test::More tests
  application continues to throw warnings when it makes sense. Catching the
  warnings also keeps your test output tidy. Finally, you'll be able to see
  when your application throws new, unexpected warnings.
-

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



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