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 a9fdfcb..bb2232d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ install:
ln -s gutsy $(DSDIR)/scripts/intrepid
ln -s gutsy $(DSDIR)/scripts/jaunty
ln -s gutsy $(DSDIR)/scripts/karmic
+ ln -s gutsy $(DSDIR)/scripts/lucid
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 a2b0875..3946c43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ debootstrap (1.0.16) UNRELEASED; urgency=low
package, so I haven't switched to dh(1).)
* Use ports.ubuntu.com as default mirror on sparc for Ubuntu hardy and
beyond (LP: #431145).
+ * Add (Ubuntu) lucid as a symlink to gutsy.
[ Frans Pop ]
* Makefile: remove unused ARCH variable.