android-platform-tools (35.0.2-1~exp6)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 34.0.5-12 < 35.0.2-1~exp6.
- Git: https://salsa.debian.org/android-tools-team/android-platform-tools.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 3801088
- Browser: https://salsa.debian.org/android-tools-team/android-platform-tools
- Last scan: 2025-10-15 08:03:03+00
- Next scan: 2025-10-20 18:15:00+00
- CI pipeline status: success
- Debian changelog in Git:
android-platform-tools (34.0.5-12) unstable; urgency=medium
* debian/control:
- Replace "android-sdk-platform-tools-common" with "android-udev-rules"
and bump from "Recommends" to "Depends" as well.
-- Roger Shimizu <rosh@debian.org> Thu, 03 Apr 2025 23:03:19 -0700
- This branch is 2 commits ahead of tag debian/34.0.5-12
- Git log:
commit 20425ddcead2dbc98dcee9031ae88de516fe3059
Author: Roger Shimizu <rosh@debian.org>
Date: Sat Jul 12 20:58:38 2025 +0200
d/rules: Update the lib dependencies to fix FTBFS with make --shuffle=reverse
Closes: #1105254
(cherry picked from commit 0882957eb289a939c99bc8eda03acf7c11b361b5)
commit b06f3a48f05cc1471d8d22f9bb23b5f51b5ded65
Author: Roger Shimizu <rosh@debian.org>
Date: Sat Jul 12 10:59:12 2025 +0200
d/rules: Use dh_makeshlibs to specify the lib version
Instead of hard-coded lib version in d/control Depends: fields, it's
surely better to hard-coded lib version in shlibs file by using
dh_makeshlibs tool.
For -dev headers packages, the library packages are still hard-coded,
because this cannot be generated automatically.
Already checked the result of "dpkg-deb -I" for each binary packages:
for deb in $(ls *.deb); do dpkg-deb -I $deb; done > dpkg-deb.txt
The result before and after this commit shows it works well.
Thanks to Thomas Uhle <thomas.uhle@mailbox.tu-dresden.de> for the bug
report and idea of the resolution.
Closes: #1024902
(cherry picked from commit 3a7c1ea5e0e014e5af168a0a26cc18478fb58a0f)