|
# File: /etc/apt/apt.preferences.d/52apt-file-stackrpms.conf
|
|
# Part of support devuan scripts
|
|
# This enables the flat apt repos in internal to be supported by apt-file
|
|
Acquire::IndexTargets {
|
|
deb::Contents-stackrpms {
|
|
MetaKey "Contents-$(ARCHITECTURE)";
|
|
ShortDescription "Contents-$(ARCHITECTURE)";
|
|
Description "$(RELEASE) $(ARCHITECTURE) Contents (deb)";
|
|
|
|
flatMetaKey "Contents-$(ARCHITECTURE)";
|
|
flatDescription "$(RELEASE) Contents (deb)";
|
|
PDiffs "true";
|
|
KeepCompressed "true";
|
|
DefaultEnabled "false";
|
|
Identifier "Contents-deb";
|
|
};
|
|
};
|