kamaraju kusumanchi <[EMAIL PROTECTED]> 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

