diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-05-27 Junichi Uekawa <dancer@debian.org> + * pbuilder-updatebuildenv: + * pbuilder-createbuildenv: exit 0 at end. + + * pbuilder-buildpackage (BUILD_PID): explicitly call trap to + untrap unexpected exit cases. Unexpected cases should exit 1, + expected exit cases should exit 0. + + * pbuilder-user-mode-linux: change all 'trap' functions to be postfixed with _trap + * pbuilder-createbuildenv: * pbuilder-updatebuildenv: trap sighup as well as exit. |