Re: config.* in the diff?

2002-08-15 Thread Craig Small
On Thu, Aug 15, 2002 at 02:03:10PM +0100, Ross Burton wrote: > I am interested in becoming a Debian Developer, but am having a problem > with one of my first packages. The skeleton was generated using > dh_make, and contains the following lines: [copying config.sub and config.guess] > For the mo

Re: config.* in the diff?

2002-08-15 Thread Craig Small
On Thu, Aug 15, 2002 at 02:03:10PM +0100, Ross Burton wrote: > I am interested in becoming a Debian Developer, but am having a problem > with one of my first packages. The skeleton was generated using > dh_make, and contains the following lines: [copying config.sub and config.guess] > For the m

Re: config.* in the diff?

2002-08-15 Thread Robert Bihlmeyer
Bas Zoetekouw <[EMAIL PROTECTED]> writes: > In my packages, I copy the new config.{sub,guess} over the old ones > in one of the build targets, and put a backup of the original ones > back in the clean target. You'll have to build-depend on autotools-dev, though ... -- Robbe signature.ng Descr

Re: config.* in the diff?

2002-08-15 Thread Robert Bihlmeyer
Bas Zoetekouw <[EMAIL PROTECTED]> writes: > In my packages, I copy the new config.{sub,guess} over the old ones > in one of the build targets, and put a backup of the original ones > back in the clean target. You'll have to build-depend on autotools-dev, though ... -- Robbe signature.ng Des

Re: config.* in the diff?

2002-08-15 Thread Bas Zoetekouw
Hi Ross! You wrote: > clean: > dh_testdir > dh_testroot > rm -f build-stamp > -$(MAKE) distclean > -test -r /usr/share/misc/config.sub && \ > cp -f /usr/share/misc/config.sub config.sub > -test -r /usr/share/misc/config.guess && \ > cp -f /usr/

Re: config.* in the diff?

2002-08-15 Thread Ben Armstrong
On Thu, Aug 15, 2002 at 02:03:10PM +0100, Ross Burton wrote: > For the moment I commented these the cp lines out, and restored the > original files from the tarball. However, what is the "proper" solution > to this? Have upstream update these themselves? You may be unwittingly causing portability

config.* in the diff?

2002-08-15 Thread Ross Burton
Hi, I am interested in becoming a Debian Developer, but am having a problem with one of my first packages. The skeleton was generated using dh_make, and contains the following lines: clean: dh_testdir dh_testroot rm -f build-stamp -$(MAKE) distclean -test

Re: config.* in the diff?

2002-08-15 Thread Bas Zoetekouw
Hi Ross! You wrote: > clean: > dh_testdir > dh_testroot > rm -f build-stamp > -$(MAKE) distclean > -test -r /usr/share/misc/config.sub && \ > cp -f /usr/share/misc/config.sub config.sub > -test -r /usr/share/misc/config.guess && \ > cp -f /usr

Re: config.* in the diff?

2002-08-15 Thread Ben Armstrong
On Thu, Aug 15, 2002 at 02:03:10PM +0100, Ross Burton wrote: > For the moment I commented these the cp lines out, and restored the > original files from the tarball. However, what is the "proper" solution > to this? Have upstream update these themselves? You may be unwittingly causing portabilit

config.* in the diff?

2002-08-15 Thread Ross Burton
Hi, I am interested in becoming a Debian Developer, but am having a problem with one of my first packages. The skeleton was generated using dh_make, and contains the following lines: clean: dh_testdir dh_testroot rm -f build-stamp -$(MAKE) distclean -tes