~ubuntu-branches/ubuntu/utopic/libhttp-request-ascgi-perl/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyzaniak (eloy)
  • Date: 2006-01-23 10:52:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060123105234-trgg00zxql2tkkcy
Tags: 0.5-1
* New upstream release
* debian/control - Narrowed dependency from libwww-perl to (>= 5.805)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: perl
3
3
Priority: optional
4
4
Build-Depends: debhelper (>= 4.0.2)
5
 
Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl, libclass-accessor-perl
 
5
Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl (>= 5.805), libclass-accessor-perl
6
6
Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers@lists.alioth.debian.org>
7
7
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
8
8
Standards-Version: 3.6.2
9
9
 
10
10
Package: libhttp-request-ascgi-perl
11
11
Architecture: all
12
 
Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, libclass-accessor-perl
 
12
Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl (>= 5.805), libclass-accessor-perl
13
13
Description:  Setup a CGI enviroment from a HTTP::Request
14
 
 Provides a convinient way of setting up an CGI enviroment from 
 
14
 Provides a convenient way of setting up an CGI enviroment from 
15
15
 a HTTP::Request.