summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-01-30 11:13:45 (GMT)
committerColin Watson <cjwatson@debian.org>2009-01-30 11:13:45 (GMT)
commit9e9a2f70afca7251dfa40183e28d74ad0b06d492 (patch)
tree5400cc65bcdd035c590b73da8fc234068f5177aa
parent593627d6fda9c7c4e9983f6ccccc49379a6bbd40 (diff)
downloaddebootstrap-9e9a2f70afca7251dfa40183e28d74ad0b06d492.zip
debootstrap-9e9a2f70afca7251dfa40183e28d74ad0b06d492.tar.gz
debootstrap-9e9a2f70afca7251dfa40183e28d74ad0b06d492.tar.bz2
Add support for squeeze (closes: #513488).
r57465
-rw-r--r--Makefile1
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 92d80a6..46913ef 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ install:
ln -s sid $(DSDIR)/scripts/etch
ln -s sid $(DSDIR)/scripts/etch-m68k
ln -s sid $(DSDIR)/scripts/lenny
+ ln -s sid $(DSDIR)/scripts/squeeze
ln -s gutsy $(DSDIR)/scripts/hardy
ln -s gutsy $(DSDIR)/scripts/intrepid
diff --git a/debian/changelog b/debian/changelog
index bac66dc..e83aece 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ debootstrap (1.0.11) UNRELEASED; urgency=low
* Add /dev/console to devices.tar.gz (after all, MAKEDEV's 'consoleonly'
was added for boot-floppies in the first place; see
https://lists.ubuntu.com/archives/ubuntu-devel/2009-January/027230.html).
+ * Add support for squeeze (closes: #513488).
-- Colin Watson <cjwatson@ubuntu.com> Fri, 31 Oct 2008 13:37:01 +0000