Branch: master

a45cbecf 2014-09-23 16:01:17 Timothy Pearson
Set python-tqt libpython on Debian and Ubuntu
M debian/squeeze/dependencies/python-tqt/debian/rules
M ubuntu/maverick/dependencies/python-tqt/debian/rules
diff --git a/debian/squeeze/dependencies/python-tqt/debian/rules b/debian/squeeze/dependencies/python-tqt/debian/rules
index b8b6879..2f57b4b 100755
--- a/debian/squeeze/dependencies/python-tqt/debian/rules
+++ b/debian/squeeze/dependencies/python-tqt/debian/rules
@@ -52,6 +52,7 @@
 	cd build-$* && echo yes \
                 | python$* ../configure.py \
                         -c -n /usr/include/tqscintilla \
+                        -e python$* \
                         -o /usr/lib -u -j $(SPLIT) \
                         -d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
                         -l /usr/include/python$* \
@@ -66,6 +67,7 @@
 	cd dbg-build-$* && echo yes \
                 | python$*-dbg ../configure.py \
                         -c -n /usr/include/tqscintilla \
+                        -e python$* \
                         -o /usr/lib -u -j $(SPLIT) \
                         -d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
                         -l /usr/include/python$*_d \
diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/rules b/ubuntu/maverick/dependencies/python-tqt/debian/rules
index b8b6879..2f57b4b 100755
--- a/ubuntu/maverick/dependencies/python-tqt/debian/rules
+++ b/ubuntu/maverick/dependencies/python-tqt/debian/rules
@@ -52,6 +52,7 @@
 	cd build-$* && echo yes \
                 | python$* ../configure.py \
                         -c -n /usr/include/tqscintilla \
+                        -e python$* \
                         -o /usr/lib -u -j $(SPLIT) \
                         -d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
                         -l /usr/include/python$* \
@@ -66,6 +67,7 @@
 	cd dbg-build-$* && echo yes \
                 | python$*-dbg ../configure.py \
                         -c -n /usr/include/tqscintilla \
+                        -e python$* \
                         -o /usr/lib -u -j $(SPLIT) \
                         -d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
                         -l /usr/include/python$*_d \