~marcustomlinson/unity-scopes-api/switch-to-net-cpp-rtm

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Marcus Tomlinson
  • Date: 2015-01-23 11:57:13 UTC
  • Revision ID: marcus.tomlinson@canonical.com-20150123115713-gm0yjbijqtz2uhtl
Reverted some incorrect changes to control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: unity-scopes-api
2
2
Priority: optional
3
3
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
4
 
Build-Depends: capnproto,
 
4
Build-Depends: g++-4.9,
 
5
               debhelper (>= 9),
5
6
               click-dev (>= 0.2.2),
6
7
               cmake,
7
 
               dbus-test-runner,
8
 
               debhelper (>= 9),
9
8
               doxygen,
10
 
# We rely on C++11 features, and to prevent from ABI breaks
11
 
# in libstdc++ causing us issues, we explicitly select a G++
12
 
# version. To allow cross-compiling to work, we also must
13
 
# append :native to g++-4.9 so we don't try to run armhf g++
14
 
# on an x86 CPU for example, when cross-compiling.
15
 
               g++-4.9:native,
16
9
               google-mock,
17
10
               graphviz,
18
 
               libaccounts-glib-dev,
 
11
               pkg-config,
 
12
               python3:any,
 
13
               capnproto,
19
14
               libapparmor-dev,
 
15
               libprocess-cpp-dev (>= 1.0.1),
 
16
               libunity-api-dev (>= 7.80.7~),
20
17
               libboost-filesystem-dev,
21
 
               libboost-log-dev,
22
18
               libboost-regex-dev,
23
19
               libboost-serialization-dev,
24
20
               libcapnp-dev (>= 0.4.0),
25
 
               libdbustest1-dev,
26
 
               libjsoncpp-dev,
 
21
               libzmq3-dev,
 
22
               libzmqpp-dev,
27
23
               liblttng-ust-dev,
 
24
               lttng-tools,
28
25
               libnet-cpp-dev,
29
 
               libprocess-cpp-dev (>= 1.0.1),
 
26
               libjsoncpp-dev,
 
27
               libaccounts-glib-dev,
30
28
               libsignon-glib-dev,
31
 
               libunity-api-dev (>= 7.80.7~),
32
 
               libzmq3-dev,
33
 
               libzmqpp-dev,
34
 
               lttng-tools,
35
 
               pkg-config,
36
 
               python3:any,
 
29
               dbus-test-runner,
 
30
               libdbustest1-dev,
37
31
               valgrind,
38
32
Standards-Version: 3.9.5
39
33
XS-Testsuite: autopkgtest
50
44
Multi-Arch: same
51
45
Pre-Depends: ${misc:Pre-Depends},
52
46
Depends: ${misc:Depends},
53
 
         ${shlibs:Depends},
 
47
         ${shlibs:Depends}
54
48
Replaces: libunity-scopes0,
55
49
          libunity-scopes1,
56
50
          libunity-scopes2,
65
59
Architecture: any
66
60
Multi-Arch: same
67
61
Pre-Depends: ${misc:Pre-Depends},
68
 
Depends: libproperties-cpp-dev,
 
62
Depends: libunity-scopes3 (= ${binary:Version}),
 
63
         libproperties-cpp-dev,
69
64
         libunity-api-dev,
70
 
         libunity-scopes3 (= ${binary:Version}),
71
65
         ${misc:Depends},
72
66
Description: Header files for Unity scopes API
73
67
 Library to integrate scopes with the Unity shell (dev files)
78
72
Multi-Arch: foreign
79
73
Pre-Depends: ${misc:Pre-Depends},
80
74
Depends: libunity-scopes3 (= ${binary:Version}),
 
75
         ${shlibs:Depends},
81
76
         ${misc:Depends},
82
 
         ${shlibs:Depends},
83
77
Description: Client utility for Unity scopes API
84
78
 Commandline client utility for querying Unity scopes, useful for testing.
85
79