summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-01-13 18:48:53 (GMT)
committerColin Watson <cjwatson@debian.org>2009-01-13 18:48:53 (GMT)
commitdd07a8259dff216f18791f3350fc5f30f011fb44 (patch)
treea324d23709d777179f402b85d659fc051128ce1f
parent52da9e60be19b06003be50f8184497a2c9b92593 (diff)
downloaddebootstrap-dd07a8259dff216f18791f3350fc5f30f011fb44.zip
debootstrap-dd07a8259dff216f18791f3350fc5f30f011fb44.tar.gz
debootstrap-dd07a8259dff216f18791f3350fc5f30f011fb44.tar.bz2
Add (Ubuntu) jaunty as a symlink to gutsy.
r57237
-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 ]