Commit 8e70b83b authored by Tim Gardner's avatar Tim Gardner

UBUNTU: reconstruct: Work around orig tarball packaging limitiations

The diff cannot represent when files are moved.
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 735bc7c6
......@@ -17,4 +17,20 @@
[ ! -L zfs/scripts/zpios-test/medium.sh ] && (cd zfs/scripts/zpios-test; ln -sf 16th-8192rc-4rs-1cs-4off.sh medium.sh)
[ ! -L zfs/scripts/zpios-test/small.sh ] && (cd zfs/scripts/zpios-test; ln -sf 4th-1024rc-4rs-1cs-4off.sh small.sh)
[ ! -L zfs/scripts/zpios-test/tiny.sh ] && (cd zfs/scripts/zpios-test; ln -sf 1th-16rc-4rs-1cs-4off.sh tiny.sh)
#
# Fix 'dpkg-source: warning: ignoring deletion of file, use --include-removal'
#
rm -f drivers/gpu/drm/amd/amdgpu/smu7_fusion.h
rm -f drivers/gpu/drm/amd/amdgpu/fiji_ppsmc.h
rm -f drivers/gpu/drm/amd/amdgpu/smu8_fusion.h
rm -f drivers/gpu/drm/amd/amdgpu/tonga_ppsmc.h
rm -f drivers/gpu/drm/amd/amdgpu/smu7.h
rm -f drivers/gpu/drm/amd/amdgpu/cz_ppsmc.h
rm -f drivers/gpu/drm/amd/amdgpu/fiji_smumgr.h
rm -f drivers/gpu/drm/amd/amdgpu/smu_ucode_xfer_cz.h
rm -f drivers/gpu/drm/amd/amdgpu/smu8.h
rm -f drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.h
rm -f drivers/gpu/drm/amd/amdgpu/tonga_smumgr.h
rm -f drivers/gpu/drm/amd/amdgpu/smu7_discrete.h
exit 0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment