~marcustomlinson/unity-scopes-api/fix-clang-warnings

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Pawel Stolowski
  • Date: 2015-09-07 14:10:41 UTC
  • mfrom: (163.68.55 single-tree)
  • Revision ID: pawel.stolowski@canonical.com-20150907141041-2q7ozw68rwn3vyb7
MergedĀ lp:~michihenning/unity-scopes-api/single-tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: unity-scopes-api
 
2
Priority: optional
 
3
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
4
Build-Depends: capnproto,
 
5
               click-dev (>= 0.2.2),
 
6
               cmake,
 
7
               dbus-test-runner,
 
8
               debhelper (>= 9),
 
9
               doxygen,
 
10
               google-mock,
 
11
               graphviz,
 
12
               libaccounts-glib-dev,
 
13
               libapparmor-dev,
 
14
               libboost-filesystem-dev,
 
15
               libboost-log-dev,
 
16
               libboost-regex-dev,
 
17
               libboost-serialization-dev,
 
18
               libcapnp-dev (>= 0.4.0),
 
19
               libdbustest1-dev,
 
20
               libjsoncpp-dev,
 
21
               liblttng-ust-dev,
 
22
               libnet-cpp-dev (>= 1.2.0),
 
23
               libprocess-cpp-dev (>= 1.0.1),
 
24
               libsignon-glib-dev,
 
25
               libunity-api-dev (>= 7.80.7~),
 
26
               libzmq3-dev,
 
27
               libzmqpp-dev,
 
28
               lsb-release,
 
29
               lttng-tools,
 
30
               pkg-config,
 
31
               python3:any,
 
32
               python-tornado,
 
33
               valgrind,
 
34
Standards-Version: 3.9.6
 
35
XS-Testsuite: autopkgtest
 
36
Section: libs
 
37
Homepage: https://launchpad.net/unity-scopes-api
 
38
# if you don't have have commit access to this branch but would like to upload
 
39
# directly to Ubuntu, don't worry: your changes will be merged back into the
 
40
# upstream branch
 
41
Vcs-Bzr: lp:unity-scopes-api
 
42
Vcs-Browser: https://code.launchpad.net/unity-scopes-api
 
43
 
 
44
Package: libunity-scopes@UNITY_SCOPES_SOVERSION@
 
45
Architecture: any
 
46
Multi-Arch: same
 
47
Pre-Depends: ${misc:Pre-Depends},
 
48
Depends: ${misc:Depends},
 
49
         ${shlibs:Depends},
 
50
Replaces: libunity-scopes0,
 
51
          libunity-scopes1,
 
52
          libunity-scopes2,
 
53
Conflicts: libunity-scopes0,
 
54
           libunity-scopes1,
 
55
           libunity-scopes2,
 
56
Description: API for Unity scopes integration
 
57
 Library to integrate scopes with the Unity shell
 
58
 
 
59
Package: libunity-scopes-dev
 
60
Section: libdevel
 
61
Architecture: any
 
62
Multi-Arch: same
 
63
Depends: libproperties-cpp-dev,
 
64
         libunity-api-dev,
 
65
         libunity-scopes@UNITY_SCOPES_SOVERSION@ (= ${binary:Version}),
 
66
         ${misc:Depends},
 
67
Description: Header files for Unity scopes API
 
68
 Library to integrate scopes with the Unity shell (dev files)
 
69
 
 
70
Package: libunity-scopes-cli
 
71
Section: devel
 
72
Architecture: any
 
73
Multi-Arch: foreign
 
74
Depends: libunity-scopes@UNITY_SCOPES_SOVERSION@ (= ${binary:Version}),
 
75
         ${misc:Depends},
 
76
         ${shlibs:Depends},
 
77
Description: Client utility for Unity scopes API
 
78
 Commandline client utility for querying Unity scopes, useful for testing.
 
79
 
 
80
Package: libunity-scopes-doc
 
81
Section: doc
 
82
Architecture: all
 
83
Multi-Arch: foreign
 
84
Depends: ${misc:Depends},
 
85
Description: Documentation for Unity scopes API
 
86
 Library to integrate scopes with the Unity shell (documentation)
 
87
 
 
88
Package: libunity-scopes-qt@UNITY_SCOPES_QT_SOVERSION@
 
89
Architecture: any
 
90
Multi-Arch: same
 
91
Pre-Depends: ${misc:Pre-Depends},
 
92
Depends: ${misc:Depends},
 
93
         ${shlibs:Depends},
 
94
Replaces: libunity-scopes-qt0.1.0,
 
95
Conflicts: libunity-scopes-qt0.1.0,
 
96
Description: Qt library for Unity scopes API
 
97
 Library that integrates classes based on Qt for convenience
 
98
 
 
99
Package: libunity-scopes-qt-dev
 
100
Section: libdevel
 
101
Architecture: any
 
102
Multi-Arch: same
 
103
Depends: libunity-scopes-dev (= ${binary:Version}),
 
104
         libunity-scopes-qt@UNITY_SCOPES_QT_SOVERSION@ (= ${binary:Version}),
 
105
         libnet-cpp-dev (>=1.2.0),
 
106
         ${misc:Depends},
 
107
Description: Header files for Qt library for Unity scopes API
 
108
 Library that integrates classes based on Qt for convenience (dev files)
 
109
 
 
110
Package: libunity-scopes-qt-doc
 
111
Section: doc
 
112
Architecture: all
 
113
Multi-Arch: foreign
 
114
Depends: ${misc:Depends},
 
115
Description: Documentation for Unity Qt library
 
116
 Library that integrates classes based on Qt for convenience (documentation)