aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* + * debuild-pbuilder: a better handling of directory, copied from pdebuild.dancer2002-10-30
|
* +pbuilder (0.48) UNRELEASED; urgency=lowdancer2002-10-29
| | | | | | | + + * Not a released version. + + -- Junichi Uekawa <dancer@debian.org> Tue, 29 Oct 2002 22:59:12 +0900
* + * 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 +
* fix build rule to build uml for i386 only.dancer2002-10-24
|
* updancer2002-10-24
|
* +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.
* + * 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. +
* new verdancer2002-10-06
|
* 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
* updancer2002-09-29
|
* fix changelog. 0.40 is not yet released to the wild.dancer2002-09-29
|
* +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.
* * 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.
* make this package uploadabledancer2002-09-22
|
* * 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.
* * pbuilder-createbuildenv: use pbuilder-modules code fordancer2002-09-22
| | | | | | copying etc/ files. * pbuilder-modules: split out the function to copy local configuration.
* + * pbuilder-user-mode-linux.1: document with more details.dancer2002-09-19
| | | | | + + * pbuilder-user-mode-linux (OPERATION): add distribution option.
* add notes on whatever that this package is so on.dancer2002-09-18
|
* + * debian/pbuilder-user-mode-linux.files: create file. Move ↵dancer2002-09-16
| | | | | | | | | | pbuilder-user-mode-linux + + * debian/rules: move the thing from binary-arch to binary-indep + + * debian/control (Depends): update depends of debootstrap to 0.1.17.9 +
* + * pbuilder-user-mode-linux: add trapping and cleaning up routine.dancer2002-09-16
| | | | | | | | | | | | | | | | | | | + + * 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 +
* + * pbuilder-modules: add devfs supportdancer2002-09-09
| | | | | | | | | + 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.
* not-released tag is removed.dancer2002-09-06
|
* + * debian/changelog: 0.36dancer2002-09-06
|
* +2002-09-06 Junichi Uekawa <dancer@debian.org>dancer2002-09-06
| | | | | | | | | | | + + * 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.
* add changelogdancer2002-08-20
|
* fix typodate updatedancer2002-08-07
|
* date updatedancer2002-08-07
|
* +dancer2002-08-07
| | | | | | | | + * debian/changelog: 0.35 release + + * debian/control (Depends): stricter depends. + + * debian/README.Debian: update notes
* update doc for pbuilderrcdancer2002-08-05
|
* fix install of examples. should install now.dancer2002-07-23
|
* new file created to credit people,dancer2002-07-17
| | | | changelog fixed for 0.33 release.
* 20020713:vivare:dancer2002-07-12
|
* debconf modsdancer2002-07-11
|
* updancer2002-06-20
|
* note TMPDIR.dancer2002-06-18
|
* 20020531:atoron: add new logdancer2002-05-31
|
* +2002-05-30 Junichi Uekawa <dancer@debian.org>dancer2002-05-30
| | | | | + + * pbuilder-modules: add suggestion from david@josefine.at
* +2002-05-26 Junichi Uekawa <dancer@debian.org>dancer2002-05-26
| | | | | | + + * pbuilder-modules: use readlink -f to determine the real location of etc/hostname etc. +
* changes the changelog.dancer2002-05-14
|
* update, fix for *.dsc file parsing.dancer2002-05-13
|
* updated pbuilder bug, fixes in clean target. bug introduced by SMRdancer2002-05-13
|
* update changelog.dancer2002-05-13
|
* commit.dancer2002-05-13
|