diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:59 +0000 |
commit | 4619c1a0ffc127c8f645077f5c322663d8b9b2b3 (patch) | |
tree | 070869da410d51f1e532cfb680e493ef847523c7 /debian/symbols.apt.conf | |
parent | Adding upstream version 86.0.1. (diff) | |
download | firefox-d4317c726e2f697875583fcca5118622f97afd12.tar.xz firefox-d4317c726e2f697875583fcca5118622f97afd12.zip |
Adding debian version 86.0.1-1.debian/86.0.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/symbols.apt.conf')
-rw-r--r-- | debian/symbols.apt.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/symbols.apt.conf b/debian/symbols.apt.conf new file mode 100644 index 0000000000..17f0a8b087 --- /dev/null +++ b/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"; |