summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-04-24 12:59:52 (GMT)
committerColin Watson <cjwatson@debian.org>2009-04-24 12:59:52 (GMT)
commit5c435742caef76709b959effc621f2f72ac86be1 (patch)
tree2fa0eb48e7d723bade25b60a30f887d5fe7e2b03
parent258ab6d843596484bd25b5f308d811a4b5051137 (diff)
downloaddebootstrap-5c435742caef76709b959effc621f2f72ac86be1.zip
debootstrap-5c435742caef76709b959effc621f2f72ac86be1.tar.gz
debootstrap-5c435742caef76709b959effc621f2f72ac86be1.tar.bz2
Add (Ubuntu) karmic as a symlink to gutsy.
r58349
-rw-r--r--Makefile1
-rw-r--r--debian/changelog4
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46913ef..21a3d82 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ install:
ln -s gutsy $(DSDIR)/scripts/hardy
ln -s gutsy $(DSDIR)/scripts/intrepid
ln -s gutsy $(DSDIR)/scripts/jaunty
+ ln -s gutsy $(DSDIR)/scripts/karmic
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 fcd9c3b..53229d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
debootstrap (1.0.13) UNRELEASED; urgency=low
+ [ Otavio Salvador ]
* Apply patch from Luca Favatella <slackydeb@gmail.com> to improve
coding style.
+ [ Colin Watson ]
+ * Add (Ubuntu) karmic as a symlink to gutsy.
+
-- Otavio Salvador <otavio@ossystems.com.br> Tue, 24 Mar 2009 11:02:52 -0300
debootstrap (1.0.12) unstable; urgency=low