diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-15 15:34:24 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-15 15:34:24 +0200 |
commit | b4468d6c0f32066a59706353d735a3f434676975 (patch) | |
tree | 801c057bd324911e0c7401ee2622d5264b8424fc | |
parent | 51a4186c117b81f4f39a1f86750e394895c77819 (diff) | |
download | ayatana-indicator-power-b4468d6c0f32066a59706353d735a3f434676975.tar.gz ayatana-indicator-power-b4468d6c0f32066a59706353d735a3f434676975.tar.bz2 ayatana-indicator-power-b4468d6c0f32066a59706353d735a3f434676975.zip |
debian/control: Fix porting flaw, we need ayatana-indicator-common, not indicator-common.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 76efe4d..1587dbe 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Package: ayatana-indicator-power Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - indicator-common, + 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, indicator-applet (>= 0.2) | indicator-renderer, |