diff options
author | dancer <dancer> | 2002-12-12 08:56:05 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-12-12 08:56:05 +0000 |
commit | 338d228d31541bdc2cdb0db373d21ee52e137607 (patch) | |
tree | 0f506d5df3d2953b14a08b06ee357763ed95c2b4 /ChangeLog | |
parent | 92062470a701aaffb37c63c6b92c35578fe3edce (diff) | |
download | pbuilder-338d228d31541bdc2cdb0db373d21ee52e137607.tar pbuilder-338d228d31541bdc2cdb0db373d21ee52e137607.tar.gz |
--auto-debsign option
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,5 +1,23 @@ 2002-12-12 Junichi Uekawa <dancer@debian.org> + * pbuilder-checkparams (PBUILDER_BUILD_LOGFILE): logfile name is stored in PBUILDER_BUILD_LOGFILE + + * pbuilderrc.5: update doc to document AUTO_DEBSIGN + + * pdebuild: force set BUILDRESULT from pdebuild options when invoking pbuilder, so that config from + pdebuild is used inside pbuilder. + (PKG_SOURCENAME, PKG_VERSION): define as version and source base name. + (debsign): invoke debsign when AUTO_DEBSIGN=yes. + + * pdebuild.1: update docs, so that --buildresult quirk is documented, + and --auto-debsign is documented. + + * pbuilder-checkparams: change option ordering so that + internal options go at bottom. + --auto-debsign option added for setting AUTO_DEBSIGN=yes + (BINARY_ARCH): move buildsourceroot and pbuilderroot option around + so that they are in the pdebuild options section. + * pbuilder.8: fix the documentation to clarify that A is executed after satisfying the build-depends. |