Your message dated Fri, 7 Jun 2024 21:25:55 +0200
with message-id <ZmNew28ES65Ckmxe@per>
and subject line #1058827: ukui-settings-daemon udev rules
has caused the Debian Bug report #1058827,
regarding ukui-settings-daemon: let dh_installudev pick location of udev rules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1058827: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058827
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ukui-settings-daemon
Version: 3.1.1.1-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: dep17m2

Dear Maintainer,

your package installs files related to udev, into /lib. These
files need to be moved to /usr/lib as part of Debian's usr-merge
effort [1].

Attached you will find a patch using dh_installudev to install
the udev rule. When dh_installudev gets changed in unstable, your
package will benefit via a binNMU or the next normal upload.
This is safe to do now.

Later during the trixie cycle I expect this bug class to raise in
priority.

If during the trixie cycle your package will undergo structural
changes or any other file moves, please see the wiki and upload
to experimental first when these changes are done.

Thank you for considering,
Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru ukui-settings-daemon-3.1.1.1/debian/changelog ukui-settings-daemon-3.1.1.1/debian/changelog
--- ukui-settings-daemon-3.1.1.1/debian/changelog	2023-02-21 13:03:49.000000000 +0100
+++ ukui-settings-daemon-3.1.1.1/debian/changelog	2023-12-16 22:50:58.000000000 +0100
@@ -1,3 +1,10 @@
+ukui-settings-daemon (3.1.1.1-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Let dh_installudev install udev rules. (Closes: #-1)
+
+ -- Chris Hofstaedtler <[email protected]>  Sat, 16 Dec 2023 22:50:58 +0100
+
 ukui-settings-daemon (3.1.1.1-3) unstable; urgency=medium
 
   * d/patches: add fix-crash-when-access-kwin-dbus.patch.
diff -Nru ukui-settings-daemon-3.1.1.1/debian/rules ukui-settings-daemon-3.1.1.1/debian/rules
--- ukui-settings-daemon-3.1.1.1/debian/rules	2022-02-22 09:27:46.000000000 +0100
+++ ukui-settings-daemon-3.1.1.1/debian/rules	2023-12-16 22:50:52.000000000 +0100
@@ -2,5 +2,16 @@
 export QT_SELECT=5
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+UDEVRULESFILE=debian/ukui-settings-daemon.touchpad-state-onmouse.udev
+
 %:
 	dh $@
+
+execute_after_dh_auto_clean:
+	rm -f $(UDEVRULESFILE)
+
+execute_after_dh_auto_install:
+	mv debian/tmp/lib/udev/rules.d/01-touchpad-state-onmouse.rules $(UDEVRULESFILE)
+
+override_dh_installudev:
+	dh_installudev -pukui-settings-daemon --priority=01 --name=touchpad-state-onmouse
diff -Nru ukui-settings-daemon-3.1.1.1/debian/ukui-settings-daemon.install ukui-settings-daemon-3.1.1.1/debian/ukui-settings-daemon.install
--- ukui-settings-daemon-3.1.1.1/debian/ukui-settings-daemon.install	2022-02-22 09:27:46.000000000 +0100
+++ ukui-settings-daemon-3.1.1.1/debian/ukui-settings-daemon.install	2023-12-16 22:50:56.000000000 +0100
@@ -2,5 +2,3 @@
 /usr/bin/
 /usr/lib/*/ukui-settings-daemon/
 /usr/share/dbus-1/
-/lib/udev/rules.d/
-

--- End Message ---
--- Begin Message ---
ukui-settings-daemon apparently stopped shipping udev rules.
Closing.

--- End Message ---

Reply via email to