From 1f7b9876c5641666901f40888eb8a975449569c1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 20 Dec 2016 21:14:48 +0000 Subject: quilt fixup: Permit creation of patches which delete files By psssing --include-removal to dpkg-source, and tolerating it when we do our quilt fixup analysis. dpkg-source has supported this since at least stretch. Closes:#848901. Signed-off-by: Ian Jackson --- tests/tests/unrepresentable | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/tests') diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable index 88a6972..9dd2111 100755 --- a/tests/tests/unrepresentable +++ b/tests/tests/unrepresentable @@ -30,9 +30,10 @@ badly-1 symlink 'not a plain file' git add symlink badly-2 -badly-1 src.c deleted +start git rm src.c -badly-2 + git commit -m deleted +attempt badly-1 src.c 'mode changed' chmod +x src.c -- cgit v1.2.3