add apt-vendor for raspbian. Closes: #732749
authorMichael Vogt <mvo@debian.org>
Sat, 21 Dec 2013 15:21:29 +0000 (16:21 +0100)
committerMichael Vogt <mvo@debian.org>
Sat, 21 Dec 2013 15:21:29 +0000 (16:21 +0100)
debian/changelog
vendor/raspbian/apt-vendor.ent [new file with mode: 0644]
vendor/raspbian/makefile [new file with mode: 0644]
vendor/raspbian/sources.list.in [new file with mode: 0644]

index e012b7d..39e3484 100644 (file)
@@ -2,6 +2,9 @@ apt (0.9.14.2) UNRELEASED; urgency=low
 
   [ Joe Hansen ]
   * Danish translation update. Closes: #732166
+  
+  [ Peter Green ]
+  * add apt-vendor for raspbian. Closes: #732749
 
  -- Christian Perrier <bubulle@debian.org>  Sun, 15 Dec 2013 08:43:06 +0100
 
diff --git a/vendor/raspbian/apt-vendor.ent b/vendor/raspbian/apt-vendor.ent
new file mode 100644 (file)
index 0000000..e359d20
--- /dev/null
@@ -0,0 +1,7 @@
+<!-- details about the keys used by the distribution -->
+<!ENTITY keyring-distro "Raspbian">
+<!ENTITY keyring-package "<package>raspbian-archive-keyring</package>">
+<!ENTITY keyring-filename "<filename>/usr/share/keyrings/raspbian-archive-keyring.gpg</filename>">
+<!ENTITY keyring-removed-filename "<filename>/usr/share/keyrings/raspbian-archive-removed-keys.gpg</filename>">
+<!ENTITY keyring-master-filename "">
+<!ENTITY keyring-uri "">
diff --git a/vendor/raspbian/makefile b/vendor/raspbian/makefile
new file mode 100644 (file)
index 0000000..ced566c
--- /dev/null
@@ -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 (file)
index 0000000..29ddcc4
--- /dev/null
@@ -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