File: use-contents.patch

package info (click to toggle)
command-not-found 23.04.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: python: 1,008; sh: 29; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Julian Andres Klode <jak@debian.org>
Date: Fri, 20 Jan 2023 15:05:13 +0100
Subject: Use Contents files to get package names

---
 data/50command-not-found | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/50command-not-found b/data/50command-not-found
index 320662b..0a02f59 100644
--- a/data/50command-not-found
+++ b/data/50command-not-found
@@ -7,6 +7,7 @@ Acquire::IndexTargets {
         MetaKey "$(COMPONENT)/cnf/Commands-$(NATIVE_ARCHITECTURE)";
         ShortDescription "Commands-$(NATIVE_ARCHITECTURE)";
         Description "$(RELEASE)/$(COMPONENT) $(NATIVE_ARCHITECTURE) c-n-f Metadata";
+        DefaultEnabled "no";
     };
 };