dpkg-shlibdeps: error: no dependency information found for

前端 未结 8 1613
有刺的猬
有刺的猬 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

    If you want it to just ignore that flag, change the debian/rules line from:

    dh_shlibdeps
    

    to:

    dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
    

提交回复
热议问题