~ubuntu-branches/ubuntu/precise/libio-socket-ssl-perl/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Davide Puricelli (evo)
  • Date: 2004-08-21 18:18:55 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040821181855-gmhulknkkyyjzcb9
Tags: 0.96-1
New upstream version, closes: #231572.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: interpreters
3
3
Priority: optional
4
4
Maintainer: Davide Puricelli (evo) <evo@debian.org>
5
 
Standards-Version: 3.5.2
6
 
Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
 
5
Standards-Version: 3.5.8.0
 
6
Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.8.0)
7
7
 
8
8
Package: libio-socket-ssl-perl
9
9
Architecture: all
10
10
Depends: ${perl:Depends}, openssl, libnet-ssleay-perl
11
11
Replaces: libnet-socketssl-perl
12
12
Conflicts: libnet-socketssl-perl
13
 
Description: Class implementing an object oriented interface to SSL sockets.
 
13
Description: Class implementing an object oriented interface to SSL sockets
14
14
 The class is a descendent of IO::Socket::INET and provides a subset
15
15
 of the base class's interface methods.