[SCM] qjackctl packaging branch, master, updated. debian/0.3.6-1-5-g9291f49

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Aug 22 17:25:34 UTC 2010


The following commit has been merged in the master branch:
commit 9291f4917e07b15575a3fab6075e919611045b34
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Aug 22 19:24:33 2010 +0200

    Fix build failure with binutils-gold (Closes: #556304).

diff --git a/debian/patches/01_binutils_gold.patch b/debian/patches/01_binutils_gold.patch
new file mode 100644
index 0000000..ebbfe76
--- /dev/null
+++ b/debian/patches/01_binutils_gold.patch
@@ -0,0 +1,19 @@
+Subject: FTBFS with binutils-gold.
+Author: Alessio Treglia <alessio at debian.org>
+Bug-Debian: http://bugs.debian.org/556304
+Forwarded: no
+---
+ qjackctl.pro.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- qjackctl.orig/qjackctl.pro.in
++++ qjackctl/qjackctl.pro.in
+@@ -61,7 +61,7 @@ TRANSLATIONS = \
+     translations/qjackctl_fr.ts \
+     translations/qjackctl_ru.ts
+ 
+-LIBS    += @ac_libs@
++LIBS    += @ac_libs@ -lX11
+ INCPATH += @ac_incpath@
+ 
+ OBJECTS_DIR = .obj
diff --git a/debian/patches/series b/debian/patches/series
index a655f7e..d560a96 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 00_settings.patch
+01_binutils_gold.patch

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list