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
|
Source: indicator-display
Section: misc
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Charles Kerr <charles.kerr@canonical.com>
Build-Depends: cmake,
cmake-extras (>= 0.10),
dbus,
libglib2.0-dev (>= 2.36),
libgudev-1.0-dev,
libproperties-cpp-dev,
# for coverage reports
gcovr,
lcov,
# for tests
qt5-default,
qtbase5-dev,
libqtdbusmock1-dev,
libqtdbustest1-dev,
cppcheck,
googletest | google-mock (>= 1.6.0+svn437),
gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813),
# for packaging
debhelper (>= 9),
dh-translations,
# for systemd unit
systemd,
Standards-Version: 3.9.5
Homepage: http://launchpad.net/indicator-display/
X-Ubuntu-Use-Langpack: yes
# 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-display/trunk.14.10
Package: indicator-display
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813),
indicator-common,
Description: Collection of small indicators
Indicators too small to merit separate codebases, such as Rotation Lock
|