Control: retitle -1 systemd: install upstream change log document
Control: tags -1 + patch

On 28-May-2026, Ben Finney wrote:
> The ‘dh_installchangelogs’ packaging rule can make this easy.

I have implemented this change, and created a merge request
<URL: https://salsa.debian.org/systemd-team/systemd/-/merge_requests/318>.

Attached to this message is a patch that represents the same changes (at
time of writing).

-- 
 \          “One time a cop pulled me over for running a stop sign. He |
  `\        said, ‘Didn't you see the stop sign?’ I said, ‘Yeah, but I |
_o__)                don't believe everything I read.’” —Steven Wright |
Ben Finney <[email protected]>
modified   debian/changelog
@@ -1,3 +1,12 @@
+systemd (261~rc2-2~pre1) UNRELEASED; urgency=medium
+
+  [ Ben Finney ]
+  * debian/rules:
+    * Install upstream changelog.
+      Closes: bug#1138091.
+
+ -- Ben Finney <[email protected]>  Thu, 28 May 2026 19:58:19 +1000
+
 systemd (261~rc2-1) unstable; urgency=medium
 
   * Clean up autovt@ alias on purge. (Closes: #1137522)
modified   debian/rules
@@ -296,6 +296,10 @@ override_dh_installsystemduser:
 execute_after_dh_installsysusers:
 	dh_installsysusers -pudev --name=debian-udev
 
+.PHONY: override_dh_installchangelogs
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS
+
 PROJECT_VERSION ?= $(shell awk '/(PROJECT|PACKAGE)_VERSION / {print $$3}' obj-$(DEB_HOST_GNU_TYPE)/config.h | tr -d \")
 
 # The SysV compat tools (which are symlinks to systemctl) are

Attachment: signature.asc
Description: PGP signature

Reply via email to