~ubuntu-branches/debian/stretch/android-platform-frameworks-base/stretch

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Hans-Christoph Steiner
  • Date: 2014-09-30 20:55:30 UTC
  • Revision ID: package-import@ubuntu.com-20140930205530-rlfscbdm3mrzcxqw
Tags: 21-1
Initial release (Closes: #763571)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: android-platform-frameworks-base
 
2
Section: devel
 
3
Priority: extra
 
4
Maintainer: Hans-Christoph Steiner <hans@eds.org>
 
5
Build-Depends: debhelper (>= 9.0.0~),
 
6
               android-system-dev,
 
7
               android-libcutils-dev,
 
8
               android-libhost-dev,
 
9
               android-liblog-dev,
 
10
               android-libutils-dev,
 
11
               libexpat1-dev,
 
12
               libpng12-dev,
 
13
               zlib1g-dev
 
14
Standards-Version: 3.9.6
 
15
Homepage: https://android.googlesource.com/platform/frameworks/base
 
16
Vcs-Git: https://alioth.debian.org/anonscm/git/android-tools/android-platform-frameworks-base.git
 
17
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=android-tools/android-platform-frameworks-base.git
 
18
 
 
19
Package: android-libandroidfw
 
20
Section: libs
 
21
Architecture: amd64 i386
 
22
Depends: ${misc:Depends}, ${shlibs:Depends}
 
23
Description: Android utility library
 
24
 Library providing utility functions to Android related tools. This is needed
 
25
 purely to get various Android utilities working.  In the Google builds of the
 
26
 Android SDK, this library is statically linked, but in the Debian packaging,
 
27
 it is a private shared library.
 
28
 
 
29
Package: android-libandroidfw-dev
 
30
Section: libdevel
 
31
Architecture: amd64 i386
 
32
Depends: android-libandroidfw (= ${binary:Version}),
 
33
         ${misc:Depends},
 
34
         android-libcutils-dev
 
35
Description: Android utility library - Development files
 
36
 Library providing utility functions to Android related tools. This is needed
 
37
 purely to get various Android utilities working.  In the Google builds of the
 
38
 Android SDK, this library is statically linked, but in the Debian packaging,
 
39
 it is a private shared library.
 
40
 .
 
41
 This package contains the development files.
 
42
 
 
43
Package: aapt
 
44
Architecture: amd64 i386
 
45
Depends: ${shlibs:Depends}, ${misc:Depends}, android-libandroidfw
 
46
Description: Android Asset Packaging Tool
 
47
 The Android Asset Packaging Tool (aapt) takes your application resource
 
48
 files, such as the AndroidManifest.xml file and the XML files for your
 
49
 Activities, and compiles them. An R.java is also produced so you can
 
50
 reference your resources from your Java code. This tool allows you to view,
 
51
 create, and update Zip-compatible archives (zip, jar, apk). It can also
 
52
 compile resources into binary assets.