From 415784bf9b82e66bf00814f9bce05c9b0ce08091 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 15 Jun 2005 08:23:50 +0000 Subject: Fixed the python package --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index e4af26f..9080ef5 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ TMP=`pwd`/debian/tmp TMP_DOC=`pwd`/debian/zinc-doc TMP_PERL=`pwd`/debian/zinc-perl -TMP_PYTHON=`pwd`/debian/zinc-python +TMP_PYTHON=$(shell echo `pwd`/debian/zinc-python) DEFAULT_VERSION_PYTHON=$(shell echo `dpkg -p python| grep -e "^Version:" |cut -d" " -f2|cut -d"." -f1-2`) @@ -54,7 +54,7 @@ install: build # # Configuring/compiling/installing for Python. - -cd Python && python setup.py install --prefix=$(TMP_PYTHON) + -cd Python && python setup.py install --prefix=$(TMP_PYTHON)/usr # # Configuring/compiling/installing for perl/Tk. @@ -84,7 +84,7 @@ binary-indep: build install # dh_undocumented -i dh_installman -i dh_link -i - dh_compress -i --exclude=.pdf + dh_compress -i --exclude=.pdf --exclude=.py dh_fixperms -i dh_installdeb -i # dh_perl -i -- cgit v1.1