]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: reconstruct: Work around orig tarball packaging limitiations
authorTim Gardner <tim.gardner@canonical.com>
Tue, 8 Mar 2016 22:08:31 +0000 (15:08 -0700)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 6 Apr 2016 09:26:11 +0000 (10:26 +0100)
The diff cannot represent when files are moved.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
debian.master/reconstruct

index a3825fef6bd1014059ef1819e660aa0ecd119574..4afe6b119c92d4f0a7ffd241da14bba52076e4e3 100644 (file)
 [ ! -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