diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/copyright | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 0cdd903..98e735c 100644 --- a/debian/control +++ b/debian/control @@ -15,13 +15,14 @@ Build-Depends: cmake, dpkg-dev (>= 1.16.1.1), intltool, # for tests + libgtest-dev, googletest | google-mock, python3-dbusmock, dbus-test-runner, libdbustest1-dev, # for systemd unit systemd [linux-any], -Standards-Version: 4.1.3 +Standards-Version: 4.2.1 Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-power Vcs-Git: https://github.com/AyatanaIndicators/ayatana-indicator-power Vcs-Browser: https://github.com/AyatanaIndicators/ayatana-indicator-power @@ -32,7 +33,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ayatana-indicator-common, upower, -Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | switchboard-plug-power | xfce4-power-manager | mate-power-manager, +Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings, + switchboard-plug-power | xfce4-power-manager | mate-power-manager | gnome-power-statistics, mate-indicator-applet | xfce4-indicator-plugin, zenity, Suggests: powerd, diff --git a/debian/copyright b/debian/copyright index 0344569..c820355 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,9 +8,7 @@ Files: CMakeLists.txt MERGE-REVIEW NEWS NEWS.Canonical - cmake/GCov.cmake cmake/GdbusCodegen.cmake - cmake/Translations.cmake cmake/UseGSettings.cmake data/CMakeLists.txt data/ayatana-indicator-power.conf.in @@ -36,7 +34,6 @@ Files: CMakeLists.txt src/CMakeLists.txt src/com.canonical.powerd.xml tests/CMakeLists.txt - tests/Makefile.am.strings tests/manual Copyright: 2011-2016, Canonical Ltd. License: GPL-3 |