Control: tags -1 patch Hi,
On 19-02-2023 21:22, Paul Gevers wrote:
On Sat, 28 Jan 2023 00:51:39 +0100 Lee Garrett <[email protected]> wrote:This is already fixed in unstable, but in it's current form this will break theupgrade path from bullseye to bookworm. The fix is trivial, adding`'non-free-firmware': 60,` to CommandNotFound/db/creator.py is enough. I proposedoing a p-u to fix it.What do you think of that? Are you OK if I prepare the upload?
I have the attached debdiff ready to handle with the stable release managers.
Paul
diff --git a/CommandNotFound/db/creator.py b/CommandNotFound/db/creator.py
index 75d01f1..8f6ef70 100755
--- a/CommandNotFound/db/creator.py
+++ b/CommandNotFound/db/creator.py
@@ -20,6 +20,7 @@ component_priorities = {
'universe': 100,
'contrib': 80,
'restricted': 60,
+ 'non-free-firmware': 50,
'non-free': 40,
'multiverse': 20,
}
diff --git a/debian/changelog b/debian/changelog
index da6aa89..e82f273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+command-not-found (20.10.1-1+deb11u1) bullseye; urgency=medium
+
+ * creator.py: add new non-free-firmware component (Closes: #1029803)
+
+ -- Paul Gevers <[email protected]> Sun, 19 Feb 2023 21:45:33 +0100
+
command-not-found (20.10.1-1) unstable; urgency=medium
* Trim trailing whitespace.
OpenPGP_signature
Description: OpenPGP digital signature

