summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-06-15 00:53:26 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-06-15 00:55:11 +0100
commitd652ad7bad65d504606efd9302bbfc68d1875666 (patch)
tree36a3731d2a57b2b0b0dcb48ce5286c211b124ff0
parent9364f9bc82636734802e72d5c9e7287652e9b413 (diff)
changelog: finalise 11.0debian/11.0archive/debian/11.0
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog22
1 files changed, 13 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 73944bb..8332339 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,22 +1,26 @@
-dgit (10.8~) unstable; urgency=medium
-
- * Abolish dgit-badcommit-fixup (the remedial script for #849041).
- If ancient repositories are found which need fixing, install
- dgit.deb 10.7 or earlier (eg from Debian bookworm and earlier).
-
- * Tests: work around git changes in 2.40 relating to commit verification.
- Skipping tests involving now-uncreatable objects. Closes: #1033503.
+dgit (11.0) unstable; urgency=medium
+ Bugfix with compatibility implications:
* Pass --no-source-only-changes to sbuild (when building binaries).
Fixes operation with SOURCE_ONLY_CHANGES locally overridden.
(Incompatible with sbuild <0.78; to work around, say
dgit --sbuild!:--no-source-only-changes.).
[Report from Sean Whitton] Closes: #904969.
+ Documentation:
* dgit-maint-{merge,rebase}(7): Cross-reference to gitrevisions(7).
[Sean Whitton, Ian Jackson] Closes: #959760.
- --
+ Removal:
+ * Abolish dgit-badcommit-fixup (the remedial script for #849041).
+ If ancient repositories are found which need fixing, install
+ dgit.deb 10.7 or earlier (eg from Debian bookworm and earlier).
+
+ Testing;
+ * Tests: work around git changes in 2.40 relating to commit verification.
+ Skipping tests involving now-uncreatable objects. Closes: #1033503.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 15 Jun 2023 00:53:22 +0100
dgit (10.7) unstable; urgency=medium