Le jeudi 26 février 2009 à 18:03 -0200, Mauro Lizaur a écrit : > > I’d add two side notes to that: > > * There is no reason to build an architecture-independent package > > for all Python versions. You can build it for only the current > > one, python-support will byte-compile the modules for all the > > supported ones. > > So you mean that instad of doing: > for python in $(PYVERS); do $$python setup.py [....] done > > i could simply do something like: > python setup.py [....] done > > right?
Yes, for an architecture-independent package, this is the way to go. Cheers, -- .''`. Debian 5.0 "Lenny" has been released! : :' : `. `' Last night, Darth Vader came down from planet Vulcan and told `- me that if you don't install Lenny, he'd melt your brain.
signature.asc
Description: Ceci est une partie de message numériquement signée

