summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/libraries/python-trinity/debian
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-01 20:01:06 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-01 20:01:06 +0200
commitcd987458557f4163072c33effd4df34e7e8a4288 (patch)
tree90cf7aecf9dfd20f03572e6d81f38c3a9cc36120 /ubuntu/maverick/libraries/python-trinity/debian
parentfc5d3c8d01e679b569e18b13488363cadb5e1d7f (diff)
parent4ed48b596a3124deac51b66df656c57f9f88c4d9 (diff)
downloadtde-packaging-cd987458557f4163072c33effd4df34e7e8a4288.tar.gz
tde-packaging-cd987458557f4163072c33effd4df34e7e8a4288.zip
merge
Diffstat (limited to 'ubuntu/maverick/libraries/python-trinity/debian')
-rwxr-xr-xubuntu/maverick/libraries/python-trinity/debian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/libraries/python-trinity/debian/rules b/ubuntu/maverick/libraries/python-trinity/debian/rules
index 473caac7d..ff41b19f7 100755
--- a/ubuntu/maverick/libraries/python-trinity/debian/rules
+++ b/ubuntu/maverick/libraries/python-trinity/debian/rules
@@ -48,6 +48,7 @@ build-%/configure-stamp:
mkdir -p build-$*
cd build-$* && python$* ../configure.py \
-c -u -k /opt/trinity -o /opt/trinity/include -n /opt/trinity/lib \
+ -e python$* \
-v /opt/trinity/share/sip/trinity -j $(SPLIT)
touch $@
@@ -56,6 +57,7 @@ dbg-build-%/configure-stamp:
mkdir -p dbg-build-$*
cd dbg-build-$* && python$*-dbg ../configure.py \
-c -u -k /opt/trinity -o /opt/trinity/include -n /opt/trinity/lib \
+ -e python$* \
-v /opt/trinity/share/sip/trinity -j $(SPLIT)
touch $@