1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-tcpwrap
Section: python
Priority: optional
Maintainer: Brian Sutherland <jinty@web.de>
Build-Depends: debhelper (>= 4.0.0), python, python2.3-dev, libwrap0-dev
Standards-Version: 3.6.1
Package: python2.3-tcpwrap
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: python2.3 interface for libwrap0 (TCP wrappers)
libwrap0 is a library for TCP wrappers so that programs can support TCP
wrappers natively. This package provides a Python2.3 interface for libwrap0.
Package: python-tcpwrap
Architecture: all
Depends: ${python:Depends}
Description: python interface for libwrap (TCP wrappers)
libwrap0 is a library for TCP wrappers so that programs can support TCP
wrappers natively. This package provides a Python interface for libwrap0.
.
This Debian package is an empty dummy package that always depends on a package
built for Debian's default Python version.
|