summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-19 14:31:21 (GMT)
committerColin Watson <cjwatson@debian.org>2007-06-19 14:31:21 (GMT)
commit0b9aca6f923d9bbddc3c7a2abf7b5204ecbe0753 (patch)
treec5bfb43ab5c45821ec5d2a23adb6cb0d4599e646 /Makefile
parent6bea6310b2187af21959a839a1030ca964148d6a (diff)
downloaddebootstrap-0b9aca6f923d9bbddc3c7a2abf7b5204ecbe0753.zip
debootstrap-0b9aca6f923d9bbddc3c7a2abf7b5204ecbe0753.tar.gz
debootstrap-0b9aca6f923d9bbddc3c7a2abf7b5204ecbe0753.tar.bz2
* Add support for Ubuntu dapper (Closes: #342838), edgy, feisty, and
gutsy. Exclude everything but gutsy from the udeb. r47546
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00602e8..b925697 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,13 @@ install:
install -o root -g root -m 0644 hoary $(DSDIR)/scripts/
install -o root -g root -m 0644 hoary.buildd $(DSDIR)/scripts/
install -o root -g root -m 0644 breezy $(DSDIR)/scripts/
+ install -o root -g root -m 0644 dapper $(DSDIR)/scripts/
+ install -o root -g root -m 0644 edgy $(DSDIR)/scripts/
+ install -o root -g root -m 0644 edgy.fakechroot $(DSDIR)/scripts/
+ install -o root -g root -m 0644 feisty $(DSDIR)/scripts/
+ install -o root -g root -m 0644 feisty.fakechroot $(DSDIR)/scripts/
+ install -o root -g root -m 0644 gutsy $(DSDIR)/scripts/
+ install -o root -g root -m 0644 gutsy.fakechroot $(DSDIR)/scripts/
install -o root -g root -m 0644 functions $(DSDIR)/
# no special script for etch anymore