Control: tags -1 + patch Am 15.01.2018 um 11:08 schrieb Mike Gabriel: > Please note that a fix is not yet being worked on on the MATE upstream > side and I expect a fix for this with MATE 1.20 at the earliest.
In the mean time I would kindly ask you to disable the optional keyring functionality then via --without-keyring to not block the removal of this deprecated library. The attached patch should do that. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index 626bd92..44f4bf8 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 10.3~),
libdbus-glib-1-dev,
libgcrypt20-dev,
libglib2.0-dev,
- libgnome-keyring-dev,
libgtk-3-dev,
libmate-panel-applet-dev (>= 1.18),
libnotify-dev,
diff --git a/debian/rules b/debian/rules
index 469c4fb..2ae3a25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,8 @@ override_dh_auto_configure:
--disable-silent-rules \
--libexecdir=/usr/lib/mate-power-manager \
--enable-applets \
- --enable-deprecated
+ --enable-deprecated \
+ --without-keyring
override_dh_strip:
dh_strip --dbgsym-migration='mate-power-manager-dbg (<< 1.14.0-2~)'
signature.asc
Description: OpenPGP digital signature

