Package: qcake
Version: 0.7.2-2
Followup-For: Bug #646158
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
In Debian sid, the attached patch can be applied to achieve the following:
* 06_no_ncurses: Don't link against libncurses, as it isn't used
anyhow. Fixes FTBFS on Linux. (Closes: #646158)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u qcake-0.7.2/debian/patches/series qcake-0.7.2/debian/patches/series
--- qcake-0.7.2/debian/patches/series
+++ qcake-0.7.2/debian/patches/series
@@ -4,0 +5 @@
+06_no_ncurses
only in patch2:
unchanged:
--- qcake-0.7.2.orig/debian/patches/06_no_ncurses
+++ qcake-0.7.2/debian/patches/06_no_ncurses
@@ -0,0 +1,26 @@
+Index: qcake-0.7.2/qcakeplayer/qcakeplayer.pro
+===================================================================
+--- qcake-0.7.2.orig/qcakeplayer/qcakeplayer.pro 2011-11-02 23:35:04.000000000 -0400
++++ qcake-0.7.2/qcakeplayer/qcakeplayer.pro 2011-11-02 23:35:00.000000000 -0400
+@@ -162,7 +162,7 @@
+ -lm \
+ -lpcre \
+ -lreadline \
+- -lncurses \
++# -lncurses \
+ -ldl \
+ -lopenal \
+ -lalut \
+Index: qcake-0.7.2/qcweb3d/qcweb3d.pro
+===================================================================
+--- qcake-0.7.2.orig/qcweb3d/qcweb3d.pro 2011-11-02 23:35:02.000000000 -0400
++++ qcake-0.7.2/qcweb3d/qcweb3d.pro 2011-11-02 23:34:40.000000000 -0400
+@@ -178,7 +178,7 @@
+ -lm \
+ -lpcre \
+ -lreadline \
+- -lncurses \
++# -lncurses \
+ -ldl \
+ -lopenal \
+ -lalut \