Package: findutils
Version: 4.9.0-4
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu mantic ubuntu-patch
The command-not-found extractor allows to ignore a command
https://git.launchpad.net/~mvo/command-not-found-extractor/tree/README.md#n27
In Ubuntu
https://launchpad.net/ubuntu/+source/findutils/4.6.0+git+20190209-2ubuntu1
this change was added
* debian/control: add locate to XB-Cnf-Ignore-Commands so it is ignored by
command-not-found as mlocate provides the preferred locate command for
most users.
Is that something Debian would perhaps be interested in also doing?
diff -Nru findutils-4.9.0/debian/changelog findutils-4.9.0/debian/changelog
--- findutils-4.9.0/debian/changelog 2023-01-08 19:07:53.000000000 +0100
+++ findutils-4.9.0/debian/changelog 2023-05-23 09:27:32.000000000 +0200
@@ -1,3 +1,11 @@
+findutils (4.9.0-5) UNRELEASED; urgency=medium
+
+ * debian/control: add locate to XB-Cnf-Ignore-Commands so it is ignored by
+ command-not-found as plocate provides the preferred locate command for
+ most users.
+
+ -- Sebastien Bacher <[email protected]> Tue, 23 May 2023 10:57:56 +0200
+
findutils (4.9.0-4) unstable; urgency=medium
* Ship machine-readable copyright generated by cme and cleaned up with
diff -Nru findutils-4.9.0/debian/control findutils-4.9.0/debian/control
--- findutils-4.9.0/debian/control 2022-02-24 09:22:34.000000000 +0100
+++ findutils-4.9.0/debian/control 2023-05-23 09:27:32.000000000 +0200
@@ -54,3 +55,4 @@
Description: maintain and query an index of a directory tree
updatedb generates an index of files and directories. GNU locate can be used
to quickly query this index.
+XB-Cnf-Ignore-Commands: locate