Source: android-platform-build
Section: devel
Priority: optional
Maintainer: Android tools Maintainer <android-tools-devel@lists.alioth.debian.org>
Uploaders: Kai-Chung Yan <seamlikok@gmail.com>,
           Hans-Christoph Steiner <hans@eds.org>,
           Chirayu Desai <chirayudesai1@gmail.com>
Build-Depends: debhelper (>= 9.20141010),
               dh-exec,
               dpkg-dev (>= 1.17.14),
               android-libandroidfw-dev (>= 1:6.0.1+r55~) [amd64 i386],
               android-liblog-dev (>= 1:6.0.1+r55~) [amd64 i386],
               android-libutils-dev (>= 1:6.0.1+r55~) [amd64 i386],
               libzopfli-dev (>= 1.0.1-3) [amd64 i386],
               zlib1g-dev [amd64 i386],
               pandoc
Standards-Version: 3.9.8
Homepage: https://android.googlesource.com/platform/build
Vcs-Git: https://anonscm.debian.org/git/android-tools/android-platform-build.git
Vcs-Browser: https://anonscm.debian.org/cgit/android-tools/android-platform-build.git

Package: android-platform-build-headers
Section: libdevel
Architecture: amd64 i386 arm64 armel armhf mips mipsel mips64el
Depends: ${misc:Depends}
Description: Shared headers and makefiles in AOSP repository platform/build
 This package contains the following:
 .
 * AndroidConfig.h for x86, MIPS and ARM

Package: zipalign
Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Zip archive alignment tool
 zipalign is an archive alignment tool that provides important optimization to
 Android application (.apk) files. The purpose is to ensure that all
 uncompressed data starts with a particular alignment relative to the start of
 the file.

Package: ziptime
Architecture: amd64 i386
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Zip archive timestamp remover
 ziptime normalizes the timestamps in the header of a Zip file.  It
 was created as part of the Android SDK to help make reproducible
 builds of Android application (.apk) files. It replaces all
 timestamps in the Zip headers with a static time (Jan 1 2008). The
 extra fields are not changed, so you'll need to use the -X option to
 zip so that it doesn't create the 'universal time' extra.

Package: android-logtags-tools
Architecture: all
Depends: python, ${misc:Depends}
Description: Tools from AOSP that process event-log-tags files
 This package contains Python scripts from AOSP repository platform/build that
 process event-log-tags (.logtags) files. It contains:
   * java-event-log-tags
   * merge-event-log-tags
 They are used in the process of building the Android platform framework
 "android.jar".
