Skip to content
Commits on Source (10)
mate-power-manager (1.20.3-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Mike Gabriel <sunweaver@debian.org> Sat, 02 Feb 2019 01:51:46 +0100
mate-power-manager (1.20.3-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.3.0. No changes needed.
+ White-space clean-up at EOF.
+ Replace B-D on libtool-bin by libtool. (Closes: #912842).
* debian/patches:
+ Drop Ubuntu-specific patch 2000_disable_notification_prefs_ui.patch.
(Closes: #915926).
+ Add 2001_libtool-bin.patch (as part of the fix for #912842).
-- Mike Gabriel <sunweaver@debian.org> Wed, 09 Jan 2019 10:39:56 +0100
mate-power-manager (1.20.2-2) unstable; urgency=medium
* debian/control:
+ Update D (mate-power-manager). Allow elogind as an alternative to systemd
(or consolekit). (Closes: #915232).
-- Mike Gabriel <sunweaver@debian.org> Sun, 02 Dec 2018 00:30:06 +0100
mate-power-manager (1.20.2-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
......
......@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 11~),
libgtk-3-dev,
libmate-panel-applet-dev (>= 1.18),
libnotify-dev,
libtool-bin,
libtool,
libupower-glib-dev,
libx11-dev,
libxext-dev,
......@@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 11~),
pkg-config,
xmlto,
yelp-tools,
Standards-Version: 4.1.4
Standards-Version: 4.3.0
Homepage: http://www.mate-desktop.org/
Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-power-manager
Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-power-manager.git
......@@ -38,7 +38,7 @@ Depends: default-dbus-session-bus | dbus-session-bus,
mate-notification-daemon | notification-daemon,
mate-power-manager-common (= ${source:Version}),
policykit-1,
systemd | consolekit,
systemd | elogind | consolekit,
upower,
${misc:Depends},
${shlibs:Depends},
......@@ -71,4 +71,3 @@ Description: power management tool for the MATE desktop (common files)
events, all integrated to other components of the MATE desktop.
.
This package contains the architecture independent files.
Description: Disable the notification preferences so options are not presented that indicator-power handles.
Author: Martin Wimpress <code@flexion.org>
--- a/data/gpm-prefs.ui
+++ b/data/gpm-prefs.ui
@@ -895,7 +895,7 @@
</child>
<child>
<object class="GtkVBox" id="vbox_notification">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
Author: Helmut Grohne <helmut@subdivi.de>
Description: Use libtoolized libtool rather than an external one.
--- mate-power-manager-1.20.2.orig/src/Makefile.am
+++ mate-power-manager-1.20.2/src/Makefile.am
@@ -270,21 +270,21 @@
@GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@
org.mate.PowerManager.h: org.mate.PowerManager.xml
- libtool --mode=execute dbus-binding-tool \
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
--prefix=gpm_manager \
--mode=glib-server \
--output=org.mate.PowerManager.h \
$(srcdir)/org.mate.PowerManager.xml
org.mate.PowerManager.Backlight.h: org.mate.PowerManager.Backlight.xml
- libtool --mode=execute dbus-binding-tool \
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
--prefix=gpm_backlight \
--mode=glib-server \
--output=org.mate.PowerManager.Backlight.h \
$(srcdir)/org.mate.PowerManager.Backlight.xml
org.mate.PowerManager.KbdBacklight.h: org.mate.PowerManager.KbdBacklight.xml
- libtool --mode=execute dbus-binding-tool \
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
--prefix=gpm_kbd_backlight \
--mode=glib-server \
--output=org.mate.PowerManager.KbdBacklight.h \
2001_libtool-bin.patch
2000_disable_notification_prefs_ui.patch