~saviq/+junk/unity-apis-notifications

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: unity-api
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 9),
               cmake,
               doxygen,
               graphviz,
               libboost-regex1.49-dev (>= 1.49),
               libboost1.49-dev (>= 1.49),
               libgtest-dev,
               pkg-config,
               python,
Standards-Version: 3.9.4
Section: libs
Homepage: https://launchpad.net/unity-api
Vcs-Bzr: lp:unity-api
Vcs-Browser: https://code.launchpad.net/unity-api

Package: libunity-api
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: API for shell integration
 Library to integrate with the Unity shell

Package: libunity-api-dev
Architecture: all
Depends: ${misc:Depends},
         libboost1.49-dev (>= 1.49),
         libunity-api (= ${binary:Version}),
Description: Header files for Unity API
 Library to integrate with the Unity shell (dev files)

Package: libunity-api-doc
Architecture: all
Depends: ${misc:Depends},
Description: Documentation for Unity API
 Library to integrate with the Unity shell (documentation)