summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-11 22:28:27 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-12-11 22:28:29 +0000
commitf1f67a4dd966624578e1170959a4cc1445aeccde (patch)
tree7b42e18ca16c4e5bd7129b61ac3a244f9b329f1a
parentee3aa8c7c713e7df6078014c4935e765847a09f8 (diff)
changelog: Fix a typo "build" for "build" in the entry for 10.1
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f6970d..73b3351 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ dgit (10.2~) unstable; urgency=medium
Minor improvements:
* dgit(1): Promote push-source even more, rather than push-built.
* git-debrebase --noop-ok: support --no-noop-ok.
+ * Fix a typo "build" for "build" in the changelog entry for 10.1.
Debugging fixes and internal changes:
* dgit: Fix a direct use of chdir, should be changedir
@@ -30,7 +31,7 @@ dgit (10.2~) unstable; urgency=medium
dgit (10.1) unstable; urgency=medium
Bugfixes to dgit:
- * dgit push-build: Populate the split brain cache if necessary
+ * dgit push-built: Populate the split brain cache if necessary
Closes:#1019454. [Report from Simon McVittie]
Bugfixes to git-debrebase [reports from David Bremner]: