openzfs / spl

A shim layer which adds the core interfaces required for OpenZFS.
https://zfsonlinux.org/
GNU General Public License v2.0
281 stars 180 forks source link

Prevent calls to dh_shlibdeps #625

Closed aerusso closed 7 years ago

aerusso commented 7 years ago

This patch addresses zfsonlinux/zfs#6106 and is the companion to ZFS patch zfsonlinux/zfs#6309.

This patch is not strictly necessary, because that issue only affects .deb packages built by the ZFS package. See the other pull request for additional details.

aerusso commented 7 years ago

Per the discussion in zfsonlinux/zfs#6309, exclusions can be passed directly to dh_shlibdeps, rather than a wholesale avoiding of the call. Since no such exclusions are needed with the SPL packaging, no change is required. Please disregard this pull request.