aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
...
* * pbuilder-createbuildenv: use pbuilder-modules code fordancer2002-09-22
| | | | | | copying etc/ files. * pbuilder-modules: split out the function to copy local configuration.
* + * debian/rules (binary-indep): install pbuilder-user-mode-linux.1 manpage.dancer2002-09-19
|
* + * pbuilder-user-mode-linux.1: document with more details.dancer2002-09-19
| | | | | + + * pbuilder-user-mode-linux (OPERATION): add distribution option.
* + * pbuilder-uml.conf: change configuration file so that it is more generic.dancer2002-09-18
| | | | | + + * debian/pbuilder-uml.files: add more files to be moved over to pbuilder-uml package.
* + * pbuilder-user-mode-linux: change the filenames to pbuilder.conf ↵dancer2002-09-18
| | | | | | | | | | | | | | pbuilder-uml.conf + + * 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.
* + * pbuilder-user-mode-linux (UML_MOUNT_TMPFS): fix update whatever.dancer2002-09-17
|
* +2002-09-17 Junichi Uekawa <dancer@debian.org>dancer2002-09-17
| | | | | | | | | | | | + + * 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.
* + * debian/control (Depends): add Source-Version dependency, because some ↵dancer2002-09-16
| | | | | | modules + are going to be incompatible with each other.
* + * 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-user-mode-linux (BUILDING_DSC_FILE): use --internal-build-umldancer2002-09-16
| | | | | | | | | | + + * 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 +
* experimental pbuilder-user-mode-linux createddancer2002-09-15
|
* + * pbuilder-checkparams (CHROOTEXEC): add --internal-chrootexec option to ↵dancer2002-09-13
| | | | | | | | | | set CHROOTEXEC variable. + + * pbuilder-createbuildenv: remove def for CHROOTEXEC + * pbuilder-updatebuildenv: ditto + + * pbuilder-checkparams (CHROOTEXEC): CHROOTEXEC is set in checkparams, instead of -buildpackage etc.
* + * AUTHORS: add notes on devfs support.dancer2002-09-09
|
* + * 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.
* + * debian/changelog: 0.36dancer2002-09-06
|
* + * debian/rules (binary-arch): add manpage installdancer2002-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.
* + * pbuilder-buildpackage (BUILD_PID): race condition withdancer2002-08-27
| | | | | + termination. Make it display message before KILL. +
* +dancer2002-08-24
| | | | + * pbuilder-buildpackage (BUILD_PID): add error checking for "kill"
* + more verbose execution logs, better messagesdancer2002-08-20
|
* fix up minor processes.dancer2002-08-20
|
* +2002-08-20 Junichi Uekawa <dancer@debian.org>dancer2002-08-20
| | | | | | | | | | | | | | | | + + * pbuilder-modules: document --timeout option. + + * pbuilder.8: document --timeout option + + * pbuilder-checkparams: add --timeout option + + * pbuilderrc.5: document TIMEOUT_TIME + + * pbuilder-buildpackage (CHROOTEXEC): add missing executehooks "C" to a + case. + (CHROOTEXEC): clean the command-line a bit, so that it's easier to use. + (BUILD_PID): add timeout for build process.
* added notes on authors, and background.dancer2002-08-17
|
* +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 permissionsdancer2002-07-23
|
* 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
|
* add linda exampledancer2002-06-20
|
* note TMPDIR.dancer2002-06-18
|
* +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. +
* updatedancer2002-05-13
|
* update, fix for *.dsc file parsing.dancer2002-05-13
|
* updated pbuilder bug, fixes in clean target. bug introduced by SMRdancer2002-05-13
|
* changed the behavior to ignore blank configs in clean target.dancer2002-05-13
|
* changed logic to do clean, to load config file properly.dancer2002-05-13
|
* implement /dev/pts mounting routinedancer2002-05-07
|
* releasedancer2002-05-01
|
* changed manpage pbuilder.1 to pbuilder.8dancer2002-04-30
|
* Documentation updates, and adding examples to CVS repository finally.dancer2002-04-30
|
* 20020429:vivare: minor modsdancer2002-04-29
|
* commitdancer2002-04-15
|
* updatedancer2002-04-13
|