summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-05-05 03:41:03 (GMT)
committerJoey Hess <joey@kitenet.net>2013-05-05 03:41:03 (GMT)
commit183185f4374546a974770a381097dc18923e18df (patch)
tree42ee5479f5d85642558bb8ccf0dab7d5f3116861
parentec1a5515f0d0bdaa9535ee4eccc2eb2ea16e741a (diff)
downloaddebootstrap-183185f4374546a974770a381097dc18923e18df.zip
debootstrap-183185f4374546a974770a381097dc18923e18df.tar.gz
debootstrap-183185f4374546a974770a381097dc18923e18df.tar.bz2
releasing version 1.0.49
-rw-r--r--debian/changelog6
-rw-r--r--debootstrap.82
l---------scripts/jessie1
3 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 63750ff..e1bcf4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debootstrap (1.0.49) unstable; urgency=medium
+
+ * Add support for jessie. Closes: #706788
+
+ -- Joey Hess <joeyh@debian.org> Sat, 04 May 2013 23:37:52 -0400
+
debootstrap (1.0.48) unstable; urgency=low
* Team upload
diff --git a/debootstrap.8 b/debootstrap.8
index 1d82916..bb58e4a 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -26,7 +26,7 @@ can be an http:// URL, a file:/// URL, or an ssh:/// URL.
.PP
The
.I SUITE
-may be a release code name (eg, sid, wheezy, squeeze, lenny)
+may be a release code name (eg, sid, jessie, wheezy)
or a symbolic name (eg, unstable, testing, stable, oldstable)
.PP
Notice that file:/ URLs are translated to file:/// (correct scheme as
diff --git a/scripts/jessie b/scripts/jessie
new file mode 120000
index 0000000..9a63c96
--- /dev/null
+++ b/scripts/jessie
@@ -0,0 +1 @@
+sid \ No newline at end of file