summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog13
-rw-r--r--debian/nghttp2-proxy.nghttpx.service (renamed from debian/nghttpx.service)0
-rwxr-xr-xdebian/rules4
3 files changed, 14 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 93c99d4..2304380 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+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
+
+ -- Tomasz Buchert <tomasz@debian.org> Sat, 18 May 2024 09:28:10 +0200
+
nghttp2 (1.61.0-1) unstable; urgency=high
* New upstream version 1.61.0 (fixes CVE-2024-28182)
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 $@