diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/nghttp2-proxy.nghttpx.service (renamed from debian/nghttpx.service) | 0 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ce7607c..2304380 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nghttp2 (1.62.1-2) unstable; urgency=medium + + [ Helmut Grohne ] + * Install systemd unit using dh_installsystemd. (Closes: #1073057) + + -- Tomasz Buchert <tomasz@debian.org> Wed, 10 Jul 2024 22:55:43 +0200 + nghttp2 (1.62.1-1) unstable; urgency=medium * New upstream version 1.62.1 diff --git a/debian/nghttpx.service b/debian/nghttp2-proxy.nghttpx.service index 76c9115..76c9115 100644 --- a/debian/nghttpx.service +++ b/debian/nghttp2-proxy.nghttpx.service diff --git a/debian/rules b/debian/rules index 6a2c390..90c9a98 100755 --- a/debian/rules +++ b/debian/rules @@ -55,10 +55,8 @@ custom_install_init_scripts: # Currently we install our own systemd unit because # the original one is slightly broken -SYSTEMD="debian/nghttp2-proxy/lib/systemd/system" custom_install_systemd: - install -d $(SYSTEMD) - install -p -m644 debian/nghttpx.service $(SYSTEMD)/nghttpx.service + dh_installsystemd -pnghttp2-proxy --name nghttpx %: dh $@ |