diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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 |