Bug#293719: mini-dinstall: please use current python version on system when installing

2005-02-07 Thread Tollef Fog Heen
* Thomas Viehmann | Does the patch work for you? I'd rather use something like | PYTHONVERSION=$(shell python -c 'import sys; print | %d.%d%(sys.version_info[:2])') | to get the major and minor version, but not the revisions. | But I like the idea, thanks. yes, it works for me, but if you feel

Bug#293719: mini-dinstall: please use current python version on system when installing

2005-02-07 Thread Thomas Viehmann
Tollef Fog Heen wrote: yes, it works for me, but if you feel that's more appropriate, feel free to use your version. :) Hmm. Please let me know if my version doesn't work for you. Regards T. -- Thomas Viehmann, http://thomas.viehmann.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#293719: mini-dinstall: please use current python version on system when installing

2005-02-05 Thread Tollef Fog Heen
Package: mini-dinstall Severity: wishlist Tags: patch Hi, it would be nice if mini-dinstall used the current version of python on the system rather than hard coding the version in the Makefile. The patch available at http://err.no/patches/mini-dinstall_0.6.19-pythonversion.diff does this. --