summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:53:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:53:36 +0000
commita05db0a3594f0eb1120495fdf240d8d2bf3d9cbb (patch)
tree72ead17d0735d8a139f2e385542046c23e05a0b9 /debian
parentAdding debian version 1.62.1-1. (diff)
downloadnghttp2-a05db0a3594f0eb1120495fdf240d8d2bf3d9cbb.tar.xz
nghttp2-a05db0a3594f0eb1120495fdf240d8d2bf3d9cbb.zip
Adding debian version 1.62.1-2.debian/1.62.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/nghttp2-proxy.nghttpx.service (renamed from debian/nghttpx.service)0
-rwxr-xr-xdebian/rules4
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 $@