[MPlayer-cvslog] r32511 - trunk/debian/rules
siretart
subversion at mplayerhq.hu
Mon Oct 18 17:00:17 CEST 2010
Author: siretart
Date: Mon Oct 18 17:00:17 2010
New Revision: 32511
Log:
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 <nick_koretsky at ukr dot net>
Modified:
trunk/debian/rules
Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules Sun Oct 17 19:41:05 2010 (r32510)
+++ trunk/debian/rules Mon Oct 18 17:00:17 2010 (r32511)
@@ -175,7 +175,7 @@ binary-arch: install-arch
dh_fixperms -a
dh_makeshlibs -a
dh_installdeb
- dh_shlibdeps
+ dh_shlibdeps -- --ignore-missing-info
dh_gencontrol
dh_md5sums
dh_builddeb
More information about the MPlayer-cvslog
mailing list