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

Re: library files are not included in the .deb files



kamaraju kusumanchi <raju.mailinglists@gmail.com> wrote:

> $tree fortranposix-0.1/debian/tmp/
> fortranposix-0.1/debian/tmp/
> `-- usr
>     `-- lib
>         |-- libfortranposix.a
>         `-- libfortranposix.so.0.0.0
>
> 2 directories, 2 files

It seems you are using a debhelper compatibility level (see
debhelper(1)) strictly greater than 1, which is good. In this case, you
should install your stuff into debian/<binary package name> instead of
debian/tmp if you want it to end up in a package.

Didn't you wonder why your .deb file contained quite a few files that
your build procedure does *not* put in debian/tmp?

-- 
Florent



Reply to: