I was using debdiff to generate patches for a security upload, as I
often do, and noticed that the patch to debian/changelog was buried
in the middle of the code changes. When reading such patches, it's
nice to see the summary in the form of the changelog diff first, so
I manually reordered it.
It would be cool if debdiff could do this automatically somehow,
rewriting the generated diff so that any diff to debian/changelog is
presented first. (Possibly not by default but only with another
option, since it would mean not streaming the output.)
--- /etc/devscripts.conf ---
--- ~/.devscripts ---
DEBCHANGE_RELEASE_HEURISTIC=changelog
DEBCOMMIT_STRIP_MESSAGE=no