Package: isight-firmware-tools
Version: 1.6-4
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

Dear Maintainer,

your package ships an udev rule in /lib/udev/rules.d. For the ongoing
UsrMerge effort [1], the /lib directory needs to become "empty", IOW no
package should install files there. Instead they should go into
/usr/lib.

Attached is an _untested_ patch to implement this for your package.
Please test and apply at your earliest convenience.

Please also read [1] first.

Thanks,
Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru isight-firmware-tools-1.6/debian/changelog 
isight-firmware-tools-1.6/debian/changelog
--- isight-firmware-tools-1.6/debian/changelog  2019-01-29 04:12:57.000000000 
+0100
+++ isight-firmware-tools-1.6/debian/changelog  2023-11-29 01:42:34.000000000 
+0100
@@ -1,3 +1,10 @@
+isight-firmware-tools (1.6-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Move udev rules into /usr (Closes: #-1) 
+
+ -- Chris Hofstaedtler <z...@debian.org>  Wed, 29 Nov 2023 01:42:34 +0100
+
 isight-firmware-tools (1.6-4) unstable; urgency=medium
 
   * Add Danish debconf templates translation. (Closes: #767486)
diff -Nru isight-firmware-tools-1.6/debian/dirs 
isight-firmware-tools-1.6/debian/dirs
--- isight-firmware-tools-1.6/debian/dirs       2019-01-29 04:12:57.000000000 
+0100
+++ isight-firmware-tools-1.6/debian/dirs       2023-11-29 01:42:34.000000000 
+0100
@@ -1,2 +1,2 @@
 usr/bin
-lib/udev/rules.d
+usr/lib/udev/rules.d
diff -Nru isight-firmware-tools-1.6/debian/rules 
isight-firmware-tools-1.6/debian/rules
--- isight-firmware-tools-1.6/debian/rules      2019-01-29 04:12:57.000000000 
+0100
+++ isight-firmware-tools-1.6/debian/rules      2023-11-29 01:42:34.000000000 
+0100
@@ -5,7 +5,7 @@
 
 install/isight-firmware-tools::
        mv debian/isight-firmware-tools/etc/udev/rules.d/isight.rules \
-               debian/isight-firmware-tools/lib/udev/rules.d/80_isight.rules
+               
debian/isight-firmware-tools/usr/lib/udev/rules.d/80_isight.rules
 
        rm -rf $(CURDIR)/debian/isight-firmware-tools/etc
 

Reply via email to