diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:14:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:14:41 +0000 |
commit | 549a391d6438e828001eeeaf235b080c054a7bf3 (patch) | |
tree | 1bb6b1ea5987fa167a1d13abe82209cc882dd94b /vendor/debian/apt-vendor.ent | |
parent | Initial commit. (diff) | |
download | apt-upstream.tar.xz apt-upstream.zip |
Adding upstream version 2.2.4.upstream/2.2.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/debian/apt-vendor.ent')
-rw-r--r-- | vendor/debian/apt-vendor.ent | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/debian/apt-vendor.ent b/vendor/debian/apt-vendor.ent new file mode 100644 index 0000000..9044f4b --- /dev/null +++ b/vendor/debian/apt-vendor.ent @@ -0,0 +1,19 @@ +<!-- details about the keys used by the distribution --> +<!ENTITY keyring-distro "Debian"> +<!ENTITY keyring-package "<package>debian-archive-keyring</package>"> +<!ENTITY keyring-filename ""> +<!ENTITY keyring-removed-filename ""> +<!ENTITY keyring-master-filename ""> +<!ENTITY keyring-uri ""> + +<!ENTITY sourceslist-list-format "deb http://deb.debian.org/debian &debian-stable-codename; main contrib non-free +deb http://security.debian.org &debian-stable-codename;-security main contrib non-free"> +<!ENTITY sourceslist-sources-format "Types: deb +URIs: http://deb.debian.org/debian +Suites: &debian-stable-codename; +Components: main contrib non-free + +Types: deb +URIs: http://security.debian.org +Suites: &debian-stable-codename;-security +Components: main contrib non-free"> |