aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* +2003-01-08 Junichi Uekawa <dancer@debian.org>dancer2003-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * pbuilder-user-mode-linux (UML_EXTRAOPT): --logfile option. + + * pbuilder-user-mode-linux.1: and document these new options. + + * pbuilder-user-mode-linux (OPERATION): --override-config option passed + through to pbuilder. + (EXTRAOPT): quote ${EXTRAOPT} which is probably meant to be passed + through. + (UML_EXTRAOPT): define as variable that is used to pass uml extra options. + and, of course, add these options: --binary-arch --override-config --timeout --http-proxy --configfile --hookdir --aptconfdir + + + * debian/rules (binary-arch): add manual page installation + + * pbuilder-uml.conf.5: new manual page + + * pbuilder-uml.conf (UML_MEM): Use 128MB memory per default, it would + be better to use that. + + * pbuilder-user-mode-linux: export HOME inside UML + Try and umount the device afterwards, so that it will be clean-mount + the next time. + thanks: Matt Zimmerman <mdz@debian.org> + (OPERATION): --uml-mem option. + + * pbuilder-checkparams: update copyright + + * pdebuild: update copyright info. + + * update copyright information to add 2003. + + * pbuilder-user-mode-linux: LOGNAME is set as soon as + entering UML. +
* 2003-01-07 Junichi Uekawa <dancer@debian.org>dancer2003-01-07
| | | | | + * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): update notes + on parallel-invocation of pbuilder-uml
* customized CSS for my page.dancer2003-01-07
|
* +2003-01-07 Junichi Uekawa <dancer@debian.org>dancer2003-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * Documentation/pbuilder-doc.xml: update documentation + and add chapter on pbuilder-uml, document that pbuilder-uml actually + works, and some detailed nodes on how to use them. + Add FAQ entry on how to specify extra apt sources. + + * pbuilder-user-mode-linux.1: update doc to document that + configuration files for pbuilder is now read in. + + * pbuilder-user-mode-linux: add debug info, to print out + the command-line used for running uml. + export TMPDIR=/tmp inside the chroot inside UML. + change UML_CHROOT_MOUNTPOINT from /tmp/ubd1 to /mnt, + and do not mkdir UML_CHROOT_MOUNTPOINT. + fix /tmp creation script so that /tmp is writable when + not using tmpfs. + use tempfile in creating the COW file. + clean COW file after finishing. + remove temporary file created by tempfile, because UML doesn't seem to + like the zero-byte file. (POSSIBLE SECURITY PROBLEM) + extra cleanup added for cleanup_function + + * pbuilder-uml.conf (BUILDPLACE): add definition of BUILDPLACE + for pbuilder-uml. It is probably needed, because BUILDPLACE + needs to be writable by the user for UML, while it is not for + pbuilder. + + * pbuilder-user-mode-linux: load config for pbuilder also, before + trying to load other things. + +2003-01-06 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): document possible usage of pbuilder for dchroot. + + * pbuilder.8: document --no-targz + + * pbuilder-checkparams (USE_PKGNAME_LOGFILE): allow + --no-targz option as alias to --internal-build-uml + + * pdebuild (ARCHITECTURE): use dpkg-architecture + to find out the architecture. + sign changes file not dsc file. + pointed out by + Andrew Lau <netsnipe@debianplanet.org>, bug #175432 + +2003-01-04 Junichi Uekawa <dancer@debian.org> + + * debian/control (Description): fix suggests to pbuilder-uml
* updancer2003-01-02
|
* update docs, move parts from README.Debian filedancer2002-12-31
|
* update docs, move parts from AUTORS filedancer2002-12-30
|
* update doc.dancer2002-12-30
|
* add documentation dirdancer2002-12-30
|
* add documentation dirdancer2002-12-30
|
* changedancer2002-12-30
|
* add notices of the change.dancer2002-12-30
|
* +2002-12-23 Junichi Uekawa <dancer@debian.org>dancer2002-12-23
| | | | | | + + * pbuilder-satisfydepends: add note of which versions to try in pdebuild. +
* typodancer2002-12-18
|
* + I had a typo, fix it.dancer2002-12-18
|
* updancer2002-12-18
|
* documentation updatedancer2002-12-16
|
* do not read-lockdancer2002-12-15
|
* +dancer2002-12-15
| | | | | + * pbuilder-modules (pbuilder-options): modify the ordering of scripts so that + concurrent-build experience is more active.
* 0.53dancer2002-12-13
|
* + * 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.
* --auto-debsign optiondancer2002-12-12
|
* +dancer2002-12-12
| | | | | + * pbuilder.8: fix the documentation to clarify that A is executed + after satisfying the build-depends.
* fix bug in --binary-arch target reported by Schelperdancer2002-12-07
|
* + * pbuilder-buildpackage-funcs: try and implement binary-arch option.dancer2002-11-27
| | | | | | | | | | | | | | + + * pbuilder-checkparams (--binary-arch): set DEBBUILDOPTS. + + * pbuilder.8: document --binary-arch + + * pbuilder-modules (pbuilder-options): add doc of binary-arch + + * pbuilder-checkparams (OVERRIDE_APTLINES): --binary-arch option. + (BINARY_ARCH): set initial value to "no". + thanks: Daniel Schepler <schepler@math.berkeley.edu> +
* +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
* +2002-11-25 Junichi Uekawa <dancer@debian.org>dancer2002-11-25
| | | | | | | | | | | | | | | + + * THANKS: update list of people. + + * pbuilder-modules (pbuilder-options): display value of $BASETGZ instead of + base.tgz + Bug: 167813 + Thanks: Michael Banck <mbanck@gmx.net> + + * pbuilder-user-mode-linux: Fix the order of conffile loading. + Bug: 167808 + Thanks: Peter Hawkins <peter@hawkins.emu.id.au> +
* update documentationdancer2002-11-11
|
* + * pbuilder.8: update documentation for --debemail, it was wrong.dancer2002-10-30
| | | | | | | | + + * pbuilderrc.5: update documentation for DEBEMAIL, it was wrong. + + * pbuilderrc (HOOKDIR): Set default DEBEMAIL to "". +
* + * pbuilder-satisfydepends: remove the debug thing.dancer2002-10-30
|
* + * debuild-pbuilder: a better handling of directory, copied from pdebuild.dancer2002-10-30
|
* + * pbuilder-satisfydepends: make CHROOTEXEC invocation to makedancer2002-10-30
| | | | + it less ambiguous, for versiondeps.
* + * pbuilder-buildpackage-funcs: unset LOGNAMEdancer2002-10-29
| | | | +
* + * pbuilder-satisfydepends (--continue-fail): add a new feature to debug.dancer2002-10-29
|
* + * pbuilderrc.5: updatedancer2002-10-29
| | | | | | | | | | | | + + * pbuilder.8: update documentation slightly. + + * THANKS: update thanks file. + + * pbuilder-buildpackage-funcs: LOGNAME is set to BUILDUSERNAME, and + Create shadow entry for inside chroot on fakerooting as well. + Reported by: Robert Bihlmeyer <robbe@orcus.priv.at> +
* +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. +
* + * pbuilder-checkparams (BASEBUILDPLACE): check for user-mode-linux operation,dancer2002-10-28
| | | | | | + Reported by ranty@debian.org + Bug: #166194 +
* +dancer2002-10-23
| | | | + * pbuilder-buildpackage-funcs: clean up when dsc-file copying into chroot fails.
* +dancer2002-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | + * debian/TODO: beautify file, with Todoo mode. + + * debian/control (Standards-Version): 3.5.7 + + * and revert the change made.... fuser will kill anything that + uses proc, which may be outside the chroot (including X and other + things..) + + * pbuilder-modules (umountproc): use "umount_one". + + * debian/control (Suggests): add psmisc Suggestion. + + * pbuilder-modules (umount_one): generic umount module split out from + umountproc + Add FORCE_KILL_WITH_FUSER option, kills processes with fuser if + "yes" + Reported by Thorsten Sauter <tsauter@gmx.net> + +2002-10-18 Junichi Uekawa <dancer@debian.org> + + * pbuilder-buildpackage-funcs: hack HOME variable. +
* - * debian/README.Debian: update everything.dancer2002-10-16
| | | | | | | | + * THANKS: update. + + * AUTHORS: update, add hmh. + + * debian/README.Debian: update a lot.
* + * debian/README.Debian: update everything.dancer2002-10-16
| | | | | | | | | | | | | | | | | + + * pbuilderrc.5: update doc to mention --override-config + + * pbuilder.8: update doc to mention that sid/sarge/woody are supported. + update doc to mention --override-config + + * pbuilder-modules: update the help text a little bit. + + * pbuilder-checkparams (OVERRIDE_APTLINES): new option --override-config + to install new aptlines. + + * pbuilder-modules (extractbuildplace): Check that OVERRIDE_APTLINES is not set, + and rewrite apt lines. +
* + * pbuilder-satisfydepends: apply patch from hmh, thanks!dancer2002-10-16
| | | | | + It now searches for a version that matches. + Bug: #164919
* +dancer2002-10-11
| | | | | | | | | | | | | | + * pbuilder-modules (create_basetgz): new function + add file locking + (extractbuildplace) add file locking. + + * pbuilder-updatebuildenv: use create_basetgz + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): make error handling more + fine-grained, and add more handling for error cases. + (create_basetgz): move function over to -modules. + and use it. +
* 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.
* + * pbuilder-runhooks (hooks): do not error out if there are no hooks in the ↵dancer2002-09-25
| | | | hookdir.
* * debuild-pbuilder.1: fix typo.dancer2002-09-24
| | | | | | | | | | | | update date. add author and URL. * pdebuild.1: add author, URL. * pbuilder.8: update date and add URL. * pbuilderrc.5: add credits and upstream URL. update date.
* * pbuilder-modules (copy_local_configuration): fix thedancer2002-09-24
| | | | | | rules to copy over to work around debootstrap breakage with handling of symlinks. Remove the target file prior to copy.
* * THANKS: updated thanks file.dancer2002-09-22
| | | | | | | | | | | | | | * pbuilder.8: update documentation, to clarify a bit. * pbuilder-checkparams (BUILDPLACE): Change command-line parsing so that it should fix problems with specifying configfile. (BUILDPLACE): only set CHROOTEXEC if it is empty. set CHROOTEXEC to be empty at the start of param checking. * pbuilder-createbuildenv: use pbuilder-modules code for copying etc/ files. * pbuilder-modules: split out the function to copy local configuration.