summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-12-20 21:14:48 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-12-20 21:37:56 +0000
commit1f7b9876c5641666901f40888eb8a975449569c1 (patch)
tree706fdf658bdce60e51533a2ce7d004b57a674f9e /debian
parent185907d9a5936f4cf280372b817e5ecbf7df0a89 (diff)
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 <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9d8b214..64ed65c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
dgit (2.13~) unstable; urgency=medium
- *
+ * 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.
--