summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd3c6e4..8e28496 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ install:
ln -s gutsy $(DSDIR)/scripts/hardy
ln -s gutsy $(DSDIR)/scripts/intrepid
+ ln -s gutsy $(DSDIR)/scripts/jaunty
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 1ada088..a52788a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debootstrap (1.0.11) UNRELEASED; urgency=low
+
+ * Add (Ubuntu) jaunty as a symlink to gutsy.
+
+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 31 Oct 2008 13:37:01 +0000
+
debootstrap (1.0.10) unstable; urgency=low
[ Joey Hess ]