aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* update testsuite and verify that it works.dancer2004-03-13
|
* pbuilder memo implementationdancer2004-02-28
| | | | 0.100
* releaseddancer2004-02-18
|
* updancer2004-01-18
|
* +2004-01-19 Junichi Uekawa <dancer@debian.org>dancer2004-01-18
| | | | | | | | | | | | | | | | | | + + * pdebuild-user-mode-linux.1: document + + * pdebuild.1: document + + * pdebuild-internal: add support for DEBBUILDOPTS + + * pdebuild-user-mode-linux: add support for DEBBUILDOPTS + remove '|| true ' from dpkg-source invocation + + * pdebuild: --debbuildopts support. + + * examples/execute_installtest.sh (KILLPID): add killing routine; + change it to reboot, to get a reboot done. +
* modifications to copyright notice, anddancer2004-01-11
| | | | run-test.sh
* updancer2004-01-11
|
* fix B91DPKG-Idancer2004-01-10
|
* + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): Document apt-proxy is ↵dancer2003-12-30
| | | | usable as a proxy.
* +dancer2003-12-28
| | | | | | | + * Documentation/pbuilder-doc.xml: update docs on --use-pdebuild-internal + release 0.98
* pdebuild testsuite added.dancer2003-12-27
|
* releaseddancer2003-12-23
|
* +2003-12-23 Junichi Uekawa <dancer@debian.org>dancer2003-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * Makefile (install): update build rules to install pdebuild-internal + + * pbuilderrc.5: update document USE_PDEBUILD_INTERNAL + + * pdebuild-user-mode-linux.1: document --use-pdebuild-internal + + * pdebuild.1: document --use-pdebuild-internal + + * pbuilder-modules: document use-pdebuild-internal + + * pbuilder-checkparams: --use-pdebuild-internal option. + + * pdebuild: use pdebuild-internal if USE_PDEBUILD_INTERNAL option is 'yes' + + * pdebuild-user-mode-linux: use pdebuild-internal if USE_PDEBUILD_INTERNAL option is 'yes' + + * pdebuild-internal: Implement a pbuilder execute script to be + used for pdebuild without doing debian/rules clean outside of chroot. + + * pbuilder-checkparams: support multiple bindmounts; + delimit it with spaces. + + * pbuilder-modules: add --debug option here. +
* add /etc/mailnamedancer2003-12-20
|
* 0.96 releasedancer2003-12-17
|
* documentdancer2003-12-17
|
* + * debian/control (Description): do not conflict with older bash.dancer2003-12-16
| | | | | | | | | | | | | | | + + * pbuilder-buildpackage-funcs: + * pbuilder-checkparams: do not error out on + failure to unset. + + * pbuilder.8: document --debug. + + * pbuilder-checkparams (IGNORE_UMOUNT): --debug option. + + * pbuilder-createbuildenv: + * pbuilder-updatebuildenv: use PBUILDER_DEBUGMODE variable +
* + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): use $TRAP instead of trap,dancer2003-12-16
| | | | | | | + and set TRAP to trap only when PRESERVE_BUILDPLACE is not yes. + + * Makefile (install): install new examples. + * atoron.procmailrc (DUMMY): add daisuke to family.
* pbuilder execute with command-line options support.dancer2003-12-15
| | | | Documentation, and mass-install script.
* /dev/null error comes from nodevdancer2003-12-14
|
* + * Documentation/pbuilder-doc.xml (EXTRAPACKAGES): add notes on debconf ↵dancer2003-12-14
| | | | inside pbuilder.
* updancer2003-12-11
|
* +dancer2003-12-10
| | | | | | | + * debuild-pbuilder.1: fix document formatting error, from Roland Stigge. + + * pbuilder-runhooks (hooks): Try and detect file name non-matching case + for hooks, from Dale Amon.
* add conflicts with older bashdancer2003-11-27
|
* update doc on fakechrootdancer2003-11-20
|
* + * pbuilder-user-mode-linux: preen fsck.dancer2003-11-16
| | | | | + comment out fsck bit, it's too slow. +
* + * THANKS: adddancer2003-11-16
| | | | | | | + + * pbuilder-runhooks: fix warning messages to be more correct, thanks + to Daniel Martin. +
* +dancer2003-11-10
| | | | | | + * pbuilder-modules (pbuilder-options): reorder umount and mount so that + dev, devpts, proc is done in that order. +
* change slightly.dancer2003-11-08
|
* + * pbuilder-user-mode-linux: add fsckdancer2003-11-08
|
* + * pdebuild-user-mode-linux.1: update documentation.dancer2003-11-05
| | | | | | | + + * pdebuild.1: typographical fix. + + * pdebuild-user-mode-linux (ARCHITECTURE): update to support --configfile option.
* 0.93dancer2003-10-28
|
* +2003-10-29 Junichi Uekawa <dancer@debian.org>dancer2003-10-28
| | | | | | | | + + * debian/TODO: note the memo. + + * elmo.txt: note on apt. +
* +2003-10-28 Junichi Uekawa <dancer@debian.org>dancer2003-10-27
| | | | | | | | | | | | | | | | | | | | | | | | + + * pdebuild.1: pbuilder will use the config file that is specified + as pdebuild command-line. + + * pdebuild (ARCHITECTURE): Add --configfile to the call to pbuilder + invocation. + + * pbuilder-checkparams (IGNORE_UMOUNT): EXTRA_CONFIGFILE is an array + containing the list of CONFIGFILEs loaded via --configfile. + + * pbuilder-user-mode-linux: rename variable that looked similar to + other variable. CONFIGFILE->SYSTEM_CONFIG. + + * pbuilder-checkparams (IGNORE_UMOUNT): add error check to --configfile option + + * pbuilderrc.5: update docs on BUILDRESULT not effective on + pdebuild. + + * pdebuild.1: add notes on pdebuild requiring buildresult to be + specified. +
* 0.92dancer2003-10-23
|
* fix a bitdancer2003-10-22
|
* + * pbuilder.8: document.dancer2003-10-19
| | | | + add more warnings against bind mounting. -xdev does cross bind-mount boundaries if they are the same device.
* +pbuilder (0.90) unstable; urgency=lowdancer2003-10-18
|
* + * testsuite/run-test.sh (PBUILDER_UML): add more cases, test-build ↵dancer2003-10-18
| | | | | | | | | debootstrap also. + + * pbuilder-modules (pbuilder-options): change policy-rc.d to allow makedev + to run. +
* * pbuilder-user-mode-linux.1: update doc.dancer2003-10-17
| | | | | * pbuilder-user-mode-linux (UML_DEBUGMODE): error check if BUILDPLACE is user-accessible.
* updatedancer2003-10-09
|
* new entrydancer2003-10-04
|
* releasedancer2003-10-04
|
* +dancer2003-10-04
| | | | | | | + * auditing of readlink occurrences + * Bug fix: "pbuilder: Please deal with nonexistent --buildplace + directory", reported from Artur R. Czechowski (Closes: #213890). +
* new releasedancer2003-09-23
|
* +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-09-23
| | | | | | | | | | | | | + * debian/TODO: update + + * pbuilder.8: updated docs. + + * pbuilder-user-mode-linux.1: add docs on new options, mirror and nonusmirror. + + * testsuite/run-test.sh (PBUILDER_UML): add option --mirror. + + * pbuilder-user-mode-linux (UML_DEBUGMODE): support mirror option to set mirror, and nonusmirror. up
* + * Bug fix: "pdebuild continues after source package fails to build",dancer2003-09-21
| | | | + thanks to Matt Kraai (Closes: #211108).
* + * Makefile (clean): remove testsuite/testimage, it's 1G.dancer2003-09-18
| | | | | | | | | | | | + (full-check): add new target to run the test program. + + * pbuilder-user-mode-linux (UML_EXITCODE): check for rootstrap.conf in the + current directory. + + * testsuite/run-test.sh (PBUILDER_UML): a test script to run pbuilder-uml and see if it's working. + + * testsuite/rootstrap.conf (interface): testsuite config +
* +2003-09-04 Junichi Uekawa <dancer@debian.org>dancer2003-09-03
| | | | | | | | | | | | | | | | + + * pbuilder-modules: fix typo in file existence checking. + + * debian/TODO: how about passing "-o dpkg::Options=--force-confnew" to apt? is now done. + Request from Roland Stigge <ernie@atari.antcom.de> + to finally implement the missing feature. + + * pbuilder-checkparams: set FORCE_CONFNEW array variable if + DEBIAN_FRONTEND is noninteractive to allow non-interactive install. + + * pbuilder-updatebuildenv: use FORCE_CONFNEW variable to + give force-confnew option to DPKG +