From cc4caeae4d522e9f270ceba6a4a99e7ce1b6da26 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sat, 21 Dec 2013 16:21:29 +0100 Subject: add apt-vendor for raspbian. Closes: #732749 --- vendor/raspbian/apt-vendor.ent | 7 +++++++ vendor/raspbian/makefile | 11 +++++++++++ vendor/raspbian/sources.list.in | 6 ++++++ 3 files changed, 24 insertions(+) create mode 100644 vendor/raspbian/apt-vendor.ent create mode 100644 vendor/raspbian/makefile create mode 100644 vendor/raspbian/sources.list.in (limited to 'vendor') diff --git a/vendor/raspbian/apt-vendor.ent b/vendor/raspbian/apt-vendor.ent new file mode 100644 index 000000000..e359d2001 --- /dev/null +++ b/vendor/raspbian/apt-vendor.ent @@ -0,0 +1,7 @@ + + +raspbian-archive-keyring"> +/usr/share/keyrings/raspbian-archive-keyring.gpg"> +/usr/share/keyrings/raspbian-archive-removed-keys.gpg"> + + diff --git a/vendor/raspbian/makefile b/vendor/raspbian/makefile new file mode 100644 index 000000000..ced566c30 --- /dev/null +++ b/vendor/raspbian/makefile @@ -0,0 +1,11 @@ +# -*- make -*- +BASE=../.. +SUBDIR=vendor/raspbian + +# Bring in the default rules +include ../../buildlib/defaults.mak + +doc binary manpages: sources.list + +sources.list: sources.list.in ../../doc/apt-verbatim.ent + sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@ diff --git a/vendor/raspbian/sources.list.in b/vendor/raspbian/sources.list.in new file mode 100644 index 000000000..29ddcc4d6 --- /dev/null +++ b/vendor/raspbian/sources.list.in @@ -0,0 +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://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free + +# Uncomment if you want the apt-get source function to work +#deb-src http://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free -- cgit v1.2.3