[SCM] ladish/master: Append gtk+-2.0 to gladish's dependencies list to prevent FTBFS (Closes: #639054 LP: #831248)

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Aug 27 09:23:31 UTC 2011


The following commit has been merged in the master branch:
commit 443f8d44a70caed7d1e2064147125654f606e06c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Aug 27 11:22:50 2011 +0200

    Append gtk+-2.0 to gladish's dependencies list to prevent FTBFS (Closes: #639054 LP: #831248)

diff --git a/debian/patches/1006-gladish_dependencies.patch b/debian/patches/1006-gladish_dependencies.patch
new file mode 100644
index 0000000..7a7b752
--- /dev/null
+++ b/debian/patches/1006-gladish_dependencies.patch
@@ -0,0 +1,20 @@
+Description: Append gtk+-2.0 to gladish's dependencies list to prevent FTBFS.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639054
+Bug-Ubuntu: https://launchpad.net/bugs/831248
+---
+ wscript |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- ladish.orig/wscript
++++ ladish/wscript
+@@ -496,7 +496,7 @@ def build(bld):
+         gladish = bld.program(source = [], features = 'c cxx cxxprogram', includes = [bld.path.get_bld()])
+         gladish.target = 'gladish'
+         gladish.defines = ['LOG_OUTPUT_STDOUT']
+-        gladish.uselib = 'DBUS-1 DBUS-GLIB-1 FLOWCANVAS'
++        gladish.uselib = 'DBUS-1 DBUS-GLIB-1 FLOWCANVAS GTK+-2.0'
+ 
+         gladish.source = []
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 0dfbe80..b542e3d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,5 @@
 0003-save_as_dialog_avoid_multiplied_emits.patch
 1004-in_terminal_execution.patch
 1005-kfreebsd.patch
+1006-gladish_dependencies.patch
 2001-xterminal_emulator_instead_of_xterm.patch

-- 
ladish packaging



More information about the pkg-multimedia-commits mailing list