summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-23 16:43:07 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-23 16:43:07 -0500
commit6aca8fedd191ff20fc8535a8c5797441a8122e6a (patch)
tree1a509dc6ca2fd13d72fa36a6ecf790ff773de123 /debian
parenta45cbecfe662b2db030d1d16e9c609e62761f3ed (diff)
downloadtde-packaging-6aca8fedd191ff20fc8535a8c5797441a8122e6a.tar.gz
tde-packaging-6aca8fedd191ff20fc8535a8c5797441a8122e6a.zip
Set sip4-tqt libpython on Debian and Ubuntu
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/squeeze/dependencies/sip4-tqt/debian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/squeeze/dependencies/sip4-tqt/debian/rules b/debian/squeeze/dependencies/sip4-tqt/debian/rules
index df0c6da05..86a541601 100755
--- a/debian/squeeze/dependencies/sip4-tqt/debian/rules
+++ b/debian/squeeze/dependencies/sip4-tqt/debian/rules
@@ -41,6 +41,7 @@ build-%/configure-stamp:
cd build-$* \
&& python$* ../configure.py \
-d /usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt \
+ -g python$* \
-u STRIP="" CFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE=""
touch $@
@@ -50,6 +51,7 @@ dbg-build-%/configure-stamp:
cd dbg-build-$* \
&& python$*-dbg ../configure.py \
-d /usr/lib/python$*/$(call py_sitename,$*)/sip4_tqt \
+ -g python$* \
-e /usr/include/python$*_d \
-u CFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE="" STRIP=""
touch $@