chiark / gitweb /
packaging: lintian
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 16:38:01 +0000 (17:38 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 16:40:40 +0000 (17:40 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/control
debian/hippotat-common.postrm
debian/source/format [new file with mode: 0644]

index 784d6814f51369eb3d95c47e61478a47c4a3bfec..0b5c87b6378c6fc028203cb80bdf6e1d9653874b 100644 (file)
@@ -1,18 +1,19 @@
 Source: hippotat
 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
-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.
index 72e612ac039ba507426df22fc34931fc22aafc7b..1d45bbf06ea52491ea22814e34bccd0b1392021d 100644 (file)
@@ -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 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)