diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 23:38:54 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 23:38:54 +0100 |
commit | cdd4d17ae7b2781078d87f3fe681ce2deaebbdd1 (patch) | |
tree | 48bcbfa9ef388fe9fd36787190b16b87eb7c2aa0 | |
parent | eddf10ad6384dc87e28cb2b35afad58f1f88419e (diff) | |
download | ayatana-indicator-messages-cdd4d17ae7b2781078d87f3fe681ce2deaebbdd1.tar.gz ayatana-indicator-messages-cdd4d17ae7b2781078d87f3fe681ce2deaebbdd1.tar.bz2 ayatana-indicator-messages-cdd4d17ae7b2781078d87f3fe681ce2deaebbdd1.zip |
debian/control: Fix D (glib2.0-bin -> libglib2.0-bin).
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8384e33..e52069d 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Package: ayatana-indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - glib2.0-bin, + libglib2.0-bin, Recommends: indicator-applet | indicator-renderer | mate-applet-indicator Description: Ayatana Indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. |