diff options
author | dancer <dancer> | 2005-12-04 05:16:37 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-12-04 05:16:37 +0000 |
commit | 5dbdf82ca9ae7ec6f11348ee788a398340c79464 (patch) | |
tree | 752311be19a8cc1ff7c5f62c44c2b04b575e0e37 /debian | |
parent | acc4f8ccf72fb9aa095d5c912cb476ba60c0c52f (diff) | |
download | pbuilder-5dbdf82ca9ae7ec6f11348ee788a398340c79464.tar pbuilder-5dbdf82ca9ae7ec6f11348ee788a398340c79464.tar.gz |
Revert to using --force-yes, since --allow-unauthenticated doesn't work with sarge
* Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missing
--force-yes option", thanks to qfunk (Closes: #340715).
Note: --allow-unauthenticated is probably a better option here, but
apt-get in sarge does not support it, we will revisit it after etch.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/TODO | 5 | ||||
-rw-r--r-- | debian/changelog | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/debian/TODO b/debian/TODO index 1390896..67f2873 100644 --- a/debian/TODO +++ b/debian/TODO @@ -1,5 +1,10 @@ TODO and possible bugs: +* post-etch: + - support --allow-unauthenticated and package signiatures; #317998 + +pbuilder support for signatures will hopefully come + * xvfb:x11-common - debian-bug: 337541: fixed in 0.138 /etc/init.d/x11-common needs to be ran; policy-rc.d is now patched. diff --git a/debian/changelog b/debian/changelog index b7ecea8..c5dc23d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,11 +5,9 @@ pbuilder (0.140) UNRELEASED; urgency=low BUILDUSERNAME isn't set", thanks to Mike Hommey (Closes: #341453). * pbuilder-doc.xml: Document ccache support in FAQ (Closes: #178350). * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missing - --allow-unauthenticated option", thanks to qfunk (Closes: #340715). - - fixed other scripts to use --allow-unauthenticated option rather than --force-yes. - - ... this breaks sarge chroots. We'll probably need to postpone this change to after etch release. - + --force-yes option", thanks to qfunk (Closes: #340715). + Note: --allow-unauthenticated is probably a better option here, but + apt-get in sarge does not support it, we will revisit it after etch. * debconf compatibility level 4 * Bug fix: "pbuilder-buildpackage-funcs check for createbuilduser for SUTOUSER is bogus", thanks to Brian Nelson (Closes: #338976). |