# HG changeset patch # User siretart # Date 1287414017 0 # Node ID 0b221d9da48e30e9c04bb7045cec4f0db5a8b5f5 # Parent ad555020354801fa8920a0d2200518e59f5fd878 don't fail debian package build if not all shlibdeps information could be retrieved This step fails if the binary NVidia are installed. Patch by: Nick Koretsky diff -r ad5550203548 -r 0b221d9da48e debian/rules --- a/debian/rules Sun Oct 17 17:41:05 2010 +0000 +++ b/debian/rules Mon Oct 18 15:00:17 2010 +0000 @@ -175,7 +175,7 @@ dh_fixperms -a dh_makeshlibs -a dh_installdeb - dh_shlibdeps + dh_shlibdeps -- --ignore-missing-info dh_gencontrol dh_md5sums dh_builddeb