summaryrefslogtreecommitdiffstats
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
commitb97ae2c35f1894d56409a26557eda34b414e22ad (patch)
tree2e73d21eef8afaf2bac14aa4ae65ba5e90efd06d
parentReleasing progress-linux version 1.62.1-1~progress7.99u1. (diff)
downloadnghttp2-b97ae2c35f1894d56409a26557eda34b414e22ad.tar.xz
nghttp2-b97ae2c35f1894d56409a26557eda34b414e22ad.zip
Merging debian version 1.62.1-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 6b3adf0..6581ad3 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~progress7.99u1) graograman-backports; urgency=medium
* Uploading to graograman-backports, remaining changes:
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 $@