summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b2bfb9..dd3c6e4 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ install:
ln -s sid $(DSDIR)/scripts/lenny
ln -s gutsy $(DSDIR)/scripts/hardy
+ ln -s gutsy $(DSDIR)/scripts/intrepid
sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
chown root:root $(DESTDIR)/usr/sbin/debootstrap
diff --git a/debian/changelog b/debian/changelog
index 90ac9e8..5555279 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ debootstrap (1.0.9) UNRELEASED; urgency=low
[ Colin Watson ]
* Use 'chown 0:0' in all scripts rather than deprecated 'chown 0.0'
(thanks, Evan Klitzke).
+ * Add (Ubuntu) intrepid as a symlink to gutsy.
-- Frans Pop <fjp@debian.org> Sat, 19 Jan 2008 10:05:26 +0100