summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--scripts/gutsy2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eef6877..22ac1fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debootstrap (1.0.80) UNRELEASED; urgency=medium
+
+ [ Jon Boden ]
+ * scripts/gutsy: Support kfreebsd & hurd arches on Ubuntu targets.
+
+ -- Samuel Thibault <sthibault@debian.org> Sun, 20 Mar 2016 12:47:11 +0100
+
debootstrap (1.0.79) unstable; urgency=medium
[ Samuel Thibault ]
diff --git a/scripts/gutsy b/scripts/gutsy
index c91c322..f525d8f 100644
--- a/scripts/gutsy
+++ b/scripts/gutsy
@@ -28,6 +28,8 @@ fi
case $ARCH in
alpha|ia64) LIBC="libc6.1" ;;
+ kfreebsd-*) LIBC="libc0.1" ;;
+ hurd-*) LIBC="libc0.3" ;;
*) LIBC="libc6" ;;
esac