1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356
|
android-platform-system-core (1:8.1.0+r23-5) unstable; urgency=medium
* Depends: android-platform-system-core-headers for symlinked headers
(Closes: #924159)
* fastboot Recommends: android-sdk-platform-tools for mke2fs
(Closes: #924591)
* add lintian-overrides for test data .so binaries
-- Hans-Christoph Steiner <hans@eds.org> Mon, 18 Mar 2019 10:49:41 +0000
android-platform-system-core (1:8.1.0+r23-4) unstable; urgency=medium
* Use my Debian account in Uploaders
* stdatomic.patch: Expose more symbols (Closes: #914685)
* ENODATA-BSD.patch: Fix FTBFS on kFreeBSD
-- Kai-Chung Yan <seamlik@debian.org> Sat, 01 Dec 2018 11:41:53 +0800
android-platform-system-core (1:8.1.0+r23-3) unstable; urgency=medium
* Apply `-UDEBUG` to all compilations. This was spotted during my
investigation into AOSP's build system.
* Turn #error into exceptions on an unknown OS so the package can be built on
non-Linux platforms as well, such as GNU hurd and FreeBSD.
* Do not build C programs with a C++ compiler.
* Move all debhelper plugins out of Build-Depends-Arch (Closes: #913144)
* Rewrite stdatomic.patch so that it becomes self-contained.
-- Kai-Chung Yan <seamlikok@gmail.com> Thu, 15 Nov 2018 15:08:21 +0800
android-platform-system-core (1:8.1.0+r23-2) unstable; urgency=medium
* Move all Build-Depends to Build-Depends-Arch for there are several arch:all
packages after all
* Enable the following components to build on all architectures:
* android-sdk-libsparse-utils
* libbase
* libcutils
* liblog
* libsparse
* New packages for libnativebridge and libnativeloader as <!stage1> components
-- Kai-Chung Yan <seamlikok@gmail.com> Thu, 01 Nov 2018 17:54:58 +0800
android-platform-system-core (1:8.1.0+r23-1) unstable; urgency=medium
* Full upload (with fastboot) (Closes: #911262)
* Remove unused build-dependencies after investigating fastboot:
* libext4_utils
* libselinux
* libsepol
* librt
* libdl
* Annotate with `Multi-Arch: foreign`:
* android-sdk-libsparse-utils
* adb
* fastboot
-- Kai-Chung Yan <seamlikok@gmail.com> Mon, 22 Oct 2018 18:54:43 +0800
android-platform-system-core (1:8.1.0+r23-1~stage1.3) unstable; urgency=medium
* Release to unstable
* Fix build failure with latest glibc 2.28 (thanks to Dimitri John Ledkov)
* Break all versions of android-tools-fsutils as it's fully replaced now
* img2simg as a transitional packages now breaks no package
* Break the correct version of android-tools-mkbootimg
* (Next time we should make it like XXX~stage1+3)
-- Kai-Chung Yan <seamlikok@gmail.com> Wed, 17 Oct 2018 17:54:43 +0800
android-platform-system-core (1:8.1.0+r23-1~stage1.2) experimental; urgency=medium
* Remove android-libadb-dev from MIPS. This finally fixes the FTBFS on MIPS.
-- Kai-Chung Yan <seamlikok@gmail.com> Sat, 22 Sep 2018 17:51:27 +0800
android-platform-system-core (1:8.1.0+r23-1~stage1.1) experimental; urgency=medium
* Do not build anything depending on BoringSSL when building on MIPS
* Do not build-depend on Pandoc or libusb when building on MIPS
* Standards-Version => 4.2.1
* libadb: Link against libatomic so that the build won't fail on armel
-- Kai-Chung Yan <seamlikok@gmail.com> Tue, 18 Sep 2018 21:26:29 +0800
android-platform-system-core (1:8.1.0+r23-1~stage1) experimental; urgency=medium
* Fix FTBFS with GCC-7 (Closes: #853310)
* Upgrade to Standards-Version 4.1.5
* Drop MIPS support on ADB because of BoringSSL
* Upgrade to debhelper 11
* New package `mkbootimg` replacing `android-tools-mkbootimg`
[ Hans-Christoph Steiner ]
* Update bash completion
* Remove repeated phrase from adb man page (Closes: #881349)
* Switch to Salsa
[ Umang Parmar]
* New upstream release
* Stage 1 release (without fastboot)
* New binary packages for libcrypto_utils
[ Saif Abdul Cassim ]
* Fix FTCBFS thanks to Helmut Grohne (Closes: #852734)
* New package android-sdk-libsparse-utils providing / replacing:
* append2simg
* img2simg
* simg_dump
* simg2img
* simg2simg
* Available on x86, ARM, MIPS (Closes: #895601)
-- Kai-Chung Yan <seamlikok@gmail.com> Sun, 12 Aug 2018 01:37:02 +0800
android-platform-system-core (1:7.0.0+r33-2) unstable; urgency=medium
* fix CVE-2017-0647 (Closes: #867229)
-- Hans-Christoph Steiner <hans@eds.org> Wed, 05 Jul 2017 15:55:06 +0200
android-platform-system-core (1:7.0.0+r33-1) unstable; urgency=medium
* New upstream release (Closes: #858177, #859081, #858942)
-- Hans-Christoph Steiner <hans@eds.org> Mon, 24 Apr 2017 15:53:07 +0200
android-platform-system-core (1:7.0.0+r1-4) unstable; urgency=medium
* transitional dummy packages for android-tools-adb / android-tools-fastboot
* move adb log file to proper dir (Closes: #823792, #688280)
* import upstream 7.0.0_r31 fixes for CVE-2016-3861 (Closes: #858177)
-- Hans-Christoph Steiner <hans@eds.org> Wed, 15 Mar 2017 13:47:44 +0100
android-platform-system-core (1:7.0.0+r1-3) unstable; urgency=medium
* install bash-completion for adb and fastboot (Closes: #856418, #856419)
* use package version for adb/fastboot's --version (Closes: #856001)
* fix depends built from this package to same version (Closes: #848852)
-- Hans-Christoph Steiner <hans@eds.org> Tue, 28 Feb 2017 23:45:05 +0100
android-platform-system-core (1:7.0.0+r1-2) unstable; urgency=medium
* Build tools for working with sparse images
-- Chirayu Desai <chirayudesai1@gmail.com> Wed, 21 Dec 2016 21:45:45 +0100
android-platform-system-core (1:7.0.0+r1-1) unstable; urgency=medium
* Full stage release (with fastboot)
* d/control:
* Add googletest to <!stage1> BDs
* Unify the maintainer name to "Android Tools Maintainers"
-- Kai-Chung Yan <seamlikok@gmail.com> Thu, 08 Dec 2016 12:54:10 +0800
android-platform-system-core (1:7.0.0+r1-1~stage1.1) unstable; urgency=medium
* Upload to unstable
* Stage 1 release (without fastboot)
-- Kai-Chung Yan <seamlikok@gmail.com> Tue, 06 Dec 2016 19:47:02 +0800
android-platform-system-core (1:7.0.0+r1-1~stage1) experimental; urgency=medium
* New upstream release
* Stage 1 release (without fastboot)
* New patches:
- fs_prepare_path_impl_open_mode_missing.patch
- Clang_nullability_type_qualifier.patch
* Drop obsolete patches:
- disable_android_set_abort_message.diff
- fastboot_typo.diff
- libutils_use_unique_ptr.diff
* Update to debhelper 10
* Enable builds for ARM & MIPS
* d/control:
- Improve package descriptions
- adb recommends android-sdk-platform-tools-common for udev rules
* Install documentations into /usr/share/doc/<package> instead of
/usr/share/doc/<package>-doc
-- Kai-Chung Yan <seamlikok@gmail.com> Sat, 17 Sep 2016 20:34:15 +0800
android-platform-system-core (1:6.0.1+r55-2) unstable; urgency=medium
* Pick from experimental:
- Update to debhelper 10
- Improve package descriptions
* Include android-libunwind-dev, libsafe-iop-dev, libssl-dev & pandoc in
stage1 Build-Depends (Closes: #838542)
[ Chirayu Desai ]
New patches:
* adb_libssl_diff: Bring comppatibility with OpenSSL 1.1 (Closes: #828233)
* adb_libssl_bc.diff: Keep being compatible with OpenSSL < 1.1
-- Kai-Chung Yan <seamlikok@gmail.com> Sat, 03 Dec 2016 22:34:32 +0800
android-platform-system-core (1:6.0.1+r55-1) unstable; urgency=medium
* New upstream release.
* debian: Add watch file for usage with uscan
* debian/watch: recompress using xz
* Define NDEBUG for c/cpp files. (Closes: #827216)
-- Chirayu Desai <chirayudesai1@gmail.com> Fri, 22 Jul 2016 00:37:25 +0530
android-platform-system-core (1:6.0.1+r43-1) unstable; urgency=medium
* New upstream release
* Install libraries to DEB_HOST_MULTIARCH path (Closes: #826655, #826991)
* d/control:
- Standards-Version => 3.9.8 (no changes)
- Drop transitional packages for libzipfile
- Depends on the following to ensure linking libraries in multiarch path:
- android-libext4-utils-dev (>= 6.0.1+r16-2)
- android-libf2fs-utils-dev (>= 6.0.1+r16-2)
- android-libunwind-dev (>= 6.0.1+r16-3)
-- Kai-Chung Yan <seamlikok@gmail.com> Tue, 14 Jun 2016 00:11:38 +0800
android-platform-system-core (1:6.0.1+r16-3) unstable; urgency=medium
* Fix package name typo: android-{zipfile=>libzipfile}(-dev)
* Sponsored upload (Closes: #817863)
-- Kai-Chung Yan <seamlikok@gmail.com> Sun, 06 Mar 2016 15:02:52 +0800
android-platform-system-core (1:6.0.1+r16-2) unstable; urgency=medium
* android-platform-system-core-header Provides android-system-dev
* android-libzipfile(-dev) returns as transisional dummy packages
* adb and fastboot do not depend on android-sdk-platform-tools-common for now
-- Kai-Chung Yan <seamlikok@gmail.com> Thu, 03 Mar 2016 17:15:35 +0800
android-platform-system-core (1:6.0.1+r16-1) unstable; urgency=medium
* New upstream release (Closes: #806375)
* Only execute build commands on amd64 & i386
* d/control: adb & fastboot Provides their android-tools-* counterparts
* Pull bash-completion for adb & fastboot from src:android-tools/5.1.1.r29-2
* Add manpages for adb & fastboot
-- Kai-Chung Yan <seamlikok@gmail.com> Tue, 16 Feb 2016 14:54:25 +0800
android-platform-system-core (1:6.0.0+r26-1) unstable; urgency=medium
* Built without any build-profiles
- Restore <!stage1> sections in d/control
- Remove DEB_BUILD_PROFILES in d/rules
* New fastboot_typo.diff: Fix typo
-- Kai-Chung Yan <seamlikok@gmail.com> Mon, 08 Feb 2016 16:16:59 +0800
android-platform-system-core (1:6.0.0+r26-1~stage1.2) unstable; urgency=medium
* upload to unstable
-- Hans-Christoph Steiner <hans@eds.org> Sun, 07 Feb 2016 22:55:25 +0100
android-platform-system-core (1:6.0.0+r26-1~stage1.1) experimental; urgency=medium
* d/control:
- Use HTTPS for Vcs-Browser
- Restrict AOSP packages to above 6.0.0
- Breaks & Replaces: android-system-dev, android-liblog-dev (<< 1:6)
(Closes: #813085, #813183)
- Update Standards-Version to 3.9.7 (No change)
-- Kai-Chung Yan <seamlikok@gmail.com> Fri, 29 Jan 2016 00:15:35 +0800
android-platform-system-core (1:6.0.0+r26-1~stage1) experimental; urgency=low
* New upstream release
* stage1 upload
- Remove <!stage1> sections in d/control
- export DEB_BUILD_PROFILES = stage1 in d/rules
* Use traditional import-orig way to fetch source
* Change version scheme to follow upstream
* Makefiles independent from Quilt
* Add support for Build-Profiles
* New binary packages:
- adb
- android-libadb(-dev)
- android-libbacktrace(-dev)
- android-libbase(-dev)
- android-libsparse(-dev)
- android-libutils(-dev)
- android-libziparchive(-dev)
- android-platform-system-core-headers
- fastboot
* Remove android-libzipfile(-dev): Removed from upstream
* New patches:
- disable_android_set_abort_message.diff
- add_missing_headers.diff: Various headers are missing which causes
compiler errors
- use_separated_cutils_atomic.diff: cutils/atomic.h uses stdatomic.h which
is not supported by C++11
- libutils_use_unique_ptr: Use std::unique_ptr instead of Bionic's one
* d/control:
- Add (Build-)Depends:
- android-libunwind(-dev)
- libsafe-iop-dev
- android-platform-build-headers
- Add myself to Uploaders
- Change architecture to i386 & amd64
- Fix Vcs-Git typo
- Update android-liblog(-dev) package description
-- Kai-Chung Yan <seamlikok@gmail.com> Tue, 17 Nov 2015 14:39:17 +0800
android-platform-system-core (21-6) unstable; urgency=low
[Simon McVittie]
* fix missing android_atomic_* symbols on i386 (Closes: #769646)
-- Hans-Christoph Steiner <hans@eds.org> Fri, 28 Nov 2014 13:00:09 +0100
android-platform-system-core (21-5) unstable; urgency=low
[Simon McVittie]
* For each library where libwhatever.so moved from android-libwhatever
to android-libwhatever-dev, the -dev Breaks/Replaces the runtime library
(Closes: #770328)
-- Hans-Christoph Steiner <hans@eds.org> Tue, 25 Nov 2014 12:43:50 +0100
android-platform-system-core (21-4) unstable; urgency=low
* add versions to shared library names so dh can do auto dep detection
* dh_shlibdeps misses libcutils dep on liblog, so force manually
-- Hans-Christoph Steiner <hans@eds.org> Tue, 18 Nov 2014 13:05:59 +0100
android-platform-system-core (21-3) unstable; urgency=low
* fix build to work on linux-any
-- Hans-Christoph Steiner <hans@eds.org> Wed, 22 Oct 2014 16:00:29 -0400
android-platform-system-core (21-2) unstable; urgency=low
* make android-system-dev available on all archs
-- Hans-Christoph Steiner <hans@eds.org> Wed, 22 Oct 2014 11:27:14 -0400
android-platform-system-core (21-1) unstable; urgency=low
* Initial release. (Closes: #747926)
-- Hans-Christoph Steiner <hans@eds.org> Tue, 15 Jul 2014 17:09:00 -0400
|