From: Ian Jackson Date: Sun, 25 Sep 2022 16:38:01 +0000 (+0100) Subject: packaging: lintian X-Git-Tag: hippotat/1.0.0~31 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;ds=sidebyside;h=f99588e05bd72a414fb73b3722c51eb45d48017e;p=hippotat.git packaging: lintian Signed-off-by: Ian Jackson --- 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)