dpkg-shlibdeps: error: no dependency information found for

前端 未结 8 1621
有刺的猬
有刺的猬 2020-12-13 09:05

I\'m compiling a deb package and when I run dpkg-buildpackage I get:

dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/libopencv_high         


        
8条回答
  •  再見小時候
    2020-12-13 09:17

    dpkg-buildpackage uses make to process debian/rules. in this process, dpkg-buildpackage it might call dpkg-shlibdeps.

    thus, the proper way to pass modify a part of the package building process is to edit debian/rules. it's hard to give you any more hints, without seeing the actual debian/rules.

提交回复
热议问题