diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-23 16:01:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-23 16:01:17 -0500 |
commit | a45cbecfe662b2db030d1d16e9c609e62761f3ed (patch) | |
tree | 5d8cc3c2cd2fea8a25d5279d26bdc555095e8de1 | |
parent | fe5f5516f5b84af1990fed47d0857149a0a4fddf (diff) | |
download | tde-packaging-a45cbecfe662b2db030d1d16e9c609e62761f3ed.tar.gz tde-packaging-a45cbecfe662b2db030d1d16e9c609e62761f3ed.zip |
Set python-tqt libpython on Debian and Ubuntu
-rwxr-xr-x | debian/squeeze/dependencies/python-tqt/debian/rules | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/dependencies/python-tqt/debian/rules | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/squeeze/dependencies/python-tqt/debian/rules b/debian/squeeze/dependencies/python-tqt/debian/rules index b8b687940..2f57b4b0b 100755 --- a/debian/squeeze/dependencies/python-tqt/debian/rules +++ b/debian/squeeze/dependencies/python-tqt/debian/rules @@ -52,6 +52,7 @@ build-%/configure-stamp: 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 @@ dbg-build-%/configure-stamp: 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 b8b687940..2f57b4b0b 100755 --- a/ubuntu/maverick/dependencies/python-tqt/debian/rules +++ b/ubuntu/maverick/dependencies/python-tqt/debian/rules @@ -52,6 +52,7 @@ build-%/configure-stamp: 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 @@ dbg-build-%/configure-stamp: 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 \ |