From 934524a7a8f9fbcd193f0b21bac392e9444912e4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Oct 2016 01:10:26 +0100 Subject: [PATCH] Quilt admin commits: Provide [dgit ...] in all of them With the version number, in general. (These are used during quiltification of the user's branch, not during import, so they don't need to be stable.) Signed-off-by: Ian Jackson --- debian/changelog | 2 ++ dgit | 18 +++++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1ad499d7..61b7765b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,8 @@ dgit (1.5~~) unstable; urgency=medium * When generating quilt patches from git commits, make patches that look quite like git-format-patch output (rather than strange things based on an obselete interpretation of DEP-3). + * Several dgit-generated commits now have slightly better annotations + from dgit about what it was doing. Infrastructure: * Better error handling in dgit-repos-policy-debian. diff --git a/dgit b/dgit index 4b593fce..8d13d15a 100755 --- a/dgit +++ b/dgit @@ -2630,7 +2630,11 @@ sub commit_quilty_patch () { } my @adds = map { s/[][*?\\]/\\$&/g; $_; } sort keys %adds; runcmd_ordryrun_local @git, qw(add -f), @adds; - commit_admin "Commit Debian 3.0 (quilt) metadata"; + commit_admin <