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

Package: python-tcpwrap
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
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.