From ed01c256e45dd964f0e3da22364ee4819acd29da Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 19:29:53 -0600 Subject: Fix python-tqt FTBFS on Debian and Ubuntu --- debian/squeeze/dependencies/python-tqt/debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/squeeze/dependencies/python-tqt/debian/rules') diff --git a/debian/squeeze/dependencies/python-tqt/debian/rules b/debian/squeeze/dependencies/python-tqt/debian/rules index 0e74c131e..90f208768 100755 --- a/debian/squeeze/dependencies/python-tqt/debian/rules +++ b/debian/squeeze/dependencies/python-tqt/debian/rules @@ -44,7 +44,7 @@ build-%/configure-stamp: mkdir -p build-$* cd build-$* && echo yes \ | python$* ../configure.py \ - -c -n /usr/include/qscintilla \ + -c -n /usr/include/tqscintilla \ -o /usr/lib -u -j $(SPLIT) \ -d /usr/lib/python$*/$(call py_sitename,$*) \ -l /usr/include/python$* \ @@ -58,7 +58,7 @@ dbg-build-%/configure-stamp: mkdir -p dbg-build-$* cd dbg-build-$* && echo yes \ | python$*-dbg ../configure.py \ - -c -n /usr/include/qscintilla \ + -c -n /usr/include/tqscintilla \ -o /usr/lib -u -j $(SPLIT) \ -d /usr/lib/python$*/$(call py_sitename,$*) \ -l /usr/include/python$*_d \ -- cgit v1.2.3