#126 closed defect (fixed)
"debian/rules binary" ends up with some warnings
Reported by: | Owned by: | ||
---|---|---|---|
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 , 20 years ago
comment:2 by , 19 years ago
Owner: | changed from | to
---|
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
dh_makeshlibs has been added to debian/rules. This should fix the problem.
I think a dh_makeshlibs should be added, also the path of libs should be passed
to dh_shlibdeps with -l flag