vcswatch reports that
this package seems to have a new changelog entry (version
14.11~, distribution
unstable) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 009f4f6bc646b30e9b4700cea38973b55d87b4fc
Merge: 8a6aa884 682eb5fd
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Mon Mar 2 12:48:04 2026 +0000
Merge branch 'pass-deliberatelies' into 'main'
Support --deliberately in tag2upload
See merge request dgit-team/dgit!427
commit 682eb5fda91f39b3ab73ac6cd03ada88c7044f54
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Mon Mar 2 12:08:27 2026 +0000
git-debpush: Fix "e.g." punctuation
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
commit 4681497b9b1b1378a04fa4368a83d0927e46a91b
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Mar 1 21:59:36 2026 +0000
git-debpush(1): Drop a comma
As per
https://salsa.debian.org/dgit-team/dgit/-/merge_requests/427#note_730140
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit 22497178914c98ca33f0120113e427b956856b9a
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Mar 1 21:58:39 2026 +0000
git-debpush: Adjust script style
As per
https://salsa.debian.org/dgit-team/dgit/-/merge_requests/427#note_730138
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit 7f1145072235e0f740e19c2c6d001cb4a7dc7cdb
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Mar 1 21:57:58 2026 +0000
git-debpush: Shorten check message for unknown deliberately
Almost exactly as per
https://salsa.debian.org/dgit-team/dgit/-/merge_requests/427#note_730137
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit c2a2a0b06cba495e6a117cb206ef0b30c7a71d51
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Mar 1 21:55:48 2026 +0000
git-debpush: Use a tab in the usage message
As per
https://salsa.debian.org/dgit-team/dgit/-/merge_requests/427#note_730136
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit b93def987e0c61385005317fd10255b7351801cc
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Sun Mar 1 22:01:14 2026 +0000
git-debpush(1): Reword --deliberately doc
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit 8a6aa8846d20c9f5ef20072cc3830aaed947abc8
Merge: 4969f92e 355b7e2e
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Mar 1 17:22:40 2026 +0000
Merge branch 'changelog' into 'main'
changelog: Start 14.11
See merge request dgit-team/dgit!436
commit 355b7e2e91d6df784e40afbf82ddc33537d083cc
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Mar 1 16:46:45 2026 +0000
changelog: Start 14.11
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit 468e0d574795591fb4a26306bd5f57fe418025ee
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Feb 22 00:29:37 2026 +0000
tests: t2u-integration: Test --deliberately plumbing
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit f952ac898ab92c167b10d797bcc4f2e7e3e0c737
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Feb 22 00:02:01 2026 +0000
git-debpush: Support --deliberately
With this, a --deliberately option passed to git-debpush is:
* Checked for legal syntax (fail if not)
* Checked for being known (interactive check)
* Encoded in the DEP-14 tag
* Ignored by t2usm (t2u-integration test to follow)
* Parsed out of the DEP-14 tag by d-r-s t2u, checking legal syntax
* Turned into a dgit command line option by d-r-s
* Parsed out of the command line and checked for legal syntax by dgit rpush
* Forwarded to the dgit rpush responder as a command line option
* Parsed out of the command line and checked for legal syntax by the dgit rpush responder
* Possibly influences the behaviour of the dgit rpush responder (eg taint precheck)
* Encoded in the archive/ tag
* Signed (archive/ tag) by the pdgit rpush initator
* Sent with the DEP-14 tag to dgit-repos by dgit rpush responder
* Parsed out of the tag by d-r-s on gideon
* Acted upon!
There is no --untaint-history alias yet.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>