aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 3456ac9ac2e456ce2fcf7e8c6e3c74ce83503e30 (plain)
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
Source: ayatana-indicator-display
Section: x11
Priority: optional
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: cmake,
               cmake-extras (>= 0.10),
               dbus,
               intltool,
               libglib2.0-dev (>= 2.36),
               libgtest-dev,
               libgudev-1.0-dev,
               libproperties-cpp-dev,
# for coverage reports
               gcovr,
               lcov,
# Ubuntu B-Ds, if on Ubuntu
               gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813) | hello,
# for tests
               qtbase5-dev,
               libqtdbusmock1-dev,
               libqtdbustest1-dev,
               cppcheck,
               googletest | google-mock (>= 1.6.0+svn437),
# for packaging
               debhelper (>= 9),
               dh-systemd,
# for systemd unit
               systemd [linux-any],
Standards-Version: 4.1.1
Homepage: http://github.com/AyatanaIndicators/ayatana-indicator-display
Vcs-Git: http://github.com/AyatanaIndicators/ayatana-indicator-display
Vcs-Browser: http://github.com/AyatanaIndicators/ayatana-indicator-display

Package: ayatana-indicator-display
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ayatana-indicator-common,
         libglib2.0-bin,
Description: Ayatana Indicator for Display configuration
 This Ayatana Indicator is designed to be placed on the right side of a
 panel and give the user easy control for changing their display settings.