Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#126 closed defect (fixed)

"debian/rules binary" ends up with some warnings

Reported by: xgl99@… Owned by: diego@…
Priority: normal Component: core
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

the building process goes well but with some warnings near the end.
I think there is something(should be libdha) to notice.

dh_installmenu
dh_installmime
dh_installinfo
dh_installchangelogs
#ChangeLog
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_perl
dh_shlibdeps
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package mplayer' in ../mplayer_1.0cvs_i386.deb'.

Change History (3)

comment:1 by mplayer@…, 19 years ago

I think a dh_makeshlibs should be added, also the path of libs should be passed
to dh_shlibdeps with -l flag

comment:2 by diego@…, 19 years ago

Owner: changed from alex@… to diego@…

comment:3 by diego@…, 19 years ago

Resolution: fixed
Status: newclosed

dh_makeshlibs has been added to debian/rules. This should fix the problem.

Note: See TracTickets for help on using tickets.