aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* +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. +
* updancer2003-08-24
|
* 0.83dancer2003-08-22
| | | | | | | | | | | + + * pbuilder-user-mode-linux: error out when COW file cannot be created. + (UML_DEBUGMODE): add --buildplace option. + + * pbuilder-user-mode-linux.1: update manual page since some + information are missing. + Add information on --buildplace option. +
* + * pbuilder-user-mode-linux: Give warning when ran as root.dancer2003-08-20
| | | | | + * Give more meaningful message when there is problem accessing the root + filesystem from inside user-mode-linux. (closes: #206292)
* + * pbuilder-buildpackage (BUILD_PID): Use chown "userid:" instead ofdancer2003-08-20
| | | | + "userid"
* updancer2003-08-15
|
* + * "pbuilder-user-mode-linux create" will run properly when --distributiondancer2003-08-15
| | | | + is unset.
* updancer2003-08-14
|
* 0.80dancer2003-08-08
|
* +2003-08-05 Junichi Uekawa <dancer@debian.org>dancer2003-08-04
| | | | | | + + * pbuilder-user-mode-linux: add 'rw' option to linux invocation to mount + / read-write.
* + * pbuilder-user-mode-linux (UML_EXITCODE): remove |lv from pipe,dancer2003-08-01
| | | | | | | + it's not needed. + Subject: Bug#203732: pbuilder-uml: Missing dependency on lv + From: Daniel Schepler <schepler@math.berkeley.edu> +
* + * pbuilder-user-mode-linux: support --distribution flag fordancer2003-07-26
| | | | | | + pbuilder-user-mode-linux + #176095 +
* +dancer2003-07-26
| | | | | + * debian/pbuilder.links: Try symlinking /etc/pbuilderrc to /etc/pbuilder/pbuilderrc +
* improve doc slightly.dancer2003-07-21
|
* changes to documentation.dancer2003-07-08
|
* patch user-mode-linux to use --configfile optiondancer2003-07-02
|
* uploaddancer2003-06-08
|
* mark documentationdancer2003-06-07
|
* updancer2003-04-24
|
* fixdancer2003-04-20
|
* pbuilder update fixdancer2003-04-20
|
* fix pbuilder-buildpackage ordering, and release 0.73dancer2003-04-20
|
* documentation updates, and fixing ordering of D hooksdancer2003-04-19
|
* update rootstrap depends.dancer2003-04-15
|
* updancer2003-04-10
|
* 0.71 -- fix UML umount problem by not umounting at alldancer2003-04-08
|
* 0.70dancer2003-04-06
|
* updancer2003-03-24
|
* +dancer2003-03-12
| | | | | | | | + * pbuilder-modules (pbuilder-options): fix applying of preserve-buildplace patch. + + * pbuilder-checkparams (PRESERVE_BUILDPLACE): thinko fix. + do not unset buildresult. + 184420,184422
* releasedancer2003-03-11
|
* add bug number to close.dancer2003-03-11
|
* updancer2003-03-11
|
* updancer2003-03-11
|
* fix satisfydependsdancer2003-03-11
|
* fixdancer2003-03-11
|
* prepare for release of 0.67dancer2003-03-10
|
* updancer2003-03-10
|
* + * pbuilder.8,pbuilder-createbuildenv,pbuilder-updatebuildenv: change hook ↵dancer2003-03-10
| | | | | | name to E. +
* + * debian/rules: add check target for build.dancer2003-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | + + * Makefile (check): add check target to makefile, to see if there is + any syntax error. + + * pbuilder-updatebuildenv: support --preserve-buildplace + apply things from + Daniel Schepler <schepler@math.berkeley.edu> + + * pbuilder-satisfydepends: support --preserve-buildplace + support Format: field. + + * pbuilder-modules (pbuilder-options): support --preserve-buildplace + + * pbuilder-buildpackage (PACKAGENAME): support --preserve-buildplace + + * pbuilder-buildpackage-funcs: support --preserve-buildplace + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): support --preserve-buildplace + + * pbuilder-checkparams (PRESERVE_BUILDPLACE): add PRESERVE_BUILDPLACE + + * pbuilder.8: update docs to add --preserve-buildplace +
* +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. +
* update datedancer2003-03-09
|
* +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>
* commitdancer2003-03-01
|
* +2003-02-22 Junichi Uekawa <dancer@debian.org>dancer2003-02-22
| | | | | | + + * pbuilder: check if it is in UML mode, and do not warn if it is in + UML mode.
* +2003-02-13 Junichi Uekawa <dancer@debian.org>dancer2003-02-13
| | | | | | | | | | | | | | | | | | | | | | | + + * Documentation/pbuilder-doc.xml: document an example script to + start up ssh inside pbuilder-uml. + + * pbuilder-checkparams: support execute option. + + * Documentation/pbuilder-doc.xml: document pbuilder-uml more, + and execute command. + + * pbuilder-modules: update copyright statement. + document "execute" + + * pbuilder-user-mode-linux.1: document "execute" command + + * pbuilder-user-mode-linux: implement execute command. + + * pbuilder.8: document "execute" + + * pbuilder: "execute" command. +
* release this packagedancer2003-02-12
|
* +dancer2003-02-10
| | | | | | | | | | | | | | | | | | | + * pdebuild: set pdebuild here as well. + + * pbuilder-checkparams (BASEBUILDPLACE): support the convention, and + do not exec < /dev/null in that case. + + * pdebuild-user-mode-linux (PBCURRENTCOMMANDLINEOPERATION): set to + pdebuild-user-mode-linux. + + * pbuilder-user-mode-linux.1: fix manual to have pbuilder-uml.conf.5 + + * Makefile (install): add pdebuild-user-mode-linux + + * pdebuild-user-mode-linux.1: Initial manual page. + + * pdebuild-user-mode-linux: try making a new script that + uses pbuilder-user-mode-linux for building instead of pbuilder.
* updancer2003-02-10
|
* cp -pdancer2003-02-07
|