Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

debuild: no dependency information found

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
ptz
Posts: 8
Joined: 2018-07-11 11:05

debuild: no dependency information found

#1 Post by ptz »

I am trying to package my source into a deb package. When I run `debuild -us -uc` I get an error: "dpkg-shlibdeps: error: no dependency information found for libsomething.so". Libsomething was originally installed manually after compiling from source, but I now reinstalled it via checkinstall. Where do I look/read to solve this? Currently, my debian/control has "Depends: ${shlibs:Depends}, ${misc:Depends}". I know I can force dpkg-shlibdeps to ignore this error, but I assume that would result in my package not containing any info about libsomething, which is undesired.

Post Reply