summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-25 20:11:44 (GMT)
committerJoey Hess <joey@kitenet.net>2011-02-25 20:11:44 (GMT)
commit9aa1e76258cdd9c40538ac448fda3df08b15ca22 (patch)
treeff417a5ad2038c7cdaaef66dee75870dd935f387
parent04f182f79a105704c40d0f14b04d33090242696f (diff)
downloaddebootstrap-9aa1e76258cdd9c40538ac448fda3df08b15ca22.zip
debootstrap-9aa1e76258cdd9c40538ac448fda3df08b15ca22.tar.gz
debootstrap-9aa1e76258cdd9c40538ac448fda3df08b15ca22.tar.bz2
Support bootstrapping oldstable. (Lenny could already be bootstrapped using that suite name.)
-rw-r--r--debian/changelog7
l---------scripts/oldstable1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ac78354..b18753e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debootstrap (1.0.29) UNRELEASED; urgency=low
+
+ * Support bootstrapping oldstable. (Lenny could already be bootstrapped
+ using that suite name.)
+
+ -- Joey Hess <joeyh@debian.org> Fri, 25 Feb 2011 16:10:44 -0400
+
debootstrap (1.0.28) unstable; urgency=low
[ Miguel Figueiredo ]
diff --git a/scripts/oldstable b/scripts/oldstable
new file mode 120000
index 0000000..9a63c96
--- /dev/null
+++ b/scripts/oldstable
@@ -0,0 +1 @@
+sid \ No newline at end of file