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/makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/raspbian/makefile (limited to 'vendor/raspbian/makefile') 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' $< > $@ -- cgit v1.2.3