diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 23:40:20 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 23:40:20 +0100 |
commit | 765806b925fe062d6700a16636fedadc9f14da21 (patch) | |
tree | 6139cc90b2c14397726aabcc4e0b3c4c4dd10793 /debian/control | |
parent | e9b7bfe3edef801c15f5186f2cd6e9fd7bed9cdc (diff) | |
download | ayatana-indicator-power-765806b925fe062d6700a16636fedadc9f14da21.tar.gz ayatana-indicator-power-765806b925fe062d6700a16636fedadc9f14da21.tar.bz2 ayatana-indicator-power-765806b925fe062d6700a16636fedadc9f14da21.zip |
debian/control: Fix D (glib2.0-bin -> libglib2.0-bin).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 26aeb50..2608cab 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ayatana-indicator-common, upower, - glib2.0-bin, + libglib2.0-bin, Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | switchboard-plug-power | xfce4-power-manager | mate-power-manager, mate-indicator-applet | xfce4-indicator-plugin, Suggests: powerd, |