Imported Debian patch 0.1.0+git20131207+e452e83-0ubuntu12
[deb_libhybris.git] / debian / control
1 Source: libhybris
2 Priority: extra
3 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
4 Build-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
14 Standards-Version: 3.9.4
15 Section: libs
16 Vcs-Git: git://phablet.ubuntu.com/ubuntu/libhybris.git
17 Vcs-Browser: http://phablet.ubuntu.com/gitweb?p=ubuntu/libhybris.git;a=summary
18
19 Package: libandroid-properties1
20 Architecture: armhf i386 amd64
21 Depends: ${shlibs:Depends},
22 ${misc:Depends}
23 Description: 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
28 Package: libandroid-properties-dev
29 Section: libdevel
30 Architecture: armhf i386 amd64
31 Depends: libandroid-properties1 (= ${binary:Version}),
32 ${misc:Depends}
33 Description: 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
37 Package: libmedia1
38 Architecture: armhf i386 amd64
39 Depends: ${shlibs:Depends},
40 ${misc:Depends}
41 Replaces: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu24)
42 Breaks: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu24)
43 Description: 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
51 Package: libmedia-dev
52 Section: libdevel
53 Architecture: armhf i386 amd64
54 Depends: libmedia1 (= ${binary:Version}),
55 android-headers (>= 4.2.2),
56 ${misc:Depends}
57 Replaces: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu24)
58 Breaks: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu24)
59 Description: 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
66 Package: libhardware2
67 Architecture: armhf i386 amd64
68 Depends: ${shlibs:Depends},
69 ${misc:Depends}
70 Replaces: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
71 Breaks: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
72 Description: 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
80 Package: libhardware-dev
81 Section: libdevel
82 Architecture: armhf i386 amd64
83 Depends: libhardware2 (= ${binary:Version}),
84 android-headers (>= 4.2.2),
85 ${misc:Depends}
86 Replaces: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
87 Breaks: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
88 Description: 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
96 Package: libhybris-common1
97 Architecture: armhf i386 amd64
98 Depends: ${shlibs:Depends},
99 ${misc:Depends}
100 Replaces: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
101 Breaks: libhybris (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
102 Description: 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
109 Package: libhybris-common-dev
110 Section: libdevel
111 Architecture: armhf i386 amd64
112 Depends: libhybris-common1 (= ${binary:Version}),
113 ${misc:Depends}
114 Replaces: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
115 Breaks: libhybris-dev (<< 0.1.0+git20130606+c5d897a-0ubuntu13)
116 Description: 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
124 Package: libhybris
125 Architecture: armhf i386 amd64
126 Depends: libandroid-properties1 (= ${binary:Version}),
127 libhardware2,
128 libmedia1,
129 ${shlibs:Depends},
130 ${misc:Depends}
131 Description: 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
135 Package: libhybris-dev
136 Section: libdevel
137 Architecture: armhf i386 amd64
138 Depends: 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,
146 Description: 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
153 Package: libhybris-utils
154 Section: utils
155 Architecture: armhf i386 amd64
156 Depends: libhybris (= ${binary:Version}),
157 ${shlibs:Depends},
158 ${misc:Depends}
159 Description: 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
165 Package: libhybris-test
166 Section: devel
167 Architecture: armhf i386 amd64
168 Depends: libhybris (= ${binary:Version}),
169 ${shlibs:Depends},
170 ${misc:Depends}
171 Description: 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.