summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog3
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9500079..82bfd23 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,8 @@ install:
ln -s sid $(DSDIR)/scripts/etch
ln -s sid $(DSDIR)/scripts/lenny
+ ln -s gutsy $(DSDIR)/scripts/hardy
+
install -o root -g root -m 0755 debootstrap.8 $(DESTDIR)/usr/share/man/man8/
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 82e4ef0..d4e6ca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ debootstrap (1.0.4) UNRELEASED; urgency=low
* Add --second-stage-target option that allows embedded to test for
installations in a chroot on the device (closes: #445157).
+ [ Colin Watson ]
+ * Add (Ubuntu) hardy as a symlink to gutsy.
+
-- Otavio Salvador <otavio@debian.org> Tue, 16 Oct 2007 16:47:55 -0200
debootstrap (1.0.3) unstable; urgency=low