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
charac
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
ch
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) \
>
> Thi
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 -
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) \
>
> Thi
> 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.
> - 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
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_
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=
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: lin
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 -
> 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.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> - 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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subje
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_
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=
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: lin
> 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:
> http://homepages.ihug.com.au/~zenaan/tmp/zenaan/files/fastdep/fastdep-0.15-
> 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):
http://homepages.ihu
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
> 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:
> http://homepages.ihug.com.au/~zenaan/tmp/zenaan/files/fastdep/fastdep-0.15-
> 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):
http://homepages.ihu
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]
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 mus
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 mus
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
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
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
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 PROTE
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
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 PROTE
30 matches
Mail list logo