chiark / gitweb /
packaging: make -doc be -common
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 16:19:43 +0000 (17:19 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 16:19:43 +0000 (17:19 +0100)
It will contain the user.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/control

index 6549ba1c935ab075fb650a12478ba9889e82984b..784d6814f51369eb3d95c47e61478a47c4a3bfec 100644 (file)
@@ -6,22 +6,21 @@ Build-Depends: debhelper (>= 10), cargo, rustc
 
 Package: hippotat-client
 Architecture: all
-Depends: ${misc:Depends}
+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
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, hippotat-common
 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
+Package: hippotat-common
 Architecture: any
 Depends: ${misc:Depends}
-Recommends: userv-utils
-Description: IP Over HTTP (Asinine) - documentation
- IP-over-HTTP system documentation.
+Description: IP Over HTTP (Asinine) - common files, including docs
+ IP-over-HTTP system common files, including documentation.