From bc2a3e9ee957d62e96ad005c220f139dee2acb68 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Sep 2022 17:04:06 +0100 Subject: [PATCH] packaging: consolidate control Signed-off-by: Ian Jackson --- debian/control | 15 ++++++++++----- old-python/debian/control | 11 ----------- 2 files changed, 10 insertions(+), 16 deletions(-) delete mode 100644 old-python/debian/control diff --git a/debian/control b/debian/control index af738d7..f0d8ab9 100644 --- a/debian/control +++ b/debian/control @@ -2,21 +2,26 @@ Source: hippotat Maintainer: Ian Jackson Section: network Priority: optional +Build-Depends: debhelper (>= 10), cargo, rustc Package: hippotat-client Architecture: any Depends: ${misc:Depends} -Recommends: hippotat-doc, userv-utils -Description: Asinine IP Over HTTP - client +Recommends: hippotat-doc, userv, userv-utils (>= 0.6.0~~iwj4) +Description: IP Over HTTP (Asinine) - client + IP-over-HTTP client. Package: hippotat-server Architecture: any Depends: ${misc:Depends} -Recommends: hippotat-doc, userv-utils -Description: Asinine IP Over HTTP - server +Recommends: hippotat-doc, userv, userv-utils (>= 0.6.0~~iwj4) +Suggests: authbind +Description: IP Over HTTP (Asinine) - server + IP-over-HTTP server. Package: hippotat-doc Architecture: any Depends: ${misc:Depends} Recommends: userv-utils -Description: Asinine IP Over HTTP - documentation +Description: IP Over HTTP (Asinine) - documentation + IP-over-HTTP system documentation. diff --git a/old-python/debian/control b/old-python/debian/control deleted file mode 100644 index b5e5935..0000000 --- a/old-python/debian/control +++ /dev/null @@ -1,11 +0,0 @@ -Source: hippotat -Build-Depends: debhelper (>= 9), dh-python, python3 -Maintainer: Ian Jackson - -Package: hippotat -Depends: python3, ${python3:Depends} -Recommends: userv, userv-utils (>= 0.6.0~~iwj4), cpio -Suggests: authbind -Architecture: all -Description: IP Over HTTP (Asinine) - IP-over-HTTP client and server. -- 2.30.2