[MPlayer-dev-eng] [PATCH] proposed fix for bug#126 (RFC)

Diego Biurrun diego at biurrun.de
Wed Nov 2 23:37:20 CET 2005


On Tue, Oct 25, 2005 at 05:12:50PM -0700, C.Y.M wrote:
> 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....
> 
> 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

Why?

Diego




More information about the MPlayer-dev-eng mailing list