summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMatthias Klumpp <matthias@tenstral.net>2015-11-11 17:00:14 (GMT)
committerCyril Brulebois <kibi@debian.org>2015-11-11 17:44:07 (GMT)
commit779d1e86a7e6ca6f8636cd35001e8c7c918523ca (patch)
tree238def1ad54eaa214b9a4d9a74897481c0eb4d0b /debian
parent535484f9e5f86e5f0c8dd22397ebe3ff0bd571bb (diff)
downloaddebootstrap-779d1e86a7e6ca6f8636cd35001e8c7c918523ca.zip
debootstrap-779d1e86a7e6ca6f8636cd35001e8c7c918523ca.tar.gz
debootstrap-779d1e86a7e6ca6f8636cd35001e8c7c918523ca.tar.bz2
Add Tanglu support
v2: Amended to avoid including staging, which is only an incomplete suite, and not meant to be debootstrap'd. Signed-off-by: Cyril Brulebois <kibi@debian.org>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index a7d5eee..2e44367 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
ifeq (0,$(shell dpkg-vendor --derives-from Ubuntu; echo $$?))
KEYRING := ubuntu-keyring
+else ifeq (0,$(shell dpkg-vendor --derives-from Tanglu; echo $$?))
+ KEYRING := tanglu-archive-keyring
else
KEYRING := debian-archive-keyring
endif