Am Dienstag, 8. August 2006 12:49 schrieb Marc Haber:
> On Wed, Aug 02, 2006 at 11:17:16PM +0200, Peter Eisentraut wrote:
> > Marc Haber wrote:
> > > Just for clarity: "overriding DEB_DESTDIR" would be to say
> > > "DEB_DESTDIR:=debian/tmp" in debian/rules?
> >
> > Yes.
>
> First, I tried DEB_DESTDIR:=debian/tmp.

Sorry, I didn't think all the way.  You need to set

DEB_DESTDIR = $(CURDIR)/debian/ksynaptics

$(CURDIR)/debian/tmp would be setting if you don't write this.  (Your missing 
binaries are still in the debian/tmp directory.)

> $(pwd)/debian/tmp expands to /debian/tmp

$(pwd) does not have a special meaning in make.

> > You can probably just write * in there.
>
> That one results in
>
> |dh_install -pksynaptics
> |cp: cannot copy a directory, `./debian', into itself,
> | `debian/ksynaptics/debian/tmp/debian'

Probably debian/tmp/* then, or you need to give a --sourcedir option to 
dh_install.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to