File: control

package info (click to toggle)
android-platform-frameworks-native 21-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,684 kB
  • ctags: 16,266
  • sloc: cpp: 69,486; ansic: 10,426; java: 3,883; xml: 422; python: 293; perl: 130; sh: 123; asm: 68; makefile: 55
file content (38 lines) | stat: -rw-r--r-- 1,504 bytes parent folder | download
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
Source: android-platform-frameworks-native
Section: devel
Priority: extra
Maintainer: Android tools Maintainer <android-tools-devel@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>,
 Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: dh-exec (>= 0.2),
               debhelper (>=9),
               android-system-dev,
               android-libcutils-dev,
               android-liblog-dev,
               zlib1g-dev
Standards-Version: 3.9.6
Homepage: https://android.googlesource.com/platform/frameworks/native
Vcs-Git: https://alioth.debian.org/anonscm/git/android-tools/android-platform-frameworks-native.git
Vcs-Browser: http://anonscm.debian.org/cgit/android-tools/android-platform-frameworks-native.git

Package: android-libutils
Section: libs
Architecture: amd64 i386
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Android utility library
 Library providing utility functions to Android related tools. This is needed
 purely to get various Android utilities working.

Package: android-libutils-dev
Section: libdevel
Architecture: amd64 i386
Depends: android-libutils (= ${binary:Version}),
         ${misc:Depends},
         android-libcutils-dev
Breaks: android-libutils (<< 21-2~)
Replaces: android-libutils (<< 21-2~)
Description: Android utility library - Development files
 Library providing utility functions to Android related tools. This is needed
 purely to get various Android utilities working.
 .
 This package contains the development files.