diff options
-rwxr-xr-x | apt-panopticon.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 019da1d..4861fa0 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -43,15 +43,14 @@ local notExist = | |||
43 | local referenceDebs = | 43 | local referenceDebs = |
44 | { | 44 | { |
45 | -- Debian package. | 45 | -- Debian package. |
46 | "merged/pool/DEBIAN/main/d/dash/dash_0.5.8-2.4_amd64.deb", | 46 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2019.09.24_all.deb", |
47 | -- Debian security package. NOTE this one should always be redirected? | 47 | -- Debian security package. NOTE this one should always be redirected? |
48 | "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.4.9_amd64.deb", | 48 | "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.4.9_amd64.deb", |
49 | } | 49 | } |
50 | local referenceDevs = | 50 | local referenceDevs = |
51 | { | 51 | { |
52 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. | 52 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. |
53 | "merged/pool/DEVUAN/main/d/desktop-base/desktop-base_3.0_all.deb", | 53 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2017.10.03_all.deb", |
54 | "merged/pool/DEVUAN/main/u/util-linux/util-linux_2.32.1-0.1+devuan2.1_amd64.deb", | ||
55 | } | 54 | } |
56 | 55 | ||
57 | local curlStatus = | 56 | local curlStatus = |