chiark / gitweb /
Revert "Fix publish version"
[hippotat.git] / debian / control
index 518905b6b6c3e5965acbb3ac67cd6e57be7796a2..893f9a8e0f81b18036cc37d409a398411098294d 100644 (file)
@@ -1,10 +1,30 @@
 Source: hippotat
-Build-Depends: debhelper (>= 9), dh-python, python3
 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
+Section: net
+Priority: optional
+Build-Depends: debhelper (>= 10), cargo, rustc, python3-sphinx,
+               python3-recommonmark, python3-sphinx-markdown-tables,
+               moreutils, libssl-dev (>= 1.1), pkg-config
+Standards-Version: 4.6.1
 
-Package: hippotat
-Depends: python3, ${python3:Depends}
-Recommends: userv, authbind
+Package: hippotat-client
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs: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: any
+Depends: ${misc:Depends}, hippotat-common
+Recommends: hippotat-doc, lsb-base, userv, userv-utils (>= 0.6.0~~iwj4)
+Suggests: authbind
+Description: IP Over HTTP (Asinine) - server
+ IP-over-HTTP server.
+
+Package: hippotat-common
 Architecture: all
-Description: IP Over HTTP (Asinine)
- IP-over-HTTP client and server.
+Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
+Recommends: ${sphinxdoc:Depends}
+Description: IP Over HTTP (Asinine) - common files, including docs
+ IP-over-HTTP system common files, including documentation.