Your message dated Wed, 17 May 2023 22:27:52 +0000
with message-id <[email protected]>
and subject line unblock android-platform-tools
has caused the Debian Bug report #1036210,
regarding unblock: android-platform-tools/29.0.6-28
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.)
--
1036210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036210
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:android-platform-tools
Please unblock package android-platform-tools
This update fixes the RC bug #1034982
unblock android-platform-tools/29.0.6-28
diff --git a/debian/changelog b/debian/changelog
index 8511e438..c6844695 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+android-platform-tools (29.0.6-28) unstable; urgency=medium
+
+ * Team upload.
+ * Added the missing Replaces field for android-libnativehelper
+ (Closes: #1034982)
+
+ -- Emmanuel Bourg <[email protected]> Wed, 17 May 2023 09:45:36 +0200
+
android-platform-tools (29.0.6-27) unstable; urgency=medium
[ Chirayu Desai ]
diff --git a/debian/control b/debian/control
index 11db424a..c0bacf63 100644
--- a/debian/control
+++ b/debian/control
@@ -270,6 +270,7 @@ Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
android-liblog (= 1:${binary:Version}),
Breaks: android-libnativehelper-dev (<< 29)
+Replaces: android-libnativehelper-dev (<< 29)
Description: Support functions for Android's class libraries
libnativehelper is a collection of JNI related utilities used in
Android.
@@ -287,8 +288,8 @@ Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
android-libnativehelper (= ${binary:Version}),
-Breaks: android-libnativehelper (<< 29)
-Replaces: android-libnativehelper (<< 29)
+Breaks: android-libnativehelper (<< 10.0.0+r36-1~)
+Replaces: android-libnativehelper (<< 10.0.0+r36-1~)
Description: Support functions for Android's class libraries - Development
files
libnativehelper is a collection of JNI related utilities used in
Android.
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---