aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-buildpackage
Commit message (Collapse)AuthorAge
* fix pbuilder-buildpackage ordering, and release 0.73dancer2003-04-20
|
* update copyright datedancer2003-04-19
|
* documentation updates, and fixing ordering of D hooksdancer2003-04-19
|
* fix typodancer2003-03-11
|
* + * debian/rules: add check target for build.dancer2003-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | + + * Makefile (check): add check target to makefile, to see if there is + any syntax error. + + * pbuilder-updatebuildenv: support --preserve-buildplace + apply things from + Daniel Schepler <schepler@math.berkeley.edu> + + * pbuilder-satisfydepends: support --preserve-buildplace + support Format: field. + + * pbuilder-modules (pbuilder-options): support --preserve-buildplace + + * pbuilder-buildpackage (PACKAGENAME): support --preserve-buildplace + + * pbuilder-buildpackage-funcs: support --preserve-buildplace + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): support --preserve-buildplace + + * pbuilder-checkparams (PRESERVE_BUILDPLACE): add PRESERVE_BUILDPLACE + + * pbuilder.8: update docs to add --preserve-buildplace +
* +2003-03-10 Junichi Uekawa <dancer@debian.org>dancer2003-03-10
| | | | | | | | | | | | | | | | | | | | | | | + + * pbuilder-satisfydepends: quote some strings... trying to be pedantic + + * pbuilder-buildpackage-funcs: unset LOGNAME for when building with + real root privilage. + thanks Barak Pearlmutter <bap@cs.unm.edu> + + * pbuilder.8: document X hooks which were previously undocumented. + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): use readlink on real existing files. + GNU "readlink -f " exits with an exit code of 1 when the file does not + exist, debianutils readlink did not. + + * pbuilder-runhooks (hooks): do not call readlink here, + since the file may not exist. + + * pbuilder-checkparams (USE_PKGNAME_LOGFILE): use readlink on real existing files. + + * pbuilder-buildpackage (PACKAGENAME): use readlink on real existing files. +
* + * pbuilder-buildpackage (PACKAGENAME): add banner for logfile.dancer2002-12-12
| | | | | | | | | | | | | | | | | | | | | + + * debian/control (Recommends): add devscripts to recommends + + * pbuilder-checkparams (USE_PKGNAME_LOGFILE): fix typo + + * pbuilder-modules (pbuilder-options): add reference to pkgname-logfile to help text. + + * pbuilder.8: documentation of pkgname-logfile moved closer to --logfile option. + + * ChangeLog: spell-checked. + + * pbuilder.8: document --pkgname-logfile option. + From Michael Banck <mbanck@gmx.net>, requested feature. + * pbuilder-checkparams (PBUILDER_BUILD_LOGFILE): logfile name is stored in PBUILDER_BUILD_LOGFILE + (PBUILDER_BUILD_LOGFILE): add --pkgname-logfile option for using logfile with pkgname-version.log + (USE_PKGNAME_LOGFILE): make this variable be usable only as command-line option, and not for + configuration.
* +2002-11-27 Junichi Uekawa <dancer@debian.org>dancer2002-11-27
| | | | | | | | | | | | + + * THANKS: update. + + * pbuilder-buildpackage-funcs (createbuilduser): do not set HOME here. + + * pbuilder-buildpackage (PACKAGENAME): make HOME to be "/tmp/buildd". + thanks: Clint Adams <schizo@debian.org> + up
* +dancer2002-10-29
| | | | | | | | + * pbuilder-buildpackage: Changed to work with trap instead of other + kludgy alternatives. + + * pbuilder-buildpackage-funcs: fixed to use trap for buildpackage hooks. +
* KILL_WAIT_PID related quoting fixdancer2002-10-05
|
* 2002-10-05 Junichi Uekawa <dancer@debian.org>dancer2002-10-05
| | | | | | | | | | | | | * debian/TODO: note that TODO item, support building without root is implemented. Running as non-root in the build process is implemented through the fakeroot options, so that entry goes away, too. * AUTHORS: update the little story. * THANKS: update a bit. * pbuilder-buildpackage (BUILD_PID): quote properly
* +dancer2002-09-29
| | | | | | | | | + * pbuilderrc.5: update manpage to document the vars. + + * pbuilder-buildpackage (BUILD_PID): preserve file permissions + on copying the result. + (BUILDRESULTUID,BUILDRESULTGID): define UID and GID. + chown and chgrp to the user ID after build.
* +dancer2002-09-16
| | | | | | | | | | | | + * Makefile (install): add pbuilder-buildpackage-funcs to install target + + * pbuilder-buildpackage (PACKAGENAME): add id tag for calling showbuildbanner + + * pbuilder-buildpackage-funcs: create new file + add banner opt for showbuildbanner + + * pbuilder-buildpackage: move funcs to /usr/lib/pbuilder/pbuilder-buildpackage-funcs +
* + * pbuilder-checkparams (CHROOTEXEC): add --internal-chrootexec option to ↵dancer2002-09-13
| | | | | | | | | | set CHROOTEXEC variable. + + * pbuilder-createbuildenv: remove def for CHROOTEXEC + * pbuilder-updatebuildenv: ditto + + * pbuilder-checkparams (CHROOTEXEC): CHROOTEXEC is set in checkparams, instead of -buildpackage etc.
* +2002-09-06 Junichi Uekawa <dancer@debian.org>dancer2002-09-06
| | | | | | | | | | | + + * pbuider-loadconfig: create from checkparams. a module to load config files only. + + * debuild-pbuilder: add debuild wrapper script. + + * debuild-pbuilder.1: add manpage + + * pbuilder-buildpackage (BUILD_PID): use "trap" a bit, so that error checking can be done at all.
* + * pbuilder-buildpackage (BUILD_PID): race condition withdancer2002-08-27
| | | | | + termination. Make it display message before KILL. +
* +dancer2002-08-24
| | | | + * pbuilder-buildpackage (BUILD_PID): add error checking for "kill"
* + more verbose execution logs, better messagesdancer2002-08-20
|
* fix up minor processes.dancer2002-08-20
|
* +2002-08-20 Junichi Uekawa <dancer@debian.org>dancer2002-08-20
| | | | | | | | | | | | | | | | + + * pbuilder-modules: document --timeout option. + + * pbuilder.8: document --timeout option + + * pbuilder-checkparams: add --timeout option + + * pbuilderrc.5: document TIMEOUT_TIME + + * pbuilder-buildpackage (CHROOTEXEC): add missing executehooks "C" to a + case. + (CHROOTEXEC): clean the command-line a bit, so that it's easier to use. + (BUILD_PID): add timeout for build process.
* update, fix for *.dsc file parsing.dancer2002-05-13
|
* fix documentation for pbuilderrc, and pbuilder-buildpackage executes D hooks ↵dancer2002-03-13
| | | | before unpack, and document them.
* fixing minor regexp, and other things.dancer2002-03-13
|
* some minor fixups for satisfydepends workage.dancer2002-03-13
| | | | It is getting closer to working state. I think.
* created pbuilder-satisfydepends, and many changes today.dancer2002-03-12
| | | | Improvement generally.
* commit changes, trying to address bugsdancer2002-03-03
|
* fixed pbuilder-buildpackage -> runhooks loaddancer2002-02-24
|
* added hooks support for pbuilder build target.dancer2002-02-24
|
* fixing fakeroot to work, and updating docs.dancer2002-02-19
|
* fixing su - username to su username.dancer2002-02-19
| | | | Env vars need to be preserved
* adding debug flagdancer2002-02-19
|
* some debugdancer2002-02-19
|
* fixed some bugs in the script, to make fakeroot workdancer2002-02-19
|
* updates, mostly for having giced bug, joeyh patch, and supporting emacsdancer2002-02-19
|
* trying to fix fakeroot bug.dancer2002-02-17
|
* add support for versioned build-deps with space in front.dancer2002-02-17
|
* commit fakeroot changes, fakeroot does not work. su refuses todancer2002-02-16
| | | | change to user...
* updates, some potential changes.dancer2002-02-15
|
* changesdancer2002-02-14
|
* today's checkindancer2002-02-13
|
* some minor changes.dancer2002-02-11
|
* some bannersdancer2002-02-10
|
* fix more bugdancer2002-02-10
|
* fix more bugdancer2002-02-10
|
* fixing some more to make things versatile (version numbers could be uppercase)dancer2002-02-10
|
* Changes are done to pbuilder-buildpackage to fix outstanding bugs.dancer2002-02-10
|
* update, and bugfixesdancer2002-02-09
|
* added a routine in build routine to echo back the current time.dancer2002-02-08
|
* fixing typos and minor details.dancer2002-02-01
|
* modified the cleaning process to the one using trap, for create, update, and ↵dancer2002-01-27
| | | | | | login methods. build is not modified (yet)