Change logs for android-platform-system-core source package in Bionic

  • android-platform-system-core (1:8.1.0+r23-5~18.04) bionic; urgency=medium
    
      * Backport for OpenJDK 11. LP: #1819448.
    
    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
    
    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
    
    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.
    
    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
    
    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
    
    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)
    
    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.
    
    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
    
    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)
    
     -- Matthias Klose <email address hidden>  Tue, 19 Mar 2019 08:40:52 +0100
  • android-platform-system-core (1:8.1.0+r23-4~18.04) bionic; urgency=medium
    
      * Backport for OpenJDK 11. LP: #1819448.
    
    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
    
    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.
    
    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
    
    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
    
    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)
    
    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.
    
    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
    
    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)
    
     -- Matthias Klose <email address hidden>  Mon, 11 Mar 2019 15:13:26 +0100
  • android-platform-system-core (1:7.0.0+r33-2build1) bionic; urgency=high
    
      * No change rebuild against openssl1.1.
    
     -- Dimitri John Ledkov <email address hidden>  Mon, 05 Feb 2018 16:48:33 +0000
  • android-platform-system-core (1:7.0.0+r33-2) unstable; urgency=medium
    
      * fix CVE-2017-0647 (Closes: #867229)
    
     -- Hans-Christoph Steiner <email address hidden>  Wed, 05 Jul 2017 15:55:06 +0200