Re: debian/rules and environment variables

2007-09-05 Thread Neil Williams
On Wed, 05 Sep 2007 22:51:30 +0200 Bernd Zeimetz <[EMAIL PROTECTED]> wrote: > Hi, > > > On a related note, I'm thinking that *all* packages using ./configure > > should be using: > > DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) > > DEB_BUILD_GNU_TYPE := $(shell dpkg-archite

Re: debian/rules and environment variables

2007-09-05 Thread Bernd Zeimetz
Hi, > On a related note, I'm thinking that *all* packages using ./configure > should be using: > DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) > DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) > ... > ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB

Re: debian/rules and environment variables

2007-09-05 Thread Neil Williams
On Wed, 5 Sep 2007 19:31:48 +0200 Peter Eisentraut <[EMAIL PROTECTED]> wrote: > It has been suggested in bug #411520 that cdbs should be set up so that > it preserves CFLAGS set in the environment. But I haven't found any > clear specification about how debian/rules, being a makefile, should >

debian/rules and environment variables

2007-09-05 Thread Peter Eisentraut
It has been suggested in bug #411520 that cdbs should be set up so that it preserves CFLAGS set in the environment. But I haven't found any clear specification about how debian/rules, being a makefile, should deal with environment variables. The best I could find is Policy 10.1 which states th