diff options
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/README | 8 | ||||
-rw-r--r-- | vendor/blankon/apt-vendor.ent | 9 | ||||
-rw-r--r-- | vendor/debian/apt-vendor.ent | 12 | ||||
-rw-r--r-- | vendor/debian/sources.list.in | 3 | ||||
-rw-r--r-- | vendor/raspbian/apt-vendor.ent | 6 | ||||
-rw-r--r-- | vendor/steamos/apt-vendor.ent | 7 | ||||
-rw-r--r-- | vendor/steamos/sources.list.in | 4 | ||||
-rw-r--r-- | vendor/tanglu/apt-vendor.ent | 6 | ||||
-rw-r--r-- | vendor/ubuntu/apt-vendor.ent | 13 |
9 files changed, 62 insertions, 6 deletions
diff --git a/vendor/README b/vendor/README index c2fabbd4c..6846c8455 100644 --- a/vendor/README +++ b/vendor/README @@ -44,6 +44,10 @@ apt-key script and the keyring-package in particular as a dependency for apt. The field current-codename is optional and can be used in sources.list.in. +The fields sourceslist-list-format and sourceslist-sources-format are used as +examples in the sources.list manpage and the first one is additionally +available in the sources.list.in template. +They should in general reflect the default sources of your distro. == sources.list.in @@ -55,6 +59,7 @@ You can use some placeholders in this file, namely: * &debian-oldstable-codename; * &debian-testing-codename; * &ubuntu-codename; +* &sourceslist-list-format; with the value you would expect based on the name. The placeholder ¤t-codename; is yours and can be set in apt-vendor.ent @@ -63,4 +68,5 @@ The placeholder ¤t-codename; is yours and can be set in apt-vendor.ent == apt.conf-* Files in your vendor directory following this naming scheme will be picked up -by the debian/rules file and installed in /etc/apt/apt.conf.d/ directory. +by the debian/rules file and installed in /etc/apt/apt.conf.d/ directory, with +"apt.conf-" removed from the beginning of the filename. diff --git a/vendor/blankon/apt-vendor.ent b/vendor/blankon/apt-vendor.ent index 2600eb715..ea7625f90 100644 --- a/vendor/blankon/apt-vendor.ent +++ b/vendor/blankon/apt-vendor.ent @@ -6,3 +6,12 @@ <!ENTITY keyring-master-filename "/usr/share/keyrings/blankon-master-keyring.gpg"> <!ENTITY keyring-uri "http://arsip.blankonlinux.or.id/blankon/project/blankon-archive-keyring.gpg"> <!ENTITY current-codename "tambora"> + +<!ENTITY sourceslist-list-format "deb http://arsip.blankonlinux.or.id/blankon ¤t-codename; main restricted +deb http://arsip.blankonlinux.or.id/blankon ¤t-codename;-security main restricted +deb http://arsip.blankonlinux.or.id/blankon ¤t-codename;-updates main restricted"> + +<!ENTITY sourceslist-sources-format "Types: deb +URIs: http://arsip.blankonlinux.or.id/blankon +Suites: ¤t-codename; ¤t-codename;-security ¤t-codename;-updates +Components: main restricted"> diff --git a/vendor/debian/apt-vendor.ent b/vendor/debian/apt-vendor.ent index 6cda5995c..8b26da385 100644 --- a/vendor/debian/apt-vendor.ent +++ b/vendor/debian/apt-vendor.ent @@ -5,3 +5,15 @@ <!ENTITY keyring-removed-filename "<filename>/usr/share/keyrings/debian-archive-removed-keys.gpg</filename>"> <!ENTITY keyring-master-filename ""> <!ENTITY keyring-uri ""> + +<!ENTITY sourceslist-list-format "deb http://httpredir.debian.org/debian &stable-codename; main contrib non-free +deb http://security.debian.org &stable-codename;/updates main contrib non-free"> +<!ENTITY sourceslist-sources-format "Types: deb +URIs: http://httpredir.debian.org/debian +Suites: &stable-codename; +Components: main contrib non-free + +Types: deb +URIs: http://security.debian.org +Suites: &stable-codename;/updates +Components: main contrib non-free"> diff --git a/vendor/debian/sources.list.in b/vendor/debian/sources.list.in index 2e430296a..c36fb16a7 100644 --- a/vendor/debian/sources.list.in +++ b/vendor/debian/sources.list.in @@ -1,7 +1,6 @@ # See sources.list(5) manpage for more information # Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool. -deb http://ftp.us.debian.org/debian &debian-stable-codename; main contrib non-free -deb http://security.debian.org &debian-stable-codename;/updates main contrib non-free +&sourceslist-list-format; # Uncomment if you want the apt-get source function to work #deb-src http://ftp.us.debian.org/debian &debian-stable-codename; main contrib non-free diff --git a/vendor/raspbian/apt-vendor.ent b/vendor/raspbian/apt-vendor.ent index e359d2001..dc69f3c03 100644 --- a/vendor/raspbian/apt-vendor.ent +++ b/vendor/raspbian/apt-vendor.ent @@ -5,3 +5,9 @@ <!ENTITY keyring-removed-filename "<filename>/usr/share/keyrings/raspbian-archive-removed-keys.gpg</filename>"> <!ENTITY keyring-master-filename ""> <!ENTITY keyring-uri ""> + +<!ENTITY sourceslist-list-format "deb http://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free"> +<!ENTITY sourceslist-sources-format "Types: deb +URIs: http://mirrordirector.raspbian.org/raspbian +Suites: &stable-codename; +Components: main contrib non-free"> diff --git a/vendor/steamos/apt-vendor.ent b/vendor/steamos/apt-vendor.ent index dc1b798e6..7cf100fc4 100644 --- a/vendor/steamos/apt-vendor.ent +++ b/vendor/steamos/apt-vendor.ent @@ -6,3 +6,10 @@ <!ENTITY keyring-master-filename ""> <!ENTITY keyring-uri ""> <!ENTITY current-codename "alchemist"> + +<!ENTITY sourceslist-list-format "deb http://repo.steampowered.com/steamos ¤t-codename; main contrib non-free +deb-src http://repo.steampowered.com/steamos ¤t-codename; main contrib non-free"> +<!ENTITY sourceslist-sources-format "Types: deb deb-src +URIs: http://repo.steampowered.com/steamos +Suites: ¤t-codename; +Components: main contrib non-free"> diff --git a/vendor/steamos/sources.list.in b/vendor/steamos/sources.list.in index 69174d090..246d2e336 100644 --- a/vendor/steamos/sources.list.in +++ b/vendor/steamos/sources.list.in @@ -1,5 +1,3 @@ # See sources.list(5) manpage for more information # Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool. - -deb http://repo.steampowered.com/steamos ¤t-codename; main contrib non-free -deb-src http://repo.steampowered.com/steamos ¤t-codename; main contrib non-free +&sourceslist-list-format; diff --git a/vendor/tanglu/apt-vendor.ent b/vendor/tanglu/apt-vendor.ent index d2442209c..f5cd813bf 100644 --- a/vendor/tanglu/apt-vendor.ent +++ b/vendor/tanglu/apt-vendor.ent @@ -6,3 +6,9 @@ <!ENTITY keyring-master-filename ""> <!ENTITY keyring-uri ""> <!ENTITY current-codename "bartholomea"> + +<!ENTITY sourceslist-list-format "deb http://archive.tanglu.org/tanglu ¤t-codename; main contrib non-free"> +<!ENTITY sourceslist-sources-format "Types: deb +URIs: http://archive.tanglu.org/tanglu +Suites: ¤t-codename; +Components: main contrib non-free"> diff --git a/vendor/ubuntu/apt-vendor.ent b/vendor/ubuntu/apt-vendor.ent index caa532699..dcebc9209 100644 --- a/vendor/ubuntu/apt-vendor.ent +++ b/vendor/ubuntu/apt-vendor.ent @@ -5,3 +5,16 @@ <!ENTITY keyring-removed-filename "<filename>/usr/share/keyrings/ubuntu-archive-removed-keys.gpg</filename>"> <!ENTITY keyring-master-filename "/usr/share/keyrings/ubuntu-master-keyring.gpg"> <!ENTITY keyring-uri "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"> + +<!ENTITY sourceslist-list-format "deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted +deb http://security.ubuntu.com/ubuntu &ubuntu-codename;-security main restricted +deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename;-updates main restricted"> +<!ENTITY sourceslist-sources-format "Types: deb +URIs: http://us.archive.ubuntu.com/ubuntu +Suites: &ubuntu-codename; &ubuntu-codename;-updates +Components: main restricted + +Types: deb +URIs: http://security.ubuntu.com/ubuntu +Suites: &ubuntu-codename;-security +Components: main restricted"> |