Source: mate-power-manager
Version: 1.20.2-1
Severity: important
Tags: patch upstream

We want to remove libtool-bin from the archive. mate-power-manager
depends on it, but it does libtoolize, so it doesn't actually need an
external libtool. Simply using its own is sufficient. Please apply the
attached patch and replace libtool-bin with plain libtool in
Build-Depends.

Helmut
--- 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	\

Reply via email to