summaryrefslogtreecommitdiff
path: root/librewolf/debian/symbols.apt.conf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-05 16:21:31 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-05 16:21:31 -0500
commit826a2e7f8c7786acb3b5d2217f19814f314289ab (patch)
tree9c1b67262b407684d8874fc9f525042c90d88207 /librewolf/debian/symbols.apt.conf
parentcheck gcc ver instead of fedora ver (diff)
downloadstackrpms-826a2e7f8c7786acb3b5d2217f19814f314289ab.tar.gz
stackrpms-826a2e7f8c7786acb3b5d2217f19814f314289ab.tar.bz2
stackrpms-826a2e7f8c7786acb3b5d2217f19814f314289ab.zip
add initial lw d/ contents
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