diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-08 11:48:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-08 11:48:33 -0400 |
commit | 8ab67eded30d05a613d1f0f8c6c5420d8fe93948 (patch) | |
tree | aed50d5a2fdf1d31f67bdf05f1e3d2d273f5e395 /debian | |
parent | c72e1705e402c17255493a7c3062b3cc86ac3b72 (diff) | |
download | debootstrap-8ab67eded30d05a613d1f0f8c6c5420d8fe93948.tar.gz |
Clear all global variables used for options, so that unclean environment doesn't break debootstrap. Closes: #621657
With the notable exception of SHA_SIZE, which is used to communicate
with debootstrap.
Also, upper-cased a few global variables.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3c15b01..a1f8ee2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ debootstrap (1.0.30) UNRELEASED; urgency=low * Needs base-installer 1.117. * Add a warning message if the keyring file is not available, and --no-check-gpg is not specified. + * Clear all global variables used for options, so that unclean + environment doesn't break debootstrap. Closes: #621657 -- Joey Hess <joeyh@debian.org> Fri, 25 Mar 2011 14:12:43 -0400 |