maybe chmod 0644 'apt/apt.conf.d/20packagekit'
maybe chmod 0644 'apt/apt.conf.d/20snapd.conf'
maybe chmod 0644 'apt/apt.conf.d/50appstream'
+maybe chmod 0644 'apt/apt.conf.d/50apt-file.conf'
maybe chmod 0644 'apt/apt.conf.d/50command-not-found'
maybe chmod 0644 'apt/apt.conf.d/60icons'
maybe chmod 0644 'apt/apt.conf.d/70debconf'
--- /dev/null
+## This file is provided by apt-file(1) to download Contents
+## files, which is used by apt-file for searching.
+
+Acquire::IndexTargets {
+ deb::Contents-deb {
+ MetaKey "$(COMPONENT)/Contents-$(ARCHITECTURE)";
+ ShortDescription "Contents-$(ARCHITECTURE)";
+ Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (deb)";
+
+ flatMetaKey "Contents-$(ARCHITECTURE)";
+ flatDescription "$(RELEASE) Contents (deb)";
+ PDiffs "true";
+ KeepCompressed "true";
+ };
+
+ # Download Contents for source files if there is a deb-src
+ # line
+ deb-src::Contents-dsc {
+ MetaKey "$(COMPONENT)/Contents-source";
+ ShortDescription "Contents-source";
+ Description "$(RELEASE)/$(COMPONENT) source Contents (dsc)";
+
+ flatMetaKey "Contents-source";
+ flatDescription "$(RELEASE) Contents (dsc)";
+ PDiffs "true";
+ KeepCompressed "true";
+ DefaultEnabled "false";
+ };
+
+ # Configuration for downloading Contents files for
+ # debian-installer packages (udebs).
+ deb::Contents-udeb {
+ MetaKey "$(COMPONENT)/Contents-udeb-$(ARCHITECTURE)";
+ ShortDescription "Contents-udeb-$(ARCHITECTURE)";
+ Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (udeb)";
+
+ flatMetaKey "Contents-udeb-$(ARCHITECTURE)";
+ flatDescription "$(RELEASE) Contents (udeb)";
+ KeepCompressed "true";
+ PDiffs "true";
+ DefaultEnabled "false";
+ };
+ ### FALLBACKS
+ deb::Contents-deb-legacy {
+ MetaKey "Contents-$(ARCHITECTURE)";
+ ShortDescription "Contents-$(ARCHITECTURE)";
+ Description "$(RELEASE) $(ARCHITECTURE) Contents (deb)";
+
+ PDiffs "true";
+ KeepCompressed "true";
+ Fallback-Of "Contents-deb";
+ Identifier "Contents-deb";
+ };
+};
+Dir::Etc::apt-file-main "apt-file.conf";
+# Default for -I/--index-names (comma-separated)
+apt-file::Index-Names "deb";
+# Set to true, if you are working with Contents files generated by
+# older versions of dak or reprepro (<< 5.2.0-1~) that includes a
+# descriptive header.
+apt-file::Parser::Check-For-Description-Header "false";