]> git.proxmox.com Git - systemd.git/commitdiff
Use a single NEWS file shipped in the main systemd package
authorMichael Biebl <biebl@debian.org>
Thu, 2 Jun 2022 20:52:08 +0000 (22:52 +0200)
committerMichael Biebl <biebl@debian.org>
Fri, 3 Jun 2022 17:35:29 +0000 (19:35 +0200)
There is a long standing issue in apt-listchanges which fails to show
NEWS entries if they come from different binary packages that are built
from the same source package.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977422

It is questionable if this bug is actually fixable, so install a single
NEWS file instead.

Using debian/NEWS would copy that file into every binary package. To
avoid that duplication, we use debian/systemd.NEWS instead, so it is only
shipped in the main systemd package.

This ensures that NEWS entries are reliably shown on upgrades of the
systemd package even if it means that irrelevant NEWS entries are shown
as well, say for users that do not have systemd-journal-remote
installed.

Gbp-Dch: Short

debian/systemd-journal-remote.NEWS [deleted file]
debian/systemd.NEWS
debian/udev.NEWS [deleted file]

diff --git a/debian/systemd-journal-remote.NEWS b/debian/systemd-journal-remote.NEWS
deleted file mode 100644 (file)
index ab418a6..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-systemd (251.1-1) unstable; urgency=medium
-
-  systemd-journal-gatewayd and systemd-journal-remote are now built
-  without the --trust option, in order to be able to switch away from
-  gnutls to openssl.
-
- -- Luca Boccassi <bluca@debian.org>  Thu, 26 May 2022 00:55:39 +0100
index cc726430ca21240bd029fc6df825373c31ecef52..400318281526df271b8efd2a9ac026872a255e60 100644 (file)
@@ -1,3 +1,11 @@
+systemd (251.1-1) unstable; urgency=medium
+
+  systemd-journal-gatewayd and systemd-journal-remote are now built
+  without the --trust option, in order to be able to switch away from
+  gnutls to openssl.
+
+ -- Luca Boccassi <bluca@debian.org>  Thu, 26 May 2022 00:55:39 +0100
+
 systemd (247.2-2) unstable; urgency=medium
 
   systemd now defaults to the "unified" cgroup hierarchy (i.e. cgroupv2).
@@ -35,6 +43,16 @@ systemd (247.2-1) unstable; urgency=medium
 
  -- Balint Reczey <rbalint@ubuntu.com>  Fri, 11 Dec 2020 18:22:42 +0100
 
+systemd (241-4) unstable; urgency=medium
+
+  DRM render nodes (/dev/dri/renderD*) are now owned by group "render"
+  (previously group "video"). Dynamic ACLs via the "uaccess" udev tag are still
+  applied, so in the common case things should just continue to work.
+  If you rely on static permissions to access those devices, you need to update
+  group memberships accordingly to use group "render" now.
+
+ -- Michael Biebl <biebl@debian.org>  Fri, 17 May 2019 19:15:32 +0200
+
 systemd (236-1) unstable; urgency=medium
 
   DynamicUser=yes has been enabled for systemd-journal-upload.service and
@@ -63,3 +81,19 @@ systemd (224-2) unstable; urgency=medium
   systemd-importd.
 
  -- Martin Pitt <mpitt@debian.org>  Sat, 22 Aug 2015 15:58:43 +0200
+
+systemd (220-7) unstable; urgency=medium
+
+  The mechanism for providing stable network interface names changed.
+  Previously they were kept in /etc/udev/rules.d/70-persistent-net.rules
+  which mapped device MAC addresses to the (arbitrary) name they got when
+  they first appeared (i. e. mostly at the time of installation). As this
+  had several problems and is not supported any more, this is deprecated in
+  favor of the "net.ifnames" mechanism. With this most of your network
+  interfaces will get location-based names. If you have ifupdown, firewall,
+  or other configuration that relies on the old names, you need to update
+  these by Debian 10/Ubuntu 18.04 LTS, and then remove
+  /etc/udev/rules.d/70-persistent-net.rules. Please see
+  /usr/share/doc/udev/README.Debian.gz for details about this.
+
+ -- Martin Pitt <mpitt@debian.org>  Mon, 15 Jun 2015 15:30:29 +0200
diff --git a/debian/udev.NEWS b/debian/udev.NEWS
deleted file mode 100644 (file)
index 5a0194e..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-systemd (241-4) unstable; urgency=medium
-
-  DRM render nodes (/dev/dri/renderD*) are now owned by group "render"
-  (previously group "video"). Dynamic ACLs via the "uaccess" udev tag are still
-  applied, so in the common case things should just continue to work.
-  If you rely on static permissions to access those devices, you need to update
-  group memberships accordingly to use group "render" now.
-
- -- Michael Biebl <biebl@debian.org>  Fri, 17 May 2019 19:15:32 +0200
-
-systemd (220-7) unstable; urgency=medium
-
-  The mechanism for providing stable network interface names changed.
-  Previously they were kept in /etc/udev/rules.d/70-persistent-net.rules
-  which mapped device MAC addresses to the (arbitrary) name they got when
-  they first appeared (i. e. mostly at the time of installation). As this
-  had several problems and is not supported any more, this is deprecated in
-  favor of the "net.ifnames" mechanism. With this most of your network
-  interfaces will get location-based names. If you have ifupdown, firewall,
-  or other configuration that relies on the old names, you need to update
-  these by Debian 10/Ubuntu 18.04 LTS, and then remove
-  /etc/udev/rules.d/70-persistent-net.rules. Please see
-  /usr/share/doc/udev/README.Debian.gz for details about this.
-
- -- Martin Pitt <mpitt@debian.org>  Mon, 15 Jun 2015 15:30:29 +0200