Bug#342330: dput: postinst scrpit doesn't detect correctly python version

2005-12-07 Thread Encolpe DEGOUTE
Package: dput Version: 0.9.2.21 Severity: normal Tags: patch I need to add this to make postinst script working: PYTHON_BIN=$(readlink /usr/bin/python) PYTHON=$(echo $PYTHON_BIN | cut -d '/' -f 4) Else $PYTHON give '/usr/bin/python2.4' instead of 'python2.4' -- System Information: Debian

Bug#342330: dput: postinst scrpit doesn't detect correctly python version

2005-12-07 Thread Thomas Viehmann
Hi, thank you for your interest in dput and your bug report. Encolpe DEGOUTE wrote: I need to add this to make postinst script working: [...] Else $PYTHON give '/usr/bin/python2.4' instead of 'python2.4' Where did you get that link from? I agree it's an error, but if this is the default link

Bug#342330: dput: postinst scrpit doesn't detect correctly python version

2005-12-07 Thread Encolpe Degoute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Viehmann a écrit : | Hi, | | thank you for your interest in dput and your bug report. | | Encolpe DEGOUTE wrote: | |I need to add this to make postinst script working: | | [...] | |Else $PYTHON give '/usr/bin/python2.4' instead of 'python2.4'