aboutsummaryrefslogtreecommitdiff
path: root/THANKS
Commit message (Collapse)AuthorAge
* * Bug fix: "Patch for pbuilder-distribution.sh script for use withJunichi Uekawa2007-06-23
| | | | pdebuild", thanks to Andres Mejia (Closes: #429770).
* * Support for new style architecture specifications (closes: #363193)dancer2006-05-15
| | | | Thanks to Peter Eisentraut for patch.
* +2005-03-04 Junichi Uekawa <dancer@debian.org>dancer2005-03-04
| | | | | | | | | | | | | | | | | | | + + * pbuilder: apply patch frp, Danilo to save aptcache on pbuilder login. + Apply similar change to pbuilder execute. + 271600 + + * pbuilder.8: + * pbuilder-checkparams: + * pbuilder-modules: support --aptcache option + thanks: Danilo Piazzalunga <danilopiazza@libero.it> + 295766 + + * Cleaned build dir for pbuilder-uml #297100 + + * pbuilder-modules (pbuilder-options): document save-after-login/exec + flag in --help output. #296672 +
* update documentation, and other minor fix in response to FIXME entries.dancer2004-12-01
|
* +pbuilder (0.107) unstable; urgency=lowdancer2004-06-19
| | | | | | | | | | | | | | + + * Document that pdebuild accepts pbuilder options as pdebuild + options but ignores them, in the manual page. (Closes: #255005). + * Feature request, '--uml-login-nocow' : "pbuilder-uml: How about a &quot;muckwith&quot; option, login + without cowdevice", from Paul Hampson (Closes: #251482). + * Feature: Do not hardcodes rootstrap image size argument", + thanks to Mike Markley (Closes: #252800). + * UML: Fix error message when --buildresult specified wrong directory + + -- Junichi Uekawa <dancer@debian.org> Sat, 19 Jun 2004 11:27:10 +0900 +
* pbuilder memo implementationdancer2004-02-28
| | | | 0.100
* + * THANKS: adddancer2003-11-16
| | | | | | | + + * pbuilder-runhooks: fix warning messages to be more correct, thanks + to Daniel Martin. +
* +dancer2003-10-04
| | | | | | | + * auditing of readlink occurrences + * Bug fix: "pbuilder: Please deal with nonexistent --buildplace + directory", reported from Artur R. Czechowski (Closes: #213890). +
* +dancer2003-09-23
| | | | | | | | | | | | | | | + * pbuilder-modules (pbuilder-options): actually, return 101 for policy-rc.d + + * debian/TODO: update + + * pbuilder-modules (pbuilder-options): install policy-rc.d inside chroot if it does not exist, + and make it a dummy exit-all one. + + * THANKS: add Aaron here. + + * pbuilder-buildpackage (PACKAGENAME): use echo here, so that su won't + mess up the command-line. c.f. 203584, "Aaron M. Ucko" <ucko@debian.org> +
* +dancer2003-08-31
| | | | | | | | | | | + * debian/changelog: 0.85 + + * THANKS: update + + * pbuilder-checkparams (IGNORE_UMOUNT): fix case of --basetgz option + when the base.tgz does not exist (pbuilder create). + readlink failed if file did not exist. +
* +2003-08-27 Junichi Uekawa <dancer@debian.org>dancer2003-08-26
| | | | | | | | | | | | | | | + + * Documentation/pbuilder-doc.xml (PBUILDER_UML_IMAGE): Update + documentation to note updates that I am aware of. + + * THANKS: update the list. + + * pbuilder.8: fix unintended italic in manual page + Subject: Bug#207390: italicized period in manual page + From: Matt Kraai <kraai@alumni.cmu.edu> + + * pbuilder-buildpackage (BUILD_PID): add default BUILDRESULTGID for chown. +
* + * "pbuilder-user-mode-linux create" will run properly when --distributiondancer2003-08-15
| | | | + is unset.
* +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. +
* +2003-03-09 Junichi Uekawa <dancer@debian.org>dancer2003-03-09
| | | | | | | | | | | | | | + + * pbuilder.8: fix typo + From: Tommaso Moroni <tommaso.m@tiscalinet.it> + Subject: Bug#184049: pbuilder: typo error in man page + + * THANKS: update. + + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): add doc on PS1 + setting for pbuilder. + 183861: distinctive prompt + Barak Pearlmutter <bap@cs.unm.edu>
* Add Daniel Schepler to AUTHORS instead of THANKS. He has done so much.dancer2003-03-06
|
* changedancer2003-01-18
|
* +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. +
* documentation updatedancer2002-12-16
|
* do not read-lockdancer2002-12-15
|
* + * 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.
* + * 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> +
* + * 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> +
* + * pbuilder-checkparams (BASEBUILDPLACE): check for user-mode-linux operation,dancer2002-10-28
| | | | | | + Reported by ranty@debian.org + Bug: #166194 +
* - * debian/README.Debian: update everything.dancer2002-10-16
| | | | | | | | + * THANKS: update. + + * AUTHORS: update, add hmh. + + * debian/README.Debian: update a lot.
* 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
* * 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.
* new file created to credit people,dancer2002-07-17
changelog fixed for 0.33 release.