~ubuntu-branches/ubuntu/lucid/libwww-perl/lucid-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici, Antonio Radici, gregor herrmann
  • Date: 2009-02-27 23:41:21 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090227234121-j82kazqk5lmg6t4b
Tags: 5.825-1
[ Antonio Radici ]
* New upstream release
* debian/control:
  + Adding me to the Uploaders
  + removing duplicate 'priority' and 'section' from the binary package
  + added quilt dependency
  + bumped dependency to debhelper 7
* debian/compat:
  + bumped to 7
* debian/rules:
  + refreshed with dh-make-perl --dh 7
  + added quilt directives
* debian/README.source
  + added as per Debian Policy
* debian/patches/fix_no_proxy_desc.patch:
  + fix some erorrs in the description of no_proxy() on LWP::UserAgent 
  + bug already forwarded upstream (Closes: #277970)
* debian/patches/fix_ua_ssl_deps.patch:
  + fix the error message when some perl modules are not installed 
    to support HTTPS
  + bug already forwarded upstream (Closes: #500186)

[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
* debian/copyright: update years of upstream copyright.
* debian/control: add libcrypt-ssleay-perl as an alternative suggestion
  to libio-socket-ssl-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
5
5
Uploaders: Jay Bonci <jaybonci@debian.org>, Damyan Ivanov <dmn@debian.org>,
6
6
 Jaldhar H. Vyas <jaldhar@debian.org>, gregor herrmann <gregoa@debian.org>,
7
 
 Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
 
7
 Krzysztof Krzyżaniak (eloy) <eloy@debian.org>, Antonio Radici <antonio@dyne.org>
8
8
Standards-Version: 3.8.0
9
9
Homepage: http://search.cpan.org/dist/libwww-perl/
10
10
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-perl/
11
 
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/
12
 
Build-Depends: debhelper (>= 5)
 
11
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-perl/
 
12
Build-Depends: debhelper (>= 7), quilt
13
13
Build-Depends-Indep: netbase, perl (>= 5.8.1), libdigest-md5-perl,
14
14
 liburi-perl (>= 1.10), libhtml-parser-perl (>= 3.33), libcompress-zlib-perl
15
15
 
16
16
Package: libwww-perl
17
17
Architecture: all
18
 
Priority: optional
19
 
Section: perl
20
 
Depends: ${perl:Depends}, perl (>= 5.8.1), libdigest-md5-perl, 
 
18
Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.8.1), libdigest-md5-perl, 
21
19
 liburi-perl (>= 1.10), libhtml-parser-perl (>= 3.33), libhtml-tree-perl (>= 3.11),
22
20
 libhtml-tagset-perl, netbase
23
21
Recommends: libmailtools-perl, libhtml-format-perl, libcompress-zlib-perl
24
 
Suggests: libio-socket-ssl-perl (>= 0.81-2)
 
22
Suggests: libcrypt-ssleay-perl | libio-socket-ssl-perl (>= 0.81-2)
25
23
Description: WWW client/server library for Perl (aka LWP)
26
24
 Libwww-perl is a collection of Perl modules which provides a simple
27
25
 and consistent programming interface (API) to the World-Wide Web.  The