| Commit message (Expand) | Author | Age |
... | |
* | + * debian/rules: add check target for build.•••+
+ * 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
+
| dancer | 2003-03-10 |
* | +2003-03-10 Junichi Uekawa <dancer@debian.org>•••+
+ * 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.
+
| dancer | 2003-03-10 |
* | + * pbuilder-buildpackage (PACKAGENAME): add banner for logfile.•••+
+ * 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.
| dancer | 2002-12-12 |
* | +2002-11-27 Junichi Uekawa <dancer@debian.org>•••+
+ * 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
| dancer | 2002-11-27 |
* | +•••+ * pbuilder-buildpackage: Changed to work with trap instead of other
+ kludgy alternatives.
+
+ * pbuilder-buildpackage-funcs: fixed to use trap for buildpackage hooks.
+
| dancer | 2002-10-29 |
* | KILL_WAIT_PID related quoting fix | dancer | 2002-10-05 |
* | 2002-10-05 Junichi Uekawa <dancer@debian.org>••• * 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
| dancer | 2002-10-05 |
* | +•••+ * 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.
| dancer | 2002-09-29 |
* | +•••+ * 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
+
| dancer | 2002-09-16 |
* | + * pbuilder-checkparams (CHROOTEXEC): add --internal-chrootexec option to se...•••+
+ * pbuilder-createbuildenv: remove def for CHROOTEXEC
+ * pbuilder-updatebuildenv: ditto
+
+ * pbuilder-checkparams (CHROOTEXEC): CHROOTEXEC is set in checkparams, instead of -buildpackage etc.
| dancer | 2002-09-13 |
* | +2002-09-06 Junichi Uekawa <dancer@debian.org>•••+
+ * 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.
| dancer | 2002-09-06 |
* | + * pbuilder-buildpackage (BUILD_PID): race condition with•••+ termination. Make it display message before KILL.
+
| dancer | 2002-08-27 |
* | +•••+ * pbuilder-buildpackage (BUILD_PID): add error checking for "kill"
| dancer | 2002-08-24 |
* | + more verbose execution logs, better messages | dancer | 2002-08-20 |
* | fix up minor processes. | dancer | 2002-08-20 |
* | +2002-08-20 Junichi Uekawa <dancer@debian.org>•••+
+ * 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.
| dancer | 2002-08-20 |
* | update, fix for *.dsc file parsing. | dancer | 2002-05-13 |
* | fix documentation for pbuilderrc, and pbuilder-buildpackage executes D hooks ... | dancer | 2002-03-13 |
* | fixing minor regexp, and other things. | dancer | 2002-03-13 |
* | some minor fixups for satisfydepends workage.•••It is getting closer to working state. I think.
| dancer | 2002-03-13 |
* | created pbuilder-satisfydepends, and many changes today.•••Improvement generally.
| dancer | 2002-03-12 |
* | commit changes, trying to address bugs | dancer | 2002-03-03 |
* | fixed pbuilder-buildpackage -> runhooks load | dancer | 2002-02-24 |
* | added hooks support for pbuilder build target. | dancer | 2002-02-24 |
* | fixing fakeroot to work, and updating docs. | dancer | 2002-02-19 |
* | fixing su - username to su username.•••Env vars need to be preserved
| dancer | 2002-02-19 |
* | adding debug flag | dancer | 2002-02-19 |
* | some debug | dancer | 2002-02-19 |
* | fixed some bugs in the script, to make fakeroot work | dancer | 2002-02-19 |
* | updates, mostly for having giced bug, joeyh patch, and supporting emacs | dancer | 2002-02-19 |
* | trying to fix fakeroot bug. | dancer | 2002-02-17 |
* | add support for versioned build-deps with space in front. | dancer | 2002-02-17 |
* | commit fakeroot changes, fakeroot does not work. su refuses to•••change to user...
| dancer | 2002-02-16 |
* | updates, some potential changes. | dancer | 2002-02-15 |
* | changes | dancer | 2002-02-14 |
* | today's checkin | dancer | 2002-02-13 |
* | some minor changes. | dancer | 2002-02-11 |
* | some banners | dancer | 2002-02-10 |
* | fix more bug | dancer | 2002-02-10 |
* | fix more bug | dancer | 2002-02-10 |
* | fixing some more to make things versatile (version numbers could be uppercase) | dancer | 2002-02-10 |
* | Changes are done to pbuilder-buildpackage to fix outstanding bugs. | dancer | 2002-02-10 |
* | update, and bugfixes | dancer | 2002-02-09 |
* | added a routine in build routine to echo back the current time. | dancer | 2002-02-08 |
* | fixing typos and minor details. | dancer | 2002-02-01 |
* | modified the cleaning process to the one using trap, for create, update, and ...•••build is not modified (yet)
| dancer | 2002-01-27 |
* | added Daniel Kobras patch, to implement dpkg-buildpacakge options.•••Testing this should be a good idea.
| dancer | 2002-01-17 |
* | fixed typo | dancer | 2001-11-24 |
* | notes | dancer | 2001-11-24 |
* | fix for bug applied. | dancer | 2001-11-18 |