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

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




make[1]: Leaving directory `/home/rajulocal/practice/fortranposix-0.1'
dh_testdir
dh_testroot
dh_installchangelogs CHANGES
dh_installdocs
dh_installexamples
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums
dh_builddeb
dpkg-deb: building package `libfortranposix0-dev' in `../libfortranposix0-dev_0.1-1_i386.deb'.
dpkg-deb: building package `libfortranposix0' in `../libfortranposix0_0.1-1_i386.deb'.
signfile fortranposix_0.1-1.dsc
can't see dh_install in the above list, might be the problem?
Could you eventually put your debian/* scrips somewhere to give them a
look?


I have added dh_install in the binary-arch: stanza of the rules files. Still the library files are not included in the .deb files.

Try:

dh_install --sourcedir=debian/tmp

in the rules file.

Steve

That did the trick. Now, the library files are included in the .deb files.

thanks
raju




Reply to: