~saviq/+junk/unity-apis-notifications

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Michał Sawicz
  • Date: 2013-05-13 12:37:12 UTC
  • mfrom: (32.1.2 add-packaging)
  • Revision ID: michal.sawicz@canonical.com-20130513123712-j7jq1quumwqmog8o
merge packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: unity-api
 
2
Priority: extra
 
3
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
4
Build-Depends: debhelper (>= 9),
 
5
               cmake,
 
6
               doxygen,
 
7
               graphviz,
 
8
               libboost-regex1.49-dev (>= 1.49),
 
9
               libboost1.49-dev (>= 1.49),
 
10
               libgtest-dev,
 
11
               pkg-config,
 
12
               python,
 
13
Standards-Version: 3.9.4
 
14
Section: libs
 
15
Homepage: https://launchpad.net/unity-api
 
16
Vcs-Bzr: lp:unity-api
 
17
Vcs-Browser: https://code.launchpad.net/unity-api
 
18
 
 
19
Package: libunity-api
 
20
Architecture: all
 
21
Depends: ${misc:Depends},
 
22
         ${shlibs:Depends},
 
23
Description: API for shell integration
 
24
 Library to integrate with the Unity shell
 
25
 
 
26
Package: libunity-api-dev
 
27
Architecture: all
 
28
Depends: ${misc:Depends},
 
29
         libboost1.49-dev (>= 1.49),
 
30
         libunity-api (= ${binary:Version}),
 
31
Description: Header files for Unity API
 
32
 Library to integrate with the Unity shell (dev files)
 
33
 
 
34
Package: libunity-api-doc
 
35
Architecture: all
 
36
Depends: ${misc:Depends},
 
37
Description: Documentation for Unity API
 
38
 Library to integrate with the Unity shell (documentation)