summaryrefslogtreecommitdiff
path: root/vendor/raspbian/makefile
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-21 16:21:29 +0100
committerMichael Vogt <mvo@debian.org>2013-12-21 16:21:29 +0100
commitcc4caeae4d522e9f270ceba6a4a99e7ce1b6da26 (patch)
tree4842003437a40c0bb22d3b7b0fa69ab9aada12ad /vendor/raspbian/makefile
parentbaaa6c6fbaa32880f08994b6f63c5141961702ea (diff)
add apt-vendor for raspbian. Closes: #732749
Diffstat (limited to 'vendor/raspbian/makefile')
-rw-r--r--vendor/raspbian/makefile11
1 files changed, 11 insertions, 0 deletions
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' $< > $@