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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
Source: indicator-network
Section: gnome
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Ken VanDine <ken.vandine@canonical.com>
Build-Depends: cmake,
cmake-extras (>= 0.4),
dbus,
debhelper (>= 9.0.0),
doxygen,
google-mock (>= 1.6.0+svn437),
graphviz,
intltool,
libglib2.0-dev,
libgmenuharness-dev,
libqofono-dev,
libqofono-qt5-0,
libqtdbusmock1-dev (>= 0.4),
libqtdbustest1-dev,
liburl-dispatcher1-dev,
libunity-api-dev,
network-manager-dev,
ofono-dev,
pkg-config,
python3-all:native,
python3-dbusmock (>= 0.16.3),
python3-setuptools,
qt5-default,
qtbase5-dev,
qtbase5-dev-tools,
qtdeclarative5-dev,
qtdeclarative5-dev-tools,
valgrind [amd64 armhf i386 powerpc],
Standards-Version: 3.9.5
# If you aren't a member of ~indicator-applet-developers but need to upload
# packaging changes, just go ahead. ~indicator-applet-developers will notice
# and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-network/trunk.14.10
Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-network/trunk.14.10/files
Homepage: https://launchpad.net/indicator-network
X-Ubuntu-Use-Langpack: yes
Package: indicator-network
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
network-manager,
network-manager-openvpn,
ubuntu-mobile-icons (>= 13.04+13.10.20131014),
# For apport hook
python3-xdg,
urfkill,
Recommends: ofono
Conflicts: chewie,
indicators-client-plugin-network,
Description: Systems settings menu service - Network indicator
The Indicator-network service is responsible for exporting the system settings
menu through dbus.
Package: indicator-network-autopilot
Architecture: all
Depends: ${misc:Depends},
indicator-network (>= ${source:Version}),
libautopilot-qt (>= 1.4),
ofono-phonesim-autostart,
unity8-autopilot,
python-dbus,
python-pkg-resources,
Description: Autopilot tests for the network indicator for Ubuntu
The Indicator-network service is responsible for exporting the system settings
menu through dbus. This package contains its autopilot tests.
Package: indicator-network-tools
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
network-manager,
ofono,
urfkill,
Description: tools for working with indicator-network
This package provides developer tools to aid in debugging
and development of indicator-network.
Package: libconnectivity-qt1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Recommends: indicator-network (>= ${source:Version}),
Description: Ubuntu Connectivity Qt API
Ubuntu Connectivity API - Qt bindings
Package: libconnectivity-qt1-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libconnectivity-qt1 (= ${binary:Version}),
qtbase5-dev
Suggests: connectivity-doc,
Description: Ubuntu Connectivity Qt API - development files
Ubuntu Connectivity API - Qt bindings
.
This package contains development files to develop against the Qt library.
Package: qml-module-ubuntu-connectivity
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libconnectivity-qt1 (= ${binary:Version}),
Description: Ubuntu Connectivity API QML Components
Ubuntu Connectivity API - QML bindings
.
This package contains the qtdeclarative bindings for Ubuntu connectivity API.
Package: connectivity-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
Description: Unity Action API - documentation
Ubuntu Connectivity API
.
This package contains developer documentation.
|