summaryrefslogtreecommitdiff
path: root/debian/control
blob: 1d1cc84ee934d4f89e259b0d3be11bf89fa420e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: python-tcpwrap
Section: python
Priority: optional
Maintainer: Brian Sutherland <jinty@web.de>
Build-Depends: debhelper (>= 10), python-all-dev (>= 2.6.6-3~), libwrap0-dev
Standards-Version: 3.6.1

Package: python-tcpwrap
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python2.3-tcpwrap, python2.4-tcpwrap
Replaces: python2.3-tcpwrap, python2.4-tcpwrap
Provides: ${python:Provides}
Description: python interface for libwrap0 (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.