summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-02-04 16:56:35 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-02-04 16:56:35 +0000
commitee4d0c7c3eb670a82c76490f3896120e1b2b1a98 (patch)
tree97606635e40985fc0e2e2aa90643afa4eb6dab9d
parent971110a3ce6c81e5d916dbdfe5c2d9cf784cf9e3 (diff)
changelog: finalise 10.6debian/10.6archive/debian/10.6
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog27
1 files changed, 22 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index c5841f4..70b0f3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,25 @@
-dgit (10.6~) unstable; urgency=medium
-
- *
-
- --
+dgit (10.6) unstable; urgency=medium
+
+ Bugfix for handling some source packages:
+ * dgit: dsc import: Launder the series file before feeding it to gbp,
+ (in absurd git-apply mode) in case it contains strange things.
+ Closes: #1030093. [Report from Peter Green]
+
+ Minor improvements to git-debrebase:
+ * git-debrebase(1): Add imprecation to call conclude or prepush, at top
+ * git-debrebase(1): Remove launder-v0 from documentation
+ * git-debrebase status: Print upstream commitid
+
+ Supporting chnages:
+ * dgit: Fix confusing appending of gbp-pq-output in innards.
+ (Conceivably this might fix wrong messages in very unusual situations.)
+ * dgit: Fix a call to die to be confess, if an unexpected copy fails.
+ * tests: Bail on seeing "internal-only" commits, which should be invisible.
+ * tests: Test laundering of a deranged series file (with a form feed).
+ * dgit-ssh-dispatch: Apply perllib_local to policy hook, fixing a test
+ suite bug where the wrong Dgit.pm might be used.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 04 Feb 2023 16:56:30 +0000
dgit (10.5) unstable; urgency=medium