Re: [PROPOSAL] dh_ant

2003-07-30 Thread Jan Schulz
Hallo Andrew, * Andrew Pimlott wrote: >If nothing else, you could put a variable >FORCE_OFFICIAL_BUILD_DEPENDENCIES=1 at the top of debian/rules, and >let people unset it. It would be nice if something like this became >standard for all packages. How is that actually handled on the buildd maschi

Re: [PROPOSAL] dh_ant

2003-07-30 Thread Andrew Pimlott
On Tue, Jul 29, 2003 at 03:45:08PM +0200, Stefan Gybas wrote: > Andrew Pimlott wrote: > > >You might want official builds to always use the same compiler, but > >there's no reason not to make it convenient for others to use their > >preferred compiler. Especially when the preferred compiler is >

Re: [PROPOSAL] dh_ant

2003-07-30 Thread Andrew Pimlott
On Tue, Jul 29, 2003 at 08:23:23PM +0200, Stefan Gybas wrote: > It is just for building the package. I don't think that most users will > rebuild the Java packages, especially since they are architecture > independent. You also need a lot of -dev packages (and gcc) for > rebuilding C and C++ pac

Re: [PROPOSAL] dh_ant

2003-07-30 Thread Jan Schulz
Hallo Andrew, * Andrew Pimlott wrote: >If nothing else, you could put a variable >FORCE_OFFICIAL_BUILD_DEPENDENCIES=1 at the top of debian/rules, and >let people unset it. It would be nice if something like this became >standard for all packages. How is that actually handled on the buildd maschi

Re: [PROPOSAL] dh_ant

2003-07-30 Thread Andrew Pimlott
On Tue, Jul 29, 2003 at 03:45:08PM +0200, Stefan Gybas wrote: > Andrew Pimlott wrote: > > >You might want official builds to always use the same compiler, but > >there's no reason not to make it convenient for others to use their > >preferred compiler. Especially when the preferred compiler is >

Re: [PROPOSAL] dh_ant

2003-07-30 Thread Andrew Pimlott
On Tue, Jul 29, 2003 at 08:23:23PM +0200, Stefan Gybas wrote: > It is just for building the package. I don't think that most users will > rebuild the Java packages, especially since they are architecture > independent. You also need a lot of -dev packages (and gcc) for > rebuilding C and C++ pac

Re: [PROPOSAL] dh_ant

2003-07-30 Thread Arnaud Vandyck
Stefan Gybas <[EMAIL PROTECTED]> wrote: > Jan Schulz wrote: > > > I'm currently using this line to get 'java' in debian/rules: > > jdk_dirs=/usr/lib/j2sdk1.4 /usr/lib/j2se/1.4 /usr/lib/j2se/1.3 > > /usr/lib/j2sdk1.3 > > JAVA_HOME ?= $(shell for jdir in $(jdk_dirs) ; do if [ -d "$$jdir" ]; \ > > t

Re: [PROPOSAL] dh_ant

2003-07-30 Thread Arnaud Vandyck
Stefan Gybas <[EMAIL PROTECTED]> wrote: > Jan Schulz wrote: > > > I'm currently using this line to get 'java' in debian/rules: > > jdk_dirs=/usr/lib/j2sdk1.4 /usr/lib/j2se/1.4 /usr/lib/j2se/1.3 /usr/lib/j2sdk1.3 > > JAVA_HOME ?= $(shell for jdir in $(jdk_dirs) ; do if [ -d "$$jdir" ]; \ > > then e