Control: tags -1 + patch

Here is a trivial patch to install into /usr instead. It was already
checked by dumat, so it could directly go into unstable.

Note: this should not be backported to bookworm. If you intend to
backport, please use dh_movetousr instead.

If your package will change for the t64 transition or otherwise
rename/split/move its binaries (packages) during trixie, please then
upload to experimental and get in touch with the UsrMerge driver,
please see the wiki [1].

Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru accountsservice-23.13.9/debian/accountsservice.install accountsservice-23.13.9/debian/accountsservice.install
--- accountsservice-23.13.9/debian/accountsservice.install	2023-11-15 13:14:43.000000000 +0100
+++ accountsservice-23.13.9/debian/accountsservice.install	2024-01-09 19:20:13.000000000 +0100
@@ -1,4 +1,4 @@
-lib
+usr/lib/systemd
 usr/libexec
 usr/share/accountsservice/user-templates
 usr/share/dbus-1
diff -Nru accountsservice-23.13.9/debian/changelog accountsservice-23.13.9/debian/changelog
--- accountsservice-23.13.9/debian/changelog	2023-11-15 13:14:43.000000000 +0100
+++ accountsservice-23.13.9/debian/changelog	2024-01-09 19:20:13.000000000 +0100
@@ -1,3 +1,10 @@
+accountsservice (23.13.9-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install systemd unit into /usr (DEP17 M2)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Tue, 09 Jan 2024 19:20:13 +0100
+
 accountsservice (23.13.9-5) unstable; urgency=medium
 
   * Team upload
diff -Nru accountsservice-23.13.9/debian/rules accountsservice-23.13.9/debian/rules
--- accountsservice-23.13.9/debian/rules	2023-11-15 13:14:43.000000000 +0100
+++ accountsservice-23.13.9/debian/rules	2024-01-09 19:20:13.000000000 +0100
@@ -23,6 +23,6 @@
 		-Ddocbook=true \
 		-Dgdmconffile=/etc/gdm3/daemon.conf \
 		-Dadmin_group=sudo \
-		-Dsystemdsystemunitdir=/lib/systemd/system \
+		-Dsystemdsystemunitdir=/usr/lib/systemd/system \
 		-Dintrospection=true \
 		$(extra_meson_options)

Reply via email to