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
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
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
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
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
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
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
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
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
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
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
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.:(
>
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
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
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
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
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
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
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
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
> 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
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
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.:(
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
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
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
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
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
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
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
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
> 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
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
33 matches
Mail list logo