Bug#432564: Proposalto introduce compiler options passed from dpkg-buildpackage

2007-12-11 Thread Loïc Minier
On Tue, Dec 11, 2007, Stefano Zacchiroli wrote: > > Nope, this is correct, "pyversions -vr debian/control" gives you "2.4 > > 2.5", not "python2.4 python2.5". (In practice, I don't think there are > > Yeah, but personally I wouldn't call Makefile targets as such, I would > rather prefer to $(fo

Bug#432564: Proposalto introduce compiler options passed from dpkg-buildpackage

2007-12-10 Thread Stefano Zacchiroli
On Mon, Dec 10, 2007 at 03:04:30PM +0100, Loïc Minier wrote: > Sorry, missed your message in the thread: No problem, thanks for replying. > > > build-%: > > > PYTHON=`which python$*` ./configure > > I guess this should have been "`which $*` ./configure", right? If so, > > read on. > > Nope,

Bug#432564: Proposalto introduce compiler options passed from dpkg-buildpackage

2007-12-10 Thread Loïc Minier
Hi, (dropping lists out of To: as discussion died there and doesn't need project wide audience IMO) Sorry, missed your message in the thread: On Sat, Dec 08, 2007, Stefano Zacchiroli wrote: > > PYVERS := $(shell pyversions -vr debian/control 2>/dev/null) > > > > build-%: > > PYTHO