r72290 - /trunk/libwww-mechanize-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Apr 5 18:32:08 UTC 2011


Author: gregoa
Date: Tue Apr  5 18:31:30 2011
New Revision: 72290

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72290
Log:
sort deps

Modified:
    trunk/libwww-mechanize-perl/debian/control

Modified: trunk/libwww-mechanize-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-perl/debian/control?rev=72290&op=diff
==============================================================================
--- trunk/libwww-mechanize-perl/debian/control (original)
+++ trunk/libwww-mechanize-perl/debian/control Tue Apr  5 18:31:30 2011
@@ -8,13 +8,22 @@
  Ryan Niebur <ryan at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
  Nicholas Bamber <nicholas at periapt.co.uk>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libwww-perl (>= 5.829), 
- libhtml-parser-perl, liburi-perl (>= 1.36), libtest-pod-perl, libio-socket-ssl-perl, 
- netbase, libtest-exception-perl, libtest-warn-perl, libtest-taint-perl,
- libhttp-server-simple-perl (>= 0.35), libtest-pod-coverage-perl,
- libtest-memory-cycle-perl, libtest-nowarnings-perl,
+Build-Depends-Indep: perl,
  libhtml-form-perl | libwww-perl (<< 6),
- libhttp-daemon-perl | libwww-perl (<< 6)
+ libhtml-parser-perl,
+ libhttp-daemon-perl | libwww-perl (<< 6),
+ libhttp-server-simple-perl (>= 0.35),
+ libio-socket-ssl-perl,
+ libtest-exception-perl,
+ libtest-memory-cycle-perl,
+ libtest-nowarnings-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ libtest-taint-perl,
+ libtest-warn-perl,
+ liburi-perl (>= 1.36),
+ libwww-perl (>= 5.829),
+ netbase
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/WWW-Mechanize/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-mechanize-perl/
@@ -24,10 +33,12 @@
 Architecture: all
 Recommends: libio-socket-ssl-perl
 Depends: ${perl:Depends}, ${misc:Depends},
- libwww-perl (>= 5.829), libhtml-parser-perl,
- liburi-perl (>= 1.36), libhttp-server-simple-perl (>= 0.35),
  libhtml-form-perl | libwww-perl (<< 6),
- libhttp-daemon-perl | libwww-perl (<< 6)
+ libhtml-parser-perl,
+ libhttp-daemon-perl | libwww-perl (<< 6),
+ libhttp-server-simple-perl (>= 0.35),
+ liburi-perl (>= 1.36),
+ libwww-perl (>= 5.829)
 Description: module to automate interaction with websites
  WWW::Mechanize, or Mech for short, helps you automate interaction with
  a website. It supports performing a sequence of page fetches including




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