summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2014-12-30 13:40:50 (GMT)
committerCyril Brulebois <kibi@debian.org>2014-12-30 13:40:50 (GMT)
commit183eaa304570330f1f76f6f5ffbbb3371582aec7 (patch)
tree68fe52a584b50cf8414e9846f20cebab33f5055c /debian/changelog
parent99f4a6062255b3622afc810fd6d69a51bfe2eda1 (diff)
downloaddebootstrap-183eaa304570330f1f76f6f5ffbbb3371582aec7.zip
debootstrap-183eaa304570330f1f76f6f5ffbbb3371582aec7.tar.gz
debootstrap-183eaa304570330f1f76f6f5ffbbb3371582aec7.tar.bz2
Fix the empty sources.list bug with foreign architectures (Closes: #732255, #773867).
Update setup_apt_sources to look at USE_COMPONENTS if COMPONENTS is empty, so that some iteration over defined components happens.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 925c8c6..75dd347 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ debootstrap (1.0.67) UNRELEASED; urgency=medium
* Apply patch by Jérémy Bobbio to support reproducible builds: specify
a modification time on the tar side, and add the -n option to gzip
(Closes: #774069). Thanks, Jérémy!
+ * Update setup_apt_sources to look at USE_COMPONENTS if COMPONENTS is
+ empty, fixing the empty sources.list bug with foreign architectures
+ (Closes: #732255, #773867).
-- Cyril Brulebois <kibi@debian.org> Mon, 29 Dec 2014 15:01:57 +0100