chiark / gitweb /
packaging: consolidate control
[hippotat.git] / debian / control
index 52748377cd270e255c1cdcd3411afa8cfdc03ae5..f0d8ab9c20a253c6c1e483c5715d94e45ee9e0d4 100644 (file)
@@ -1,10 +1,27 @@
 Source: hippotat
-Build-Depends: debhelper (>= 9), dh-python, python3
 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
+Section: network
+Priority: optional
+Build-Depends: debhelper (>= 10), cargo, rustc
 
-Package: hippotat
-Depends: python3, ${python3:Depends}
-Recommends: authbind
-Architecture: all
-Description: IP Over HTTP (Asinine)
- IP-over-HTTP client and server.
+Package: hippotat-client
+Architecture: any
+Depends: ${misc:Depends}
+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, 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: IP Over HTTP (Asinine) - documentation
+ IP-over-HTTP system documentation.