diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-16 08:40:32 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-16 08:40:32 +0100 |
commit | 30820ed13256bade5e1ac1bbc8a87d88a53edfba (patch) | |
tree | 1de0defa904880700960c22dc794d843a1a10f8f /debian | |
parent | 6e7dad17e333f1c7ca7da8966ce1891f78d0bd91 (diff) | |
download | ayatana-indicator-power-30820ed13256bade5e1ac1bbc8a87d88a53edfba.tar.gz ayatana-indicator-power-30820ed13256bade5e1ac1bbc8a87d88a53edfba.tar.bz2 ayatana-indicator-power-30820ed13256bade5e1ac1bbc8a87d88a53edfba.zip |
debian/*: Sync in relevant changes from official Debian packaging.
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 |