summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-03-10 22:18:33 +0100
committerMattia Rizzolo <mattia@debian.org>2017-03-10 22:18:33 +0100
commitaebb31a99a86ef8c827f20a46b8e70f554201ea4 (patch)
tree15d26927d914d9c1db66a438f351ad318dd10695
parent38d7aaf06c41375019041e4d666b41aff0050b33 (diff)
Drop obsolete package reletionship, such as old conflicts, provides, ...
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rw-r--r--debian/control5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 1d1cc84..7683c11 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,12 @@ 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
+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}
-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.