aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* 0.53dancer2002-12-13
* + * 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. dancer2002-12-12
* --auto-debsign optiondancer2002-12-12
* +•••+ * pbuilder.8: fix the documentation to clarify that A is executed + after satisfying the build-depends. dancer2002-12-12
* fix bug in --binary-arch target reported by Schelperdancer2002-12-07
* + * pbuilder-buildpackage-funcs: try and implement binary-arch option.•••+ + * 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> + dancer2002-11-27
* +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 dancer2002-11-27
* +2002-11-25 Junichi Uekawa <dancer@debian.org>•••+ + * 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> + dancer2002-11-25
* update documentationdancer2002-11-11
* + * pbuilder.8: update documentation for --debemail, it was wrong.•••+ + * pbuilderrc.5: update documentation for DEBEMAIL, it was wrong. + + * pbuilderrc (HOOKDIR): Set default DEBEMAIL to "". + dancer2002-10-30
* + * 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 make•••+ it less ambiguous, for versiondeps. dancer2002-10-30
* + * pbuilder-buildpackage-funcs: unset LOGNAME•••+ dancer2002-10-29
* + * pbuilder-satisfydepends (--continue-fail): add a new feature to debug.dancer2002-10-29
* + * pbuilderrc.5: update•••+ + * 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. + dancer2002-10-29
* + * pbuilder-checkparams (BASEBUILDPLACE): check for user-mode-linux operation,•••+ Reported by ranty@debian.org + Bug: #166194 + dancer2002-10-28
* +•••+ * pbuilder-buildpackage-funcs: clean up when dsc-file copying into chroot fails. dancer2002-10-23
* +•••+ * 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. + dancer2002-10-19
* - * debian/README.Debian: update everything.•••+ * THANKS: update. + + * AUTHORS: update, add hmh. + + * debian/README.Debian: update a lot. dancer2002-10-16
* + * debian/README.Debian: update everything.•••+ + * 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. + dancer2002-10-16
* + * pbuilder-satisfydepends: apply patch from hmh, thanks!•••+ It now searches for a version that matches. + Bug: #164919 dancer2002-10-16
* +•••+ * 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. + dancer2002-10-11
* KILL_WAIT_PID related quoting fixdancer2002-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 dancer2002-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. dancer2002-09-29
* + * pbuilder-runhooks (hooks): do not error out if there are no hooks in the ...dancer2002-09-25
* * debuild-pbuilder.1: fix typo.••• 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. dancer2002-09-24
* * pbuilder-modules (copy_local_configuration): fix the••• rules to copy over to work around debootstrap breakage with handling of symlinks. Remove the target file prior to copy. dancer2002-09-24
* * THANKS: updated thanks file.••• * 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. dancer2002-09-22
* * pbuilder-createbuildenv: use pbuilder-modules code for••• copying etc/ files. * pbuilder-modules: split out the function to copy local configuration. dancer2002-09-22
* + * debian/rules (binary-indep): install pbuilder-user-mode-linux.1 manpage.dancer2002-09-19
* + * pbuilder-user-mode-linux.1: document with more details.•••+ + * pbuilder-user-mode-linux (OPERATION): add distribution option. dancer2002-09-19
* + * pbuilder-uml.conf: change configuration file so that it is more generic.•••+ + * debian/pbuilder-uml.files: add more files to be moved over to pbuilder-uml package. dancer2002-09-18
* + * pbuilder-user-mode-linux: change the filenames to pbuilder.conf pbuilder-...•••+ + * pbuilder-user-mode-linux.1: document config files. + + * pbuilder-uml.conf: change filename. + + * uml.conf: new file created. + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): add update after create. It should work better. + (UML_MOUNT_TMPFS): add config file loading routine. dancer2002-09-18
* +•••+ * pbuilder-user-mode-linux (BUILDING_DSC_FILE): add update after create. It should work better. dancer2002-09-18
* + * pbuilder-user-mode-linux (UML_MOUNT_TMPFS): fix update whatever.dancer2002-09-17
* +2002-09-17 Junichi Uekawa <dancer@debian.org>•••+ + * pbuilder-user-mode-linux.1: create manual page + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): update script to get it working. + 2002-09-16 Junichi Uekawa <dancer@debian.org> + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): change the construct of the script. + (UML_MOUNT_TMPFS): make chroot tmpfs mounting optional. dancer2002-09-17
* + * debian/control (Depends): add Source-Version dependency, because some mod...•••+ are going to be incompatible with each other. dancer2002-09-16
* + * debian/pbuilder-user-mode-linux.files: create file. Move pbuilder-user-mo...•••+ + * debian/rules: move the thing from binary-arch to binary-indep + + * debian/control (Depends): update depends of debootstrap to 0.1.17.9 + dancer2002-09-16
* + * pbuilder-user-mode-linux: add trapping and cleaning up routine.•••+ + * pbuilder-modules: modify things shuffling around until it works... + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): add call to pbuilder update. + + * pbuilder-updatebuildenv: check for INTERNAL_BUILD_UML and ignore the + basetgz creation in UML. + + * pbuilder-modules: remove invocation of hostname from uml. + + * debian/control (Depends): require 1.31.1 or greater of debianutils for readlink + + * Makefile (install): add pbuilder-user-mode-linux to install target + + * debian/control (Depends): add depends on debianutils, for readlink + dancer2002-09-16
* + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): use --internal-build-uml•••+ + * pbuilder-modules (extractbuildplace): change to do less things + when INTERNAL_BUILD_UML is specified. + (cleanbuildplace): add check for INTERNAL_BUILD_UML + + * pbuilder-checkparams (--internal-build-uml): new option. + 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 + dancer2002-09-16
* experimental pbuilder-user-mode-linux createddancer2002-09-15
* + * 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. dancer2002-09-13
* + * AUTHORS: add notes on devfs support.dancer2002-09-09
* + * pbuilder-modules: add devfs support•••+ Thanks to: "Dagfinn Ilmari Manns?er" <ilmari@ping.uio.no> + + * pbuilderrc (USEDEVFS): change default value on USEDEVFS + * pbuilderrc.5: update docs on noninteractive. + document USEDEVFS dancer2002-09-09
* +•••+ * pbuilderrc.5: update docs on noninteractive. dancer2002-09-09
* + * debian/changelog: 0.36dancer2002-09-06