]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Override dh_shlibdeps warnings.
authorDarik Horn <dajhorn@vanadac.com>
Tue, 26 Jul 2011 03:22:26 +0000 (22:22 -0500)
committerDarik Horn <dajhorn@vanadac.com>
Tue, 26 Jul 2011 04:36:11 +0000 (23:36 -0500)
commit9b360ccfaff22f2083dfba002a5a26740e106e6b
tree9721e91aef3faa2cc4107fa5977cb801e7d11a48
parentb94fb906930bff5cee0cf686fdaae2de58a87d6b
Override dh_shlibdeps warnings.

The default dh_shlibdeps rule emits hundreds of these warnings:

* symbol $sym used by $binary found in none of the libraries.

* dependency on $library could be avoided if $binaries were not
  uselessly linked against it (they use none of its symbols).

Disable these warnings through a dpkg-dhlibddeps parameter
because they are scary, spurious, and too noisy to be helpful.

Satisfying these warnings is difficult because a cmd/ utility can
depend on a library, and both can depend on another library, which
seems to be a corner case for the dependency generator.
debian/rules