]> granicus.if.org Git - zfs/commit
Prevent dependencies on Debianized packages
authorAntonio Russo <antonio.e.russo@gmail.com>
Fri, 7 Jul 2017 17:45:17 +0000 (13:45 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Jul 2017 17:45:17 +0000 (10:45 -0700)
commitc34efbebd577644674a7cf543b3e0540c9f0fa9f
tree59733d9ef369df4f606e65eb48badb3056d6daa6
parent92e43c17188d47f47b69318e4884096dec380e36
Prevent dependencies on Debianized packages

Call dpkg-shlibdeps with arguments excluding the Debianized packages
lib{uutil1,nvpair1,zfs2,zpool2}linux from the auto-generated
dependencies of generated .debs. A shim dh_shlibdeps that calls the
real dh_shlibdeps with corresponding arguments is installed into a
temporary directory, which is in turn pre-pended to the PATH for the
alien call, working around alien's inability to directly alter the
dependencies of its output debs. Resolves #6106.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Antonio Russo <antonio.e.russo@gmail.com>
Closes #6309
Closes #6106
config/deb.am