Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: android-platform-tools-b...@packages.debian.org
Control: affects -1 + src:android-platform-tools-base

Hi,

The kotlin package is threatened to be removed due the RC bug (#1034982).
I tracked down the link between kotlin and android-libnativehelper to
the adb package which is a dependency of libandroid-ddms-java.

I'd like to suggest downgrading the dependency on adb to recommended
if #1034982 isn't fixed in time for the Bookworm release. Kotlin
doesn't use adb and shouldn't be tied to its fate.


unblock android-platform-tools-base/2.2.2-5
diff --git a/debian/changelog b/debian/changelog
index 175b081e..ba88018b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+android-platform-tools-base (2.2.2-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Downgraded the libandroid-ddms-java dependency on adb to recommended
+
+ -- Emmanuel Bourg <ebo...@apache.org>  Mon, 15 May 2023 09:08:26 +0200
+
 android-platform-tools-base (2.2.2-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 76cb3945..5a0bcbdd 100644
--- a/debian/control
+++ b/debian/control
@@ -170,10 +170,10 @@ Description: Library to parse and download the Android SDK
 
 Package: libandroid-ddms-java
 Architecture: all
-Depends: adb,
-         libandroid-tools-common-java,
+Depends: libandroid-tools-common-java,
          libkxml2-java,
          ${misc:Depends}
+Recommends: adb
 Description: Communicate with devices through adb - Core library
  Dalvik Debug Monitor Server (DDMS) provides port-forwarding services, screen
  capture on the device, thread and heap information on the device, logcat,

Reply via email to