aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* update copyright info.dancer2006-05-30
|
* Fix a misspelling of pdebuild.kraai2006-05-30
|
* From comment from Sesse, note that thedancer2006-05-27
| | | | | default place build results are placed is /var/cache/pbuilder/result.
* document cowdancer/pbuilder.dancer2006-05-27
|
* initial cowbuilder support in pdebuilddancer2006-05-24
| | | | | | | | | | | | pbuilder supports pdebuild/cowbuilder login/execute/update/create etc. can also be --login/--execute/--update/--create etc. to cater for cowbuilder documentation updates / XML typesetting fixes. manpage fixes / spellchecking generally what I did while I was on plane trip from Debconf Mexico to Japan.
* revert the satisfydepends change until it is confirmed with dpkg-dev ↵dancer2006-05-22
| | | | maintainers.
* update documentation.dancer2006-05-17
|
* * Documentation/pbuilder-doc.xml: document method for adding localdancer2006-05-15
| | | | | repository. thanks to Ondrej.
* * Support for new style architecture specifications (closes: #363193)dancer2006-05-15
| | | | Thanks to Peter Eisentraut for patch.
* * fix pdebuild --help output (closes: #367133)dancer2006-05-14
| | | | | | | | | | | * pbuilderrc.5: undocument the restriction that --buildresult option needs to be specified for pdebuild, and BUILDRESULT cannot be used. I should probably warn that the directory should be absolute. * pdebuild.1: fix man a bit to make --buildresult option doc unambiguous.
* + * Documentation/pbuilder-doc.xml: update docs on user-mode-linux usage.dancer2006-04-22
| | | | | | + add reference to PDF version. and update some copyright years to 2006.
* pdebuild: give --uid/--gid options to pdebuild-internaldancer2006-04-22
| | | | it will fix the testsuite failure
* pdebuild --help works without ./debian dir.dancer2006-04-01
|
* spelling fix.dancer2006-03-31
|
* updatedancer2006-03-21
|
* regression update, added pkgname-logfile checkdancer2006-03-17
|
* +2006-03-18 Junichi Uekawa <dancer@debian.org>dancer2006-03-17
| | | | | | | | | | | | + + * pbuilder.8: update documentation of --pkgname-logfile + + * pbuilder-buildpackage: allow chown, and add support for PKGNAME_LOGFILE_EXTENTION. + + * pbuilderrc (PKGNAME_LOGFILE_EXTENTION): add + + * pbuilderrc.5: document +
* add support for chmod/chown of logfile, needs more work.dancer2006-03-17
|
* documentation update, and add hooks to generate PDF documentation for pbuilder.dancer2006-03-07
|
* remove support for --nonusmirror.dancer2006-02-22
|
* update testsuite results, all successful.dancer2006-02-22
| | | | remove testsuite/regression/344089-initscripts-inetd-workaround-check.sh, since the problem is now gone.
* preliminary support for bind-mounted apt cache directory.dancer2006-02-12
|
* * Update pbuilderrc man page to specify EXTRAPACKAGES is space-delimiteddancer2006-02-11
| | | | | | | | | (Closes: #352224). * Bug fix: "sudo pbuilder login --save-after-login includes the apt cache in the base.tgz", thanks to Andreas Beckmann (Closes: #351526). * Bug fix: "pbuilder: Arch-specific build-deps printed weird", thanks to Daniel Schepler (Closes: #184149).
* implement hookdir for workaround of initscripts and cdebootstrap bug.dancer2006-01-29
| | | | add G hooks for pbuilder create.
* * improve B92test-pkg: cd to package build directory before invokingdancer2006-01-24
| | | | test scripts.
* +dancer2006-01-13
| | | | | | | + * debian/TODO: update notes on cowdancer. + + * Documentation/pbuilder-doc.xml (BINDMOUNTS): add note on regression testing. +
* + * Bug fix: "pbuilder: url to debian experimental's apt archive seems todancer2006-01-12
| | | | + have changed recently", thanks to Johan Boule (Closes: #347296).
* 344958 documentation update.dancer2006-01-06
|
* 344958dancer2006-01-06
|
* 345870dancer2006-01-06
|
* use readlink -f instead of -e.dancer2005-12-21
| | | | add q-funk's script.
* update workaround for libc to work around bugs in initscripts.dancer2005-12-21
|
* Document HOME=/tmp/buildd inside chroot.dancer2005-12-19
| | | | set HOME=$(pwd)/../ in pdebuid-internal to match pdebuild.
* add a regression testsuite.dancer2005-12-12
| | | | | Document that ccache requires cache directory to be writable by the user within chroot. re #342665
* update TODOdancer2005-12-09
|
* Use readlink -e instead of readlink -f :dancer2005-12-05
| | | | | | | | | | | | | | | | | | | * pdebuild-user-mode-linux: * pdebuild-uml-checkparams: * pdebuild-checkparams: * pdebuild: readlink -e instead of readlink -f * pbuilder-uml-checkparams: readlink -e instead of readlink -f * pbuilder-modules: readlink -e instead of readlink -f * pbuilder-createbuildenv: quote HOOKDIR and readlink -e instead of readlink -f. * pbuilder-checkparams: * pbuilder-buildpackage: use readlink -e here. * pbuilder-buildpackage-funcs: use readlink -e instead of readlink -f. 342117 thanks to Markus Kolb
* pbuilder-buildpackage-funcs: 'install' was missing from apt-get for ↵dancer2005-12-05
| | | | | | | | EXTRAPACKAGES handling. Fix. pbuilderrc: make fakeroot default. Documentation/pbuilder-doc.xml: update a note on pdebuild-internal is ran as the outside user uid. pdebuild-internal: Add a note what I'm doing.
* Revert to using --force-yes, since --allow-unauthenticated doesn't work with ↵dancer2005-12-04
| | | | | | | | | sarge * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missing --force-yes option", thanks to qfunk (Closes: #340715). Note: --allow-unauthenticated is probably a better option here, but apt-get in sarge does not support it, we will revisit it after etch.
* * Bug fix: "pbuilder-buildpackage-funcs check for createbuilduser fordancer2005-12-04
| | | | | | SUTOUSER is bogus", thanks to Brian Nelson (Closes: #338976). * Bug fix: "--no-targz option creates tarball in pbuilder create", thanks to Junichi Uekawa (Closes: #341916).
* * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missingdancer2005-12-04
| | | | | | --allow-unauthenticated option", thanks to qfunk (Closes: #340715). - fixed other scripts to use --allow-unauthenticated option rather than --force-yes. * debconf compatibility level 4
* add ccache support documentation. #178350dancer2005-12-01
|
* preserve environment when su to root.dancer2005-12-01
|
* update testsuitedancer2005-11-29
|
* fix typo/thinkodancer2005-11-16
|
* check before editing /etc/shadowdancer2005-11-16
|
* 337541: 0.138: allow xvfb to work inside pbuilderdancer2005-11-11
|
* fixed documentation, added changes to createbuildenv to chek for error statedancer2005-11-03
| | | | | when debootstrap/cdebootstrap does not exist. Documentation update.
* add TODO items related to /etc/mtabdancer2005-11-02
|
* workaround Matt's commit;dancer2005-11-02
| | | | add ||true for 'ln -s' creating mtab.
* update TODO filedancer2005-11-02
|