summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/dependencies/python-tqt/debian/rules
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 19:29:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 19:29:53 -0600
commited01c256e45dd964f0e3da22364ee4819acd29da (patch)
tree2bfb2ed585fb60dc20dac7b241431dee9042dd8a /debian/squeeze/dependencies/python-tqt/debian/rules
parentad16724f2dcd0a0bef60c98364793f5ff4e0ea6b (diff)
downloadtde-packaging-ed01c256e45dd964f0e3da22364ee4819acd29da.tar.gz
tde-packaging-ed01c256e45dd964f0e3da22364ee4819acd29da.zip
Fix python-tqt FTBFS on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/dependencies/python-tqt/debian/rules')
-rwxr-xr-xdebian/squeeze/dependencies/python-tqt/debian/rules4
1 files changed, 2 insertions, 2 deletions
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 \