[SCM] Debian packaging of libwww-mechanize-perl branch, master, updated. debian/1.71-1-6-g56e0394

gregor herrmann gregoa at debian.org
Thu Jul 5 21:08:10 UTC 2012


The following commit has been merged in the master branch:
commit e9ba99adb435c5e35b7c093c117df9aa75f823cb
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:04:55 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index db46225..741144b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,46 +1,50 @@
 Source: libwww-mechanize-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+           Jaldhar H. Vyas <jaldhar at debian.org>,
+           Rene Mayorga <rmayorga at debian.org.sv>,
+           Kees Cook <kees at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>, 
- Jaldhar H. Vyas <jaldhar at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>,
- Kees Cook <kees at debian.org>, gregor herrmann <gregoa at debian.org>,
- 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,
- libhtml-form-perl | libwww-perl (<< 6),
- libhtml-parser-perl,
- libhtml-tree-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
+                     libhtml-form-perl | libwww-perl (<< 6),
+                     libhtml-parser-perl,
+                     libhtml-tree-perl,
+                     libhttp-daemon-perl | libwww-perl (<< 6),
+                     libhttp-server-simple-perl,
+                     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,
+                     libwww-perl,
+                     netbase
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/WWW-Mechanize/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libwww-mechanize-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwww-mechanize-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libwww-mechanize-perl.git
+Homepage: http://search.cpan.org/dist/WWW-Mechanize/
 
 Package: libwww-mechanize-perl
 Architecture: all
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libhtml-form-perl | libwww-perl (<< 6),
+         libhtml-parser-perl,
+         libhtml-tree-perl,
+         libhttp-daemon-perl | libwww-perl (<< 6),
+         libhttp-server-simple-perl,
+         liburi-perl,
+         libwww-perl
 Recommends: libio-socket-ssl-perl
-Depends: ${perl:Depends}, ${misc:Depends},
- libhtml-form-perl | libwww-perl (<< 6),
- libhtml-parser-perl,
- libhtml-tree-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
@@ -48,3 +52,4 @@ Description: module to automate interaction with websites
  its links and forms are extracted. A link or a form can be selected, form
  fields can be filled and the next page can be fetched. Mech also stores
  a history of the URLs you've visited, which can be queried and revisited.
+

-- 
Debian packaging of libwww-mechanize-perl



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