From 39faba934e3c15fe9960d5a99d9a8b43ac986145 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sun, 23 Nov 2014 14:18:24 +0000 Subject: Specify gzip compression for debootstrap to mitigate the need for xz on non-Debian platforms (see: #770217). Keep xz for debootstrap-udeb though. Thanks, Joey Hess! --- debian/changelog | 2 ++ debian/rules | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index cde5c08..fae3263 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ debootstrap (1.0.66) UNRELEASED; urgency=low * Specify gzip compression in debian/source/options to allow for better portability on other platforms (Closes: #770214). Thanks, Joey Hess! + * Specify gzip compression for debootstrap, and xz for debootstrap-udeb, + to mitigate the need for xz on non-Debian platforms (see: #770217). -- Cyril Brulebois Sun, 23 Nov 2014 12:52:12 +0100 diff --git a/debian/rules b/debian/rules index 314bac7..a7d5eee 100755 --- a/debian/rules +++ b/debian/rules @@ -36,3 +36,8 @@ override_dh_auto_install: override_dh_gencontrol: dh_gencontrol -- -Vkeyring=$(KEYRING) + +# Specify gzip to mitigate #770217: +override_dh_builddeb: + dh_builddeb -pdebootstrap -- -Zgzip + dh_builddeb -pdebootstrap-udeb -- -Zxz -- cgit v0.12