From: Peter Michael Green Date: Thu, 14 Jul 2022 14:13:12 +0000 (+0000) Subject: Manual merge of version 29.0.6-6+rpi1 and 29.0.6-18 to produce 29.0.6-18+rpi1 X-Git-Tag: archive/raspbian/29.0.6-18+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ebf46855b5fbc945d5c6dfb239225096ea4699c;p=android-platform-tools.git Manual merge of version 29.0.6-6+rpi1 and 29.0.6-18 to produce 29.0.6-18+rpi1 --- 8ebf46855b5fbc945d5c6dfb239225096ea4699c diff --cc debian/changelog index cf9eba33,e29062a1..f8168a3b --- a/debian/changelog +++ b/debian/changelog @@@ -1,8 -1,137 +1,144 @@@ - android-platform-tools (29.0.6-6+rpi1) bookworm-staging; urgency=medium ++android-platform-tools (29.0.6-18+rpi1) bookworm-staging; urgency=medium + ++ [changes brought forward from 29.0.6-6+rpi1 by Peter Michael Green at Tue, 22 Mar 2022 22:50:07 +0000] + * Build with clang-11 to avoid armv7 contamination. + - -- Peter Michael Green Tue, 22 Mar 2022 22:50:07 +0000 ++ -- Peter Michael Green Thu, 14 Jul 2022 14:12:26 +0000 ++ + android-platform-tools (29.0.6-18) unstable; urgency=medium + + * Team upload. + * debian/control: Update Depends version. + * debian/control: Add Section to each binary package. + + -- Roger Shimizu Sat, 28 May 2022 20:13:51 +0900 + + android-platform-tools (29.0.6-17) unstable; urgency=medium + + * Team upload. + * debian/tests/control: Add Depends for etc1tool test. + * debian/control: Update B-D list to install packages only necessary. + * debian/rules: Build libext4_utils.mk only for fastboot needed + architectures. + + -- Roger Shimizu Sat, 28 May 2022 02:12:26 +0900 + + android-platform-tools (29.0.6-16) unstable; urgency=medium + + * Team upload. + * debian/rules: + - Skip dh_auto_test for buildd: all + + -- Roger Shimizu Thu, 26 May 2022 18:10:50 +0900 + + android-platform-tools (29.0.6-15) unstable; urgency=medium + + * Team upload. + * Make use of android-libboringssl-dev package + * Build etc1tool on any architecture + * debian/rules: + - Port some tests from autopkgtest to run on dh_auto_test. + * d/*.mk: + - Update symblic linking command to easier rebuild locally. + + -- Roger Shimizu Thu, 26 May 2022 01:44:34 +0900 + + android-platform-tools (29.0.6-14) unstable; urgency=medium + + * Team upload. + * Fix gcc build for libsparse.mk + * Add debian/watch + * debian/*.mk: + - Link atomic library only necessary for armel and mipsel. + + -- Roger Shimizu Sun, 08 May 2022 23:40:34 +0900 + + android-platform-tools (29.0.6-13) unstable; urgency=medium + + * Team upload. + * debian/control: + - Update B-D: libselinux1-dev to all arch, since building + libziparchive.mk depends on this package. + + -- Roger Shimizu Sun, 08 May 2022 00:41:07 +0900 + + android-platform-tools (29.0.6-12) unstable; urgency=medium + + * Team upload. + * debian/control: + - Add libgtest-dev to Depends of android-libziparchive-dev. + - Fix multiarch issues. + * Add DexFiles.cpp to libbacktrace.mk + * Make libziparchive.so build on all arch + + -- Roger Shimizu Sat, 07 May 2022 23:25:20 +0900 + + android-platform-tools (29.0.6-11) unstable; urgency=medium + + * Team upload. + * Update d/*.lintian-overrides + * debian/control: + - Revise B-D and Depends for each package. + + -- Roger Shimizu Wed, 04 May 2022 19:33:12 +0900 + + android-platform-tools (29.0.6-10) unstable; urgency=medium + + * Team upload. + * Fix multiarch issues + * Make liblog and libnativehelper dynamic linked + + -- Roger Shimizu Tue, 03 May 2022 01:41:05 +0900 + + android-platform-tools (29.0.6-9) unstable; urgency=medium + + * Team upload. + * debian/rules: + - Update version for android-sdk-libsparse-utils. + + -- Roger Shimizu Tue, 19 Apr 2022 02:56:18 +0900 + + android-platform-tools (29.0.6-8) unstable; urgency=medium + + * Team upload. + * debian/system/core/*img*.mk: Fix ftbfs issue on armel. + * debian/control: Fix ftbfs issue on mips*el. + + -- Roger Shimizu Mon, 18 Apr 2022 22:49:01 +0900 + + android-platform-tools (29.0.6-7) unstable; urgency=medium + + * Team upload. + * debian/*.mk and debian/rules: + - Remove libart since it is not dependency for adb and fastboot. + - Following libraries are no longer static linked: + + libbacktrace.so + + libbase.so + + libcutils.so + + libsparse.so + + libutils.so + + libziparchive.so + * debian/control: + - Add new packages to replace old ones in + android-platform-system-core: + + android-libutils + + android-libutils-dev + + android-libziparchive + + android-libziparchive-dev + + android-platform-system-core-headers + + android-libbacktrace + + android-libbacktrace-dev + + android-libbase + + android-libbase-dev + + mkbootimg + - Remove package: dmtracedump + * debian/tests: + - Remove test for dmtracedump + * debian/rules: + - Mark the same version for android-lib* packages as adb and + fastboot. + + -- Roger Shimizu Mon, 18 Apr 2022 01:04:48 +0900 android-platform-tools (29.0.6-6) unstable; urgency=medium diff --cc debian/control index c7d93ff3,074a8f33..0bc37c89 --- a/debian/control +++ b/debian/control @@@ -4,24 -4,18 +4,18 @@@ Priority: optiona Maintainer: Android Tools Maintainers Uploaders: Chirayu Desai Build-Depends: + android-libboringssl-dev [amd64 i386 armel armhf arm64], bash-completion, - clang [amd64 i386 armel armhf arm64 mipsel mips64el ppc64el s390x powerpc ppc64 sparc64 riscv64], + clang-11 [amd64 i386 armel armhf arm64 mipsel mips64el ppc64el s390x powerpc ppc64 sparc64 riscv64], debhelper-compat (= 13), - help2man, - libicu-dev [amd64 i386 armel armhf arm64], - liblz4-dev [amd64 i386 armel armhf arm64], - libpcre3-dev, + dh-exec, + libgtest-dev, libpng-dev, - libselinux1-dev, - libsquashfuse-dev, - python3 [amd64 i386 arm64], - zlib1g-dev [amd64 i386 armel armhf arm64], - Build-Depends-Arch: - libgtest-dev [amd64 i386 armel armhf arm64], - liblzma-dev, - libsafe-iop-dev [amd64 i386 armel armhf arm64 mipsel mips64el], + libsquashfuse-dev [amd64 i386 armel armhf arm64], libusb-1.0-0-dev [amd64 i386 armel armhf arm64], + p7zip-full [amd64 i386 armel armhf arm64 mipsel mips64el], pandoc, + zlib1g-dev [amd64 i386 armel armhf arm64], Standards-Version: 4.5.0 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/android-tools-team/android-platform-tools.git