From: Mark Wooding Date: Mon, 19 Apr 2010 21:01:00 +0000 (+0100) Subject: debian: Lintian fixes. X-Git-Tag: 1.0.0pre8~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/10ca2d4387f34cefb5a83867a16fb8d5eeaf0d24 debian: Lintian fixes. * Build-Depends on python-central. * tripe Depends on udev. * tripe-wireshark needs shlibs:Depends. (This doesn't seem to work, though.) Lots more work to go on this, though. --- diff --git a/debian/control b/debian/control index fe30c909..aaa36c18 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,13 @@ Priority: extra Maintainer: Mark Wooding XS-Python-Version: >= 2.4 Build-Depends: catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), - tshark, wireshark-dev (>= 0.10.10), debhelper (>= 4.0.2) + tshark, wireshark-dev (>= 0.10.10), debhelper (>= 4.0.2), + python-central Standards-Version: 3.1.1 Package: tripe Architecture: any -Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63), adduser +Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63) | udev, adduser Recommends: catacomb-bin Suggests: pkstream Description: Trivial IP Encryption: a simple virtual private network @@ -51,7 +52,7 @@ Description: Trivial IP Encryption: a simple virtual private network Package: tripe-wireshark Architecture: any -Depends: wireshark-common (= ${tripe:Wireshark-Version}) +Depends: wireshark-common (= ${tripe:Wireshark-Version}), ${shlibs:Depends} Description: Trivial IP Encryption: a simple virtual private network TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy and authenticity of packets it sends and receives.