Mercurial > mplayer.hg
comparison debian/rules @ 32425:0b221d9da48e
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>
author | siretart |
---|---|
date | Mon, 18 Oct 2010 15:00:17 +0000 |
parents | 32eb0475a2d2 |
children | 1ab876dcf5d6 |
comparison
equal
deleted
inserted
replaced
32424:ad5550203548 | 32425:0b221d9da48e |
---|---|
173 dh_link | 173 dh_link |
174 dh_compress -a | 174 dh_compress -a |
175 dh_fixperms -a | 175 dh_fixperms -a |
176 dh_makeshlibs -a | 176 dh_makeshlibs -a |
177 dh_installdeb | 177 dh_installdeb |
178 dh_shlibdeps | 178 dh_shlibdeps -- --ignore-missing-info |
179 dh_gencontrol | 179 dh_gencontrol |
180 dh_md5sums | 180 dh_md5sums |
181 dh_builddeb | 181 dh_builddeb |
182 | 182 |
183 binary: binary-indep binary-arch | 183 binary: binary-indep binary-arch |