[MPlayer-dev-eng] [PATCH] proposed fix for bug#126 (RFC)
C.Y.M
cym at syphir.sytes.net
Wed Oct 26 02:12:50 CEST 2005
Paul TT wrote:
> to not get all those annoying messages about
> "dpkg-shlibdeps: warning: unable to find dependency information for
> shared library libdha (soname 1.0, path /usr/lib/libdha.so.1.0,
> dependency field Depends)"
> in build of .deb package, it should be added a line which execute
> dh_makeshlibs.
> this makes post installation script to run ldconfig after installation,
> and since libdha is a sh lib, i think it should be better....
>
> why is it commented????
> what is the problem about uncomment it?
>
You may want to also consider doing this:
@@ -72,7 +81,7 @@
dh_makeshlibs
dh_installdeb
dh_perl
- dh_shlibdeps
+ dh_shlibdeps -L $(package) -l $(prefix)/usr/lib
dh_gencontrol
dh_md5sums
dh_builddeb
Best Regards,
More information about the MPlayer-dev-eng
mailing list