X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=debian%2Fchangelog;h=b8937b6f3f4383bf44d6b8b80ce3ce2fc1363b72;hp=49464d8907fcd6309d2a4ca3b610d62643370d78;hb=79edd10df4113ce3ba25161c26fd90fbf29ece48;hpb=645ccc1ae50ca1d61d0787e49798e500089db30b diff --git a/debian/changelog b/debian/changelog index 49464d89..b8937b6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,16 @@ dgit (3.9~) unstable; urgency=medium - * + Improvements: + * dgit --overwrite: Check that the overwritten version's changelog entry + is not UNRELEASED. This could easily happen if this release was being + made from a git branch which predates the previous package upload. + + Documentation: + * dgit-maint-merge(7): Get git clone url right. Closes:#852609. + * dgit-maint-merge(7): Quote sample clone commands. Closes:#852615. + + Test suite: + * overwrite-chkclog: test UNRELEASED handling. --