Re: Problem with temporary package build directory removal

2001-05-25 Thread Timshel Knoll
On Fri, May 25, 2001 at 02:05:05PM +0200, Alwyn Schoeman wrote: > fakeroot debian/rules clean works! > > Is this standard way of cleaning up the build directories? Yes. If you want to do it by running dh_clean directly, try doing this: $ DH_COMPAT=3 dh_clean This will run dh_clean in debhel

Re: Mailing list problems

2001-05-25 Thread Noel Koethe
On Fri, 25 May 2001, Brett Cundal wrote: Hello, > Whenever I post to this list, I get bounces from a user who is subscribed to > the list... Shouldn't those be sent to the mailing list manager and not me? > Anyone else experiencing this, or am I somehow configured wrong? Should I > write my local

Mailing list problems

2001-05-25 Thread Brett Cundal
Hiya, Whenever I post to this list, I get bounces from a user who is subscribed to the list... Shouldn't those be sent to the mailing list manager and not me? Anyone else experiencing this, or am I somehow configured wrong? Should I write my local congressman and complain? -- Brett

Re: Mailing list problems

2001-05-25 Thread Noel Koethe
On Fri, 25 May 2001, Brett Cundal wrote: Hello, > Whenever I post to this list, I get bounces from a user who is subscribed to > the list... Shouldn't those be sent to the mailing list manager and not me? > Anyone else experiencing this, or am I somehow configured wrong? Should I > write my loca

Mailing list problems

2001-05-25 Thread Brett Cundal
Hiya, Whenever I post to this list, I get bounces from a user who is subscribed to the list... Shouldn't those be sent to the mailing list manager and not me? Anyone else experiencing this, or am I somehow configured wrong? Should I write my local congressman and complain? -- Brett -- To UNS

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Joey Hess
Noel Koethe wrote: > Ahh, ok. So its a little problem with dh_movefiles which wants to move > from debian/tmp by default and/or ignores my "export DH_COMPAT=3" in > debian/rules. man dh_movefiles (see NOTES) -- see shy jo

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Noel Koethe
On Sat, 26 May 2001, Daniel Stone wrote: Hello, > > > This is actually similar to what I was experiencing. If you want to use > > > debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that > > > creates > > > or install files > > > > Hmm, I don't want it but dh_movefiles wan

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Daniel Stone
On Fri, May 25, 2001 at 02:41:34PM +0200, Noel Koethe wrote: > On Fri, 25 May 2001, Alwyn Schoeman wrote: > > Hello, > > > This is actually similar to what I was experiencing. If you want to use > > debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that > > creates > > or insta

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Joey Hess
Noel Koethe wrote: > Ahh, ok. So its a little problem with dh_movefiles which wants to move > from debian/tmp by default and/or ignores my "export DH_COMPAT=3" in > debian/rules. man dh_movefiles (see NOTES) -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsu

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles:debian/tmp does not exist.

2001-05-25 Thread Noel Koethe
On Sat, 26 May 2001, Daniel Stone wrote: Hello, > > > This is actually similar to what I was experiencing. If you want to use > > > debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that creates > > > or install files > > > > Hmm, I don't want it but dh_movefiles wants deb

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Noel Koethe
On Fri, 25 May 2001, Alwyn Schoeman wrote: Hello, > This is actually similar to what I was experiencing. If you want to use > debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that creates > or install files Hmm, I don't want it but dh_movefiles wants debian/tmp I want to u

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Alwyn Schoeman
This is actually similar to what I was experiencing. If you want to use debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that creates or install files On Friday 25 May 2001 14:24, Noel Koethe wrote: > Hello, > > this is my first package from scratch and I have a problem.:( >

Re: Problem with temporary package build directory removal

2001-05-25 Thread Daniel Stone
On Fri, May 25, 2001 at 02:05:05PM +0200, Alwyn Schoeman wrote: > fakeroot debian/rules clean works! > > Is this standard way of cleaning up the build directories? Yeah, it is. It calls everything under the clean: target in debian/rules - the best way to go about things. :) d -- Daniel Stone

problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Noel Koethe
Hello, this is my first package from scratch and I have a problem.:( I read http://www.de.debian.org/doc/maint-guide/ but I have an error when I run: dpkg-buildpackage -rfakeroot ... touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_clean -k rm -f debian/su

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Daniel Stone
On Fri, May 25, 2001 at 02:41:34PM +0200, Noel Koethe wrote: > On Fri, 25 May 2001, Alwyn Schoeman wrote: > > Hello, > > > This is actually similar to what I was experiencing. If you want to use > > debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that creates > > or install f

Re: Problem with temporary package build directory removal

2001-05-25 Thread Alwyn Schoeman
fakeroot debian/rules clean works! Is this standard way of cleaning up the build directories? On Friday 25 May 2001 13:26, Daniel Stone wrote: > On Fri, May 25, 2001 at 07:13:14AM -0400, Harry Henry Gebel wrote: > > On Fri, May 25, 2001 at 12:49:31PM +0200, Alwyn Schoeman wrote: > > > I'm sorry

Re: Problem with temporary package build directory removal

2001-05-25 Thread Alwyn Schoeman
Yes I do and it does create and use the package_name directory, just doesn't remove it on clean. On Friday 25 May 2001 13:13, Harry Henry Gebel wrote: > On Fri, May 25, 2001 at 12:49:31PM +0200, Alwyn Schoeman wrote: > > I'm sorry, I meant dh_clean do not remove this directory. So if > > package

Re: Problem with temporary package build directory removal

2001-05-25 Thread Daniel Stone
On Fri, May 25, 2001 at 07:13:14AM -0400, Harry Henry Gebel wrote: > On Fri, May 25, 2001 at 12:49:31PM +0200, Alwyn Schoeman wrote: > > > I'm sorry, I meant dh_clean do not remove this directory. So if package is > > foo, then the build process would create debian/foo and install all the > > fil

Re: Problem with temporary package build directory removal

2001-05-25 Thread Harry Henry Gebel
On Fri, May 25, 2001 at 12:49:31PM +0200, Alwyn Schoeman wrote: > I'm sorry, I meant dh_clean do not remove this directory. So if package is > foo, then the build process would create debian/foo and install all the > files in that directory tree. Upon dh_clean it should remove debian/foo, > but

Re: Problem with temporary package build directory removal

2001-05-25 Thread Alwyn Schoeman
I'm sorry, I meant dh_clean do not remove this directory. So if package is foo, then the build process would create debian/foo and install all the files in that directory tree. Upon dh_clean it should remove debian/foo, but it doesn't. If it was called debian/tmp it seems to work, but then I

Re: Problem with temporary package build directory removal

2001-05-25 Thread Chris Danis
> On Fri, 25 May 2001, "Alwyn" == Alwyn Schoeman wrote: Alwyn> Hi, Alwyn> The debhelper specifies that the default temporary package Alwyn> building directore is debian/. This is true, but dh_make Alwyn> do not remove the directory. I do not want to do a rm -f as this Alwyn> shou

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles:debian/tmp does not exist.

2001-05-25 Thread Noel Koethe
On Fri, 25 May 2001, Alwyn Schoeman wrote: Hello, > This is actually similar to what I was experiencing. If you want to use > debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that creates > or install files Hmm, I don't want it but dh_movefiles wants debian/tmp I want to

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Alwyn Schoeman
This is actually similar to what I was experiencing. If you want to use debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that creates or install files On Friday 25 May 2001 14:24, Noel Koethe wrote: > Hello, > > this is my first package from scratch and I have a problem.:(

Re: Problem with temporary package build directory removal

2001-05-25 Thread Daniel Stone
On Fri, May 25, 2001 at 02:05:05PM +0200, Alwyn Schoeman wrote: > fakeroot debian/rules clean works! > > Is this standard way of cleaning up the build directories? Yeah, it is. It calls everything under the clean: target in debian/rules - the best way to go about things. :) d -- Daniel Ston

problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmpdoes not exist.

2001-05-25 Thread Noel Koethe
Hello, this is my first package from scratch and I have a problem.:( I read http://www.de.debian.org/doc/maint-guide/ but I have an error when I run: dpkg-buildpackage -rfakeroot ... touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_clean -k rm -f debian/s

Problem with temporary package build directory removal

2001-05-25 Thread Alwyn Schoeman
Hi, The debhelper specifies that the default temporary package building directore is debian/. This is true, but dh_make do not remove the directory. I do not want to do a rm -f as this should not be necessary. Anyone know a solution? -- ~~ Alwyn Schoeman Prism Wireless The Int

Re: Problem with temporary package build directory removal

2001-05-25 Thread Alwyn Schoeman
fakeroot debian/rules clean works! Is this standard way of cleaning up the build directories? On Friday 25 May 2001 13:26, Daniel Stone wrote: > On Fri, May 25, 2001 at 07:13:14AM -0400, Harry Henry Gebel wrote: > > On Fri, May 25, 2001 at 12:49:31PM +0200, Alwyn Schoeman wrote: > > > I'm sorr

Re: Problem with temporary package build directory removal

2001-05-25 Thread Alwyn Schoeman
Yes I do and it does create and use the package_name directory, just doesn't remove it on clean. On Friday 25 May 2001 13:13, Harry Henry Gebel wrote: > On Fri, May 25, 2001 at 12:49:31PM +0200, Alwyn Schoeman wrote: > > I'm sorry, I meant dh_clean do not remove this directory. So if > > packag

Re: Problem with temporary package build directory removal

2001-05-25 Thread Daniel Stone
On Fri, May 25, 2001 at 07:13:14AM -0400, Harry Henry Gebel wrote: > On Fri, May 25, 2001 at 12:49:31PM +0200, Alwyn Schoeman wrote: > > > I'm sorry, I meant dh_clean do not remove this directory. So if package is > > foo, then the build process would create debian/foo and install all the > > fi

Re: Problem with temporary package build directory removal

2001-05-25 Thread Harry Henry Gebel
On Fri, May 25, 2001 at 12:49:31PM +0200, Alwyn Schoeman wrote: > I'm sorry, I meant dh_clean do not remove this directory. So if package is > foo, then the build process would create debian/foo and install all the > files in that directory tree. Upon dh_clean it should remove debian/foo, > but

Re: Problem with temporary package build directory removal

2001-05-25 Thread Alwyn Schoeman
I'm sorry, I meant dh_clean do not remove this directory. So if package is foo, then the build process would create debian/foo and install all the files in that directory tree. Upon dh_clean it should remove debian/foo, but it doesn't. If it was called debian/tmp it seems to work, but then I

Re: Problem with temporary package build directory removal

2001-05-25 Thread Chris Danis
> On Fri, 25 May 2001, "Alwyn" == Alwyn Schoeman wrote: Alwyn> Hi, Alwyn> The debhelper specifies that the default temporary package Alwyn> building directore is debian/. This is true, but dh_make Alwyn> do not remove the directory. I do not want to do a rm -f as this Alwyn> sho

Problem with temporary package build directory removal

2001-05-25 Thread Alwyn Schoeman
Hi, The debhelper specifies that the default temporary package building directore is debian/. This is true, but dh_make do not remove the directory. I do not want to do a rm -f as this should not be necessary. Anyone know a solution? -- ~~ Alwyn Schoeman Prism Wireless The In