Imported Debian patch 0.1.0+git20131207+e452e83-0ubuntu12
[deb_libhybris.git] / debian / control
CommitLineData
4395b8c4
RSA
1Source: libhybris
2Priority: extra
3Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
4Build-Depends: debhelper (>= 9.0.0),
5 autotools-dev,
6 dh-autoreconf,
7 android-headers (>= 4.2.2),
8 gcc-4.7,
9 g++-4.7,
10 quilt,
11 pkg-config,
12 libgles2-mesa-dev,
13 libwayland-dev
14Standards-Version: 3.9.4
15Section: libs
16Vcs-Git: git://phablet.ubuntu.com/ubuntu/libhybris.git
17Vcs-Browser: http://phablet.ubuntu.com/gitweb?p=ubuntu/libhybris.git;a=summary
18
19Package: libandroid-properties1
20Architecture: armhf i386 amd64
21Depends: ${shlibs:Depends},
22 ${misc:Depends}
23Description: Library to provide access to get, set and list Android properties
24 Contains a library that provides access to get, set and list Android
25 properties, which can be used by any Ubuntu app that needs to probe
26 for properties (gps, modem, device specifics).
27
28Package: libandroid-properties-dev
29Section: libdevel
30Architecture: armhf i386 amd64
31Depends: libandroid-properties1 (= ${binary:Version}),
32 ${misc:Depends}
33Description: Development headers files for libandroid-properties
34 Contains the development files for use in applications that wants to get,
35 set or list the Android properties.
36
37Package: libmedia1
38Architecture: armhf i386 amd64
39Depends: ${shlibs:Depends},
40 ${misc:Depends}
41Replaces: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu24)
42Breaks: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu24)
43Description: Library to provide access to the Android Media HAL
44 Contains a library that provides access to the Android Media HAL,
45 which abstract the access to the Android libstagefright based
46 decoders.
47 .
48 Hybris is a solution that allows the use of bionic-based HW adaptations in
49 glibc systems.
50
51Package: libmedia-dev
52Section: libdevel
53Architecture: armhf i386 amd64
54Depends: libmedia1 (= ${binary:Version}),
55 android-headers (>= 4.2.2),
56 ${misc:Depends}
57Replaces: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu24)
58Breaks: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu24)
59Description: Development files for libmedia
60 Contains the development files for the Android Media HAL, which
61 abstract the access to the Android libstagefright based decoders.
62 .
63 Hybris is a solution that allows the use of bionic-based HW adaptations in
64 glibc systems.
65
66Package: libhardware2
67Architecture: armhf i386 amd64
68Depends: ${shlibs:Depends},
69 ${misc:Depends}
70Replaces: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
71Breaks: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
72Description: Library to provide access to the Android libhardware HAL
73 Contains a library that provides access to the Android libhardware HAL,
74 which can be used to access a wide range of other HALs, such as audio,
75 power, gralloc, etc.
76 .
77 Hybris is a solution that allows the use of bionic-based HW adaptations in
78 glibc systems.
79
80Package: libhardware-dev
81Section: libdevel
82Architecture: armhf i386 amd64
83Depends: libhardware2 (= ${binary:Version}),
84 android-headers (>= 4.2.2),
85 ${misc:Depends}
86Replaces: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
87Breaks: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
88Description: Development files for libhardware
89 Contains the development files the Android libhardware HAL, which can be
90 used to access a wide range of other HALs, such as audio, power, gralloc,
91 etc.
92 .
93 Hybris is a solution that allows the use of bionic-based HW adaptations in
94 glibc systems.
95
96Package: libhybris-common1
97Architecture: armhf i386 amd64
98Depends: ${shlibs:Depends},
99 ${misc:Depends}
100Replaces: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
101Breaks: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
102Description: Common library that contains the Android linker and custom hooks
103 Contains a common library that contains the Android linker, used to
104 dynamically load and use symbols from Android based libraries.
105 .
106 Hybris is a solution that allows the use of bionic-based HW adaptations in
107 glibc systems.
108
109Package: libhybris-common-dev
110Section: libdevel
111Architecture: armhf i386 amd64
112Depends: libhybris-common1 (= ${binary:Version}),
113 ${misc:Depends}
114Replaces: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
115Breaks: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
116Description: Development files for libhybris-common
117 Contains the development files for the common library that contains the
118 Android linker, used to dynamically load and use symbols from Android
119 based libraries.
120 .
121 Hybris is a solution that allows the use of bionic-based HW adaptations in
122 glibc systems.
123
124Package: libhybris
125Architecture: armhf i386 amd64
126Depends: libandroid-properties1 (= ${binary:Version}),
127 libhardware2,
128 libmedia1,
129 ${shlibs:Depends},
130 ${misc:Depends}
131Description: Allows to run bionic-based HW adaptations in glibc systems - libs
132 Hybris is a solution that allows the use of bionic-based HW adaptations in
133 glibc systems.
134
135Package: libhybris-dev
136Section: libdevel
137Architecture: armhf i386 amd64
138Depends: libhybris (= ${binary:Version}),
139 android-headers (>= 4.2.2),
140 libandroid-properties-dev (= ${binary:Version}),
141 libhardware-dev (= ${binary:Version}),
142 libmedia-dev (= ${binary:Version}),
143 libhybris-common-dev (= ${binary:Version}),
144 ${misc:Depends},
145 libgles2-mesa-dev,
146Description: Development headers and libraries for libhybris
147 Contains the header files for use in developing applications that use
148 the libhybris library.
149 .
150 Hybris is a solution that allows the use of bionic-based HW adaptations in
151 glibc systems.
152
153Package: libhybris-utils
154Section: utils
155Architecture: armhf i386 amd64
156Depends: libhybris (= ${binary:Version}),
157 ${shlibs:Depends},
158 ${misc:Depends}
159Description: Utilities to help working with the Android HW abstraction layer
160 Contains utilities used to help working with Android HW abstraction layer.
161 .
162 Hybris is a solution that allows the use of bionic-based HW adaptations in
163 glibc systems.
164
165Package: libhybris-test
166Section: devel
167Architecture: armhf i386 amd64
168Depends: libhybris (= ${binary:Version}),
169 ${shlibs:Depends},
170 ${misc:Depends}
171Description: Allows to run bionic-based HW adaptations in glibc systems - tests
172 Contains the test applications used to validate libhybris (needs Android
173 libraries or container).
174 .
175 Hybris is a solution that allows the use of bionic-based HW adaptations in
176 glibc systems.