Source: platform-api
Priority: optional
Section: devel
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: android-headers,
               cmake,
               debhelper (>= 9),
               doxygen,
               graphviz,
               libgles2-mesa-dev,
               libhybris-common-dev,
               pkg-config,
               libmirclient-dev (>= 0.6.0),
               liburl-dispatcher1-dev,
               libdbus-1-dev,
               libdbus-cpp-dev (>= 4.0.0),
               libubuntu-location-service-dev (>= 3.0.0),
               libgtest-dev,
               libprocess-cpp-dev (>= 0.0.1+14.04.20131212),
               libproperties-cpp-dev,
Standards-Version: 3.9.4
Homepage: https://launchpad.net/platform-api
Vcs-Bzr: lp:platform-api
# If you aren't a member of ~phablet-team but need to upload packaging changes,
# just go ahead.  ~phablet-team will notice and sync up the code again.
Vcs-Browser: https://code.launchpad.net/platform-api

Package: libubuntu-application-api-headers
Section: libdevel
Architecture: any
Replaces: libplatform-api-headers (<< 3.0.0)
Breaks: libplatform-api-headers (<< 3.0.0)
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Depends: ${misc:Depends},
Description: Platform API for system level capabilities (API headers)
 This package provides the library headers for the Platform API.
 .
 Unless a new backend for the Platform API is developed, packages
 should build depend on the libplatform-api-dev package instead, which
 will pull this package as well.

Package: libubuntu-platform-hardware-api-headers
Section: libdevel
Architecture: any
Replaces: libplatform-hardware-api-headers (<< 3.0.0)
Breaks: libplatform-hardware-api-headers (<< 3.0.0)
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Depends: ${misc:Depends},
	 libubuntu-application-api-headers,
Description: Platform API for system level capabilities (API headers)
 This package provides the library headers for the hw-access parts of the Platform API.
 .
 Unless a new backend for the Platform API is developed, packages
 should build depend on the libubuntu-platform-hardware-api-dev package instead, which
 will pull this package as well.

Package: libubuntu-application-api-dev
Section: libdevel
Architecture: any
Replaces: libplatform-api1-dev (<< 3.0.0)
Breaks: libplatform-api1-dev (<< 3.0.0)
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Depends: ${misc:Depends},
         libgles2-mesa-dev,
         libubuntu-application-api-headers (= ${binary:Version}),
         libubuntu-application-api3,
         ubuntu-application-api3-touch (= ${binary:Version}),
         ubuntu-application-api3-desktop (= ${binary:Version}),
         libmirclient-dev,
         ${misc:Depends},
Suggests: libubuntu-application-api-doc,
Description: Ubuntu Application API for system level capabilities (development)
 This package provides the development library and headers (via
 dependency) for the Ubuntu Application API.

Package: ubuntu-application-api3-touch
Section: libs
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libubuntu-application-api3 (= ${binary:Version}),
Description: Implementation of the Platform API for Ubuntu Touch
 This package provides the implementation of the Platform API to
 bring up an Ubuntu Touch system.

Package: ubuntu-application-api3-desktop
Section: libs
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libubuntu-application-api3 (= ${binary:Version}),
Description: Implementation of the Platform API for Ubuntu Desktop
 This package provides the implementation of the Platform API to
 bring up an Ubuntu Desktop system.

Package: libubuntu-platform-hardware-api-dev
Section: libdevel
Architecture: any
Replaces: libplatform-hardware-api1-dev (<< 3.0.0)
Breaks: libplatform-hardware-api1-dev (<< 3.0.0)
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Depends: ${misc:Depends},
         libgles2-mesa-dev,
         libubuntu-platform-hardware-api-headers (= ${binary:Version}),
         libubuntu-platform-hardware-api3
Suggests: libubuntu-application-api-doc,
Description: Platform API for system level capabilities (development)
 This package provides the development library and headers (via
 dependency) for the hw-access portions of the Platform API.

Package: libubuntu-application-api-doc
Section: doc
Architecture: all
Replaces: libplatform-api1-doc (<< 3.0.0)
Breaks: libplatform-api1-doc (<< 3.0.0)
Depends: ${misc:Depends},
         libubuntu-application-api-dev,
Description: Platform API for system level capabilities (development)
 This package provides the developer documentation for the Platform API.

Package: libubuntu-platform-hardware-api3
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Hybris implementation of the hw-access parts of the Platform API (runtime)
 This package provides the hybris implementation of the hw-access parts of the Platform API.
 .
 The produced library should be used via libhybris, to communicate with the
 Android userspace, which is where the device drivers live.

Package: libubuntu-application-api3
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ubuntu-application-api3-test,
Description: Hybris implementation of the Platform API (runtime)
 This package provides the hybris implementation of the Platform API.
 .
 The produced library should be used via libhybris, to communicate with the
 Android userspace, which is where the Ubuntu Application Manager lives.

Package: ubuntu-application-api3-test
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libubuntu-application-api3 (= ${binary:Version}),
Description: test implementation of the Platform API
 This package provides an implementation of the Platform API for testing. It
 does not communicate with actual hardware, but reads input from a text file.
 .
 You need to explicitly enable this at runtime. Please see the README for
 details.
 .
 For now this provides simulated sensors.

Package: ubuntu-application-api3-examples
Architecture: any
Replaces: ubuntu-application-api2-examples (<< 3.0.0)
Breaks: ubuntu-application-api2-examples (<< 3.0.0)
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ubuntu-application-api3-test,
         ubuntu-application-api3-touch | ubuntu-application-api3-desktop,
Description: Binary examples for Ubuntu Application API
 This package provides a set of example programs that excercise most the
 set of APIs provided by the Application API.

Package: libplatform-api-headers
Section: oldlibs
Architecture: all
Depends: libubuntu-application-api-headers,
         ${misc:Depends},
Description: dummy transitional package for libplatform-api-headers
 This is a dummy transitional package, please use libubuntu-application-api-headers
 instead.

Package: libplatform-hardware-api-headers
Section: oldlibs
Architecture: all
Depends: libubuntu-platform-hardware-api-headers,
         ${misc:Depends},
Description: dummy transitional package for libplatform-hardware-api-headers
 This is a dummy transitional package, please use libubuntu-platform-hardware-api-headers
 instead.

Package: libplatform-api1-dev
Section: oldlibs
Architecture: all
Depends: libubuntu-application-api-dev,
         ${misc:Depends},
Description: dummy transitional package for libplatform-api1-dev
 This is a dummy transitional package, please use libubuntu-application-api-dev

Package: libplatform-hardware-api1-dev
Section: oldlibs
Architecture: all
Depends: libubuntu-platform-hardware-api-dev,
         ${misc:Depends},
Description: dummy transitional package for libplatform-hardware-api1-dev
 This is a dummy transitional package, please use libubuntu-platform-hardware-api-dev
 instead.

Package: libplatform-api1-hybris-tests
Section: oldlibs
Architecture: all
Depends: ubuntu-application-api3-examples,
         ${misc:Depends},
Description: dummy transitional package for libplatform-api1-hybris-tests
 This is a dummy transitional package, please use ubuntu-application-api3-examples

Package: libplatform-api1-doc
Section: oldlibs
Architecture: all
Depends: libubuntu-application-api-doc,
         ${misc:Depends},
Description: dummy transitional package for libplatform-api1-doc
 This is a dummy transitional package, please use libubuntu-application-api-doc

