Re: debian/rules not running ./configure

2003-10-26 Thread Zenaan Harkness
What happens when you do debian/rules config.status? $ ./debian/rules config.status dh_testdir # Add here commands to configure the package. CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info /bin/sh:

Re: debian/rules not running ./configure

2003-10-26 Thread Andreas Metzler
On Sun, Oct 26, 2003 at 08:22:26PM +1100, Zenaan Harkness wrote: What happens when you do debian/rules config.status? $ ./debian/rules config.status dh_testdir # Add here commands to configure the package. CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux --prefix=/usr

Re: debian/rules not running ./configure

2003-10-26 Thread Eike Sauer
Am Samstag, 25. Oktober 2003 14:10 schrieb Zenaan Harkness: config.status: configure dh_testdir # Add here commands to configure the package. CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) \ This should read: CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE)

Re: debian/rules not running ./configure

2003-10-26 Thread Neil Roeth
On Oct 26, Zenaan Harkness ([EMAIL PROTECTED]) wrote: BTW, how can I make dpkg-buildpackage give me verbose output of what it's doing - ie. I want to figure out why it does not run ./configure (properly?) ?? Make will echo all commands unless they are prefixed with '@', so remove that

Re: debian/rules not running ./configure

2003-10-26 Thread Zenaan Harkness
What happens when you do debian/rules config.status? $ ./debian/rules config.status dh_testdir # Add here commands to configure the package. CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info /bin/sh:

Re: debian/rules not running ./configure

2003-10-26 Thread Andreas Metzler
On Sun, Oct 26, 2003 at 08:22:26PM +1100, Zenaan Harkness wrote: What happens when you do debian/rules config.status? $ ./debian/rules config.status dh_testdir # Add here commands to configure the package. CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux --prefix=/usr

Re: debian/rules not running ./configure

2003-10-26 Thread Eike Sauer
Am Samstag, 25. Oktober 2003 14:10 schrieb Zenaan Harkness: config.status: configure dh_testdir # Add here commands to configure the package. CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) \ This should read: CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE)

Re: debian/rules not running ./configure

2003-10-26 Thread Zenaan Harkness
- ie. I want to figure out why it does not run ./configure (properly?) ?? Should have added now that I've got quotes around my CFLAGS argument - the point being, it looks to me like ./configure is not getting called at all. tia zen

Re: debian/rules not running ./configure

2003-10-26 Thread Zenaan Harkness
This should read: CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) \ Seems to be a dh_make bug to me?!? I think so. Thanks, and to Andreas too. Zen.

Re: debian/rules not running ./configure

2003-10-26 Thread Zenaan Harkness
On Sun, 2003-10-26 at 21:06, Andreas Metzler wrote: On Sun, Oct 26, 2003 at 08:22:26PM +1100, Zenaan Harkness wrote: What happens when you do debian/rules config.status? $ ./debian/rules config.status dh_testdir # Add here commands to configure the package. CFLAGS=-Wall -g -O2

Re: debian/rules not running ./configure

2003-10-26 Thread Andreas Metzler
On Sun, Oct 26, 2003 at 11:53:48AM +0100, Eike Sauer wrote: Am Samstag, 25. Oktober 2003 14:10 schrieb Zenaan Harkness: config.status: configure dh_testdir # Add here commands to configure the package. CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) \ This should

Re: debian/rules not running ./configure

2003-10-26 Thread Neil Roeth
On Oct 26, Zenaan Harkness ([EMAIL PROTECTED]) wrote: BTW, how can I make dpkg-buildpackage give me verbose output of what it's doing - ie. I want to figure out why it does not run ./configure (properly?) ?? Make will echo all commands unless they are prefixed with '@', so remove that

debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
I'm trying to create my first package, and don't know what to do to get debian/rules to run ./configure. Eg: $ dpkg-buildpackage -rfakeroot dpkg-buildpackage: source package is fastdep dpkg-buildpackage: source version is 0.15-1 dpkg-buildpackage: source maintainer is Zenaan Harkness [EMAIL

Re: debian/rules not running ./configure

2003-10-25 Thread Joshua Kwan
On Sat, Oct 25, 2003 at 04:38:42PM +1000, Zenaan Harkness wrote: I'm trying to create my first package, and don't know what to do to get debian/rules to run ./configure. Eg: Assuming you used dh_make, debian/rules contains a configure and configure-stamp target. You want to stick ./configure

Re: debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
On Sat, 2003-10-25 at 17:32, Joshua Kwan wrote: On Sat, Oct 25, 2003 at 04:38:42PM +1000, Zenaan Harkness wrote: I'm trying to create my first package, and don't know what to do to get debian/rules to run ./configure. Eg: Assuming you used dh_make, debian/rules contains a configure and

Re: debian/rules not running ./configure

2003-10-25 Thread Joshua Kwan
On Sat, Oct 25, 2003 at 10:10:03PM +1000, Zenaan Harkness wrote: build, depends on build-stamp build-stamp, yes (may be this is what you meant by configure-stamp?), depends on config.status This is correct. That means that when config.status becomes newer than build-stamp, build-stamp must

Re: debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
Tar bz2-ing the whole tree (upstream source + my debian subdir) results in 65KB file. Is it better to post this to the list, or just to yourself? tia zen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
Maybe that could help. What about just the whole Debian source you're working with? Then maybe we could get cooking. Of course, I could upload the files and point to them - doh! Here are * entire tree, not including parent files (eg. .dsc, etc) (upstream + debian subdir):

Re: debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
Here are * entire tree, not including parent files (eg. .dsc, etc) (upstream + debian subdir): http://homepages.ihug.com.au/~zenaan/tmp/zenaan/files/fastdep/fastdep-0.15+debian.tbz2 * just the debian/ subdir:

debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
I'm trying to create my first package, and don't know what to do to get debian/rules to run ./configure. Eg: $ dpkg-buildpackage -rfakeroot dpkg-buildpackage: source package is fastdep dpkg-buildpackage: source version is 0.15-1 dpkg-buildpackage: source maintainer is Zenaan Harkness [EMAIL

Re: debian/rules not running ./configure

2003-10-25 Thread Joshua Kwan
On Sat, Oct 25, 2003 at 04:38:42PM +1000, Zenaan Harkness wrote: I'm trying to create my first package, and don't know what to do to get debian/rules to run ./configure. Eg: Assuming you used dh_make, debian/rules contains a configure and configure-stamp target. You want to stick ./configure

Re: debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
On Sat, 2003-10-25 at 17:32, Joshua Kwan wrote: On Sat, Oct 25, 2003 at 04:38:42PM +1000, Zenaan Harkness wrote: I'm trying to create my first package, and don't know what to do to get debian/rules to run ./configure. Eg: Assuming you used dh_make, debian/rules contains a configure and

Re: debian/rules not running ./configure

2003-10-25 Thread Joshua Kwan
On Sat, Oct 25, 2003 at 10:10:03PM +1000, Zenaan Harkness wrote: build, depends on build-stamp build-stamp, yes (may be this is what you meant by configure-stamp?), depends on config.status This is correct. That means that when config.status becomes newer than build-stamp, build-stamp must

Re: debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
Tar bz2-ing the whole tree (upstream source + my debian subdir) results in 65KB file. Is it better to post this to the list, or just to yourself? tia zen

Re: debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
Maybe that could help. What about just the whole Debian source you're working with? Then maybe we could get cooking. Of course, I could upload the files and point to them - doh! Here are * entire tree, not including parent files (eg. .dsc, etc) (upstream + debian subdir):

Re: debian/rules not running ./configure

2003-10-25 Thread Zenaan Harkness
Here are * entire tree, not including parent files (eg. .dsc, etc) (upstream + debian subdir): http://homepages.ihug.com.au/~zenaan/tmp/zenaan/files/fastdep/fastdep-0.15+debian.tbz2 * just the debian/ subdir: