chiark / gitweb /
Work around lack of init script
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 10 Jan 2023 10:59:01 +0000 (10:59 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 10 Jan 2023 10:59:01 +0000 (10:59 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
adt/acommon
debian/changelog
debian/tests/control

index 69c0f1891d4a667015bcc8b8ba71fbd5b1c2e219..33ec85d4b8b0e9158565dd4081ce5d5b88c7797b 100644 (file)
@@ -147,6 +147,8 @@ setup-host () {
        next if m{^(?:userv-utils|libnetaddr-ip-perl|net-tools)$};
        next if m{^hippotat-'"$cs"'$};
        next if m{^(?:iptables|rsyslog|authbind)$} && '"$cs"' eq "server";
+       # TODO for rsyslog, record bug number here
+       next if m{^(?:orphan-sysvinit-scripts)$} && '"$cs"' eq "server";
        print;
     ' $tmp/$cs-unwanted-deps)
     in- $cs apt-mark auto $unwanted_deps
index b9f1dcca9f6970452b2ab90260bb9685cdc1920f..cad614c3b4fc325cc7b39becd9358071fafc0a71 100644 (file)
@@ -1,3 +1,10 @@
+hippotat (1.1.5+exp3) experimental; urgency=medium
+
+  * Debian-only release, for exposure to Debian infrastructure.
+  * Use orphan-sysvinit-scripts to work around lack of init script.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 10 Jan 2023 10:57:33 +0000
+
 hippotat (1.1.5+exp2) experimental; urgency=medium
 
   * Debian-only release, for exposure to Debian infrastructure.
index 7e8eed54399111b1f49878bff9366d6dba6e2a6f..11e121c2c900ec8f3f22b5bd805ecf586233e8e0 100644 (file)
@@ -4,7 +4,7 @@ Depends:
   hippotat-client, hippotat-server,
   userv-utils, libnetaddr-ip-perl, net-tools,
   rsyslog, authbind, iptables,
-  bash, iproute2, util-linux, iputils-ping
+  bash, iproute2, util-linux, iputils-ping, orphan-sysvinit-scripts
 Restrictions: needs-root, allow-stderr
 
 Tests: adt-initscript