X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=0ee5f1a3c03a2c63f0775f76b1b31b25fa0fa2f3;hb=91bb308ffe3d905861ab698f673162801b0e0887;hp=9d8b21447d7e77684476e91404e1a94869a4b4b2;hpb=185907d9a5936f4cf280372b817e5ecbf7df0a89;p=dgit.git diff --git a/debian/changelog b/debian/changelog index 9d8b2144..0ee5f1a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,18 @@ 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. + * Improve "cannot represent change" message: print the git old and new + modes too. + * Import fix: Switch back to unpa branch on patch import iterations. + In particular, do not fail utterly if dpkg-source and gbp disagree. + Closes:#848843. + * dgit-maint-gbp(7): Remove reference to closed bug. [Sean Whitton] + Closes:#848725. + * dgit-sponsorship(7): Update in light of fixed #844129. + [Sean Whitton] Closes:#848789. --