[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: packaging my first library, error from dpkg-buildpackage



Werner Heuser <Werner.Heuser@web.de> wrote:
> I'm just trying to package my first library. First I have compiled
> the package to test it. Than again unpacked it and done
> a `dh_make'. Checked the Makefike, edited 
> the Debian config files and than `dpkg-buildpackage -rfakeroot'. 
> Now I got an error, which I don't understand:

> # Add here commands to install the package into debian/tmp
> /usr/bin/make install DESTDIR="/usr/src/libkemo-m104-1/debian/tmp"
                                 ^^^^^^^^^^^^^^^^^^^
I assume that is the expansion of your something like
${MAKE} install DESTDIR="`pwd`/debian/tmp"
in debian/rules, you should use `pwd`/debian/tmp/usr!
[...]

If this answer is not sufficient, please ask on debian-mentors.
             cu andreas


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: