summaryrefslogtreecommitdiff
path: root/librewolf/debian/symbols.apt.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-04-16 16:51:25 +0000
committerB. Stack <bgstack15@gmail.com>2022-04-16 16:51:25 +0000
commit4aa31a2f1a060439447f8de3b1674b6e0524c7e2 (patch)
treec6028dac4de4e3be8bfb49223ac931303e6c57d2 /librewolf/debian/symbols.apt.conf
parentMerge branch 'veracrypt-bump' into 'master' (diff)
parentlw 98.0 stackrpms rc1 (diff)
downloadstackrpms-4aa31a2f1a060439447f8de3b1674b6e0524c7e2.tar.gz
stackrpms-4aa31a2f1a060439447f8de3b1674b6e0524c7e2.tar.bz2
stackrpms-4aa31a2f1a060439447f8de3b1674b6e0524c7e2.zip
Merge branch 'librewolf-bump' into 'master'
librewolf 98 See merge request bgstack15/stackrpms!293
Diffstat (limited to 'librewolf/debian/symbols.apt.conf')
-rw-r--r--librewolf/debian/symbols.apt.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/librewolf/debian/symbols.apt.conf b/librewolf/debian/symbols.apt.conf
new file mode 100644
index 0000000..17f0a8b
--- /dev/null
+++ b/librewolf/debian/symbols.apt.conf
@@ -0,0 +1,9 @@
+Dir::Cache "./apt-tmp/cache";
+Dir::State "./apt-tmp/lists";
+Dir::Etc "./apt-tmp/config";
+Dir::Etc::SourceList "./debian/symbols.sources.list";
+Dir::State::status "./apt-tmp/dpkg/status";
+Dir::Etc::trusted "/etc/apt/trusted.gpg";
+Dir::Etc::trustedparts "/etc/apt/trusted.gpg.d";
+DPkg::Options { "--admindir=./apt-tmp/dpkg"; }
+Acquire::Check-Valid-Until "false";
bgstack15