[Android-tools-devel] Bug#1064430: android-sdk-meta: install udev rules into /usr

Michael Biebl biebl at debian.org
Wed Feb 21 23:38:18 GMT 2024


Source: android-sdk-meta
Version: 28.0.2+9
Severity: normal
Tags: patch trixie sid
User: helmutg at debian.org
Usertags: dep17m2

We want to finalize the /usr-merge via DEP17 by moving all files to
/usr. android-sdk-meta installs files into /lib; these should be moved
into the respective canonical locations in /usr/.

Please find a patch attached. It has been build-tested.

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].

Michael

[1] https://wiki.debian.org/UsrMerge
-------------- next part --------------
diff -Nru android-sdk-meta-28.0.2+9/debian/android-sdk-platform-tools-common.install android-sdk-meta-28.0.2+9+nmu1/debian/android-sdk-platform-tools-common.install
--- android-sdk-meta-28.0.2+9/debian/android-sdk-platform-tools-common.install	2023-01-24 07:07:40.000000000 +0100
+++ android-sdk-meta-28.0.2+9+nmu1/debian/android-sdk-platform-tools-common.install	2024-02-22 00:34:35.000000000 +0100
@@ -1,3 +1,3 @@
-51-android.rules                 lib/udev/rules.d
+51-android.rules                 usr/lib/udev/rules.d
 debian/android-sdk.metainfo.xml  usr/share/metainfo
 platform-tools/*                 usr/lib/android-sdk/platform-tools
diff -Nru android-sdk-meta-28.0.2+9/debian/changelog android-sdk-meta-28.0.2+9+nmu1/debian/changelog
--- android-sdk-meta-28.0.2+9/debian/changelog	2023-01-24 07:07:40.000000000 +0100
+++ android-sdk-meta-28.0.2+9+nmu1/debian/changelog	2024-02-22 00:34:36.000000000 +0100
@@ -1,3 +1,10 @@
+android-sdk-meta (28.0.2+9+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install udev rules into /usr. (Closes: #-1)
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 22 Feb 2024 00:34:36 +0100
+
 android-sdk-meta (28.0.2+9) unstable; urgency=medium
 
   * Team upload.


More information about the Android-tools-devel mailing list