From f99588e05bd72a414fb73b3722c51eb45d48017e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Sep 2022 17:38:01 +0100 Subject: [PATCH] packaging: lintian Signed-off-by: Ian Jackson --- debian/control | 13 +++++++------ debian/hippotat-common.postrm | 3 +++ debian/source/format | 1 + 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 debian/source/format diff --git a/debian/control b/debian/control index 784d681..0b5c87b 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,19 @@ Source: hippotat Maintainer: Ian Jackson -Section: network +Section: net Priority: optional -Build-Depends: debhelper (>= 10), cargo, rustc +Build-Depends: debhelper (>= 10), cargo, rustc, python3-sphinx +Standards-Version: 4.6.1 Package: hippotat-client -Architecture: all +Architecture: any Depends: ${misc:Depends}, hippotat-common Recommends: hippotat-doc, userv, userv-utils (>= 0.6.0~~iwj4) Description: IP Over HTTP (Asinine) - client IP-over-HTTP client. Package: hippotat-server -Architecture: all +Architecture: any Depends: ${misc:Depends}, hippotat-common Recommends: hippotat-doc, userv, userv-utils (>= 0.6.0~~iwj4) Suggests: authbind @@ -20,7 +21,7 @@ Description: IP Over HTTP (Asinine) - server IP-over-HTTP server. Package: hippotat-common -Architecture: any -Depends: ${misc:Depends} +Architecture: all +Depends: ${misc:Depends}, adduser Description: IP Over HTTP (Asinine) - common files, including docs IP-over-HTTP system common files, including documentation. diff --git a/debian/hippotat-common.postrm b/debian/hippotat-common.postrm index 72e612a..1d45bbf 100644 --- a/debian/hippotat-common.postrm +++ b/debian/hippotat-common.postrm @@ -1,5 +1,8 @@ #!/bin/sh set -e + +#DEBHELPER# + case "$1" in purge) rm -rf /etc/hippotat diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- 2.30.2