Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Misc enhancements to sample lintian hook | Loïc Minier | 2009-09-21 |
| | | | | | examples/B90lintian: Run lintian as pbuilder and not root and show how to not fail the build if lintian fails. | ||
* | Declare bashisms explicit in buildall script. (closes: #530157) | Junichi Uekawa | 2009-05-31 |
| | |||
* | A Hook to add Non-free distribution to sources.list. | Junichi Uekawa | 2009-01-12 |
| | | | | | This is useful when you have to use non-free and don't really want to rebuild the tarball. | ||
* | improve B92test-pkg: Allow satisfying dependency inside chroot. | Junichi Uekawa | 2008-11-30 |
| | | | | | This allows easier testing when package is new and not already packaged in Debian. | ||
* | remove linda and use lintian, linda is now gone. | Junichi Uekawa | 2008-03-06 |
| | |||
* | try ignoring test for packages which do not have tests | Junichi Uekawa | 2007-12-16 |
| | |||
* | * update lvmpbuilder, thanks to Kapil Hari Paranjape (closes: #389884) | Junichi Uekawa | 2007-08-20 |
| | |||
* | * add example configuration file for ccache. | Junichi Uekawa | 2007-07-22 |
| | |||
* | * Bug fix: "pbuilder: Some sample (device-mapper) cow build scripts", | Junichi Uekawa | 2007-06-23 |
| | | | | | thanks to Kapil Hari Paranjape (Closes: #389884). Include lvmpbuilder sample implementation. | ||
* | * Documentation, examples/pbuilder-test/: add sample scripts for | Junichi Uekawa | 2007-06-23 |
| | | | | pbuilder-test, and add reference to it. | ||
* | * Bug fix: "Patch for pbuilder-distribution.sh script for use with | Junichi Uekawa | 2007-06-23 |
| | | | | pdebuild", thanks to Andres Mejia (Closes: #429770). | ||
* | * add example rebuild script from Bastian Venthur | Junichi Uekawa | 2007-06-07 |
| | | | | (http://people.debian.org/~venthur/stuff/2007-06-rebuild/) | ||
* | remove Id tag | Junichi Uekawa | 2007-06-05 |
| | |||
* | remove .cvsignore file | Junichi Uekawa | 2007-06-05 |
| | |||
* | install useful tools like vim / less | Junichi Uekawa | 2007-06-04 |
| | |||
* | 2> /dev/tty for example scripts | Junichi Uekawa | 2007-05-28 |
| | |||
* | add GNU screen support as C11screen; build failure will start GNU screen | Junichi Uekawa | 2007-05-27 |
| | |||
* | update execute_installtest.sh to be more useful; support more than one ↵ | Junichi Uekawa | 2007-04-22 |
| | | | | package for install target | ||
* | B92test-pkg clarification | Junichi Uekawa | 2007-04-16 |
| | |||
* | add workaround for /lib/init/rw | dancer | 2006-10-23 |
| | |||
* | add notes in comment that examples are for --hookdir. | dancer | 2006-09-03 |
| | |||
* | missing dirs there, fix | dancer | 2006-01-29 |
| | |||
* | implement hookdir for workaround of initscripts and cdebootstrap bug. | dancer | 2006-01-29 |
| | | | | add G hooks for pbuilder create. | ||
* | * improve B92test-pkg: cd to package build directory before invoking | dancer | 2006-01-24 |
| | | | | test scripts. | ||
* | use readlink -f instead of -e. | dancer | 2005-12-21 |
| | | | | add q-funk's script. | ||
* | update workaround for libc to work around bugs in initscripts. | dancer | 2005-12-21 |
| | |||
* | Revert to using --force-yes, since --allow-unauthenticated doesn't work with ↵ | dancer | 2005-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: "/usr/share/doc/pbuilder/examples/B90linda missing | dancer | 2005-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 | ||
* | update | dancer | 2005-06-07 |
| | |||
* | +2005-06-04 Junichi Uekawa <dancer@debian.org> | dancer | 2005-06-03 |
| | | | | | | | | | | | + + * debian/pbuilder-test/01_pbuilder_create: use sarge. + + * examples/B92test-pkg: fix after testing so that it works. + + * debian/pbuilder-test/03_pbuilder_build: fix typo. + 2005-06-03 Junichi Uekawa <dancer@debian.org> | ||
* | change to use experimental, | dancer | 2005-06-03 |
| | | | | and apply patch; and apply my own patch. | ||
* | up | dancer | 2005-05-18 |
| | |||
* | add | dancer | 2005-05-18 |
| | |||
* | update | dancer | 2005-05-15 |
| | |||
* | + * examples/B91dpkg-i: Fix example script so that it actually works. | dancer | 2005-04-11 |
| | |||
* | + * Add example script from Jamin W Collins for short-cut way of specifying ↵ | dancer | 2004-11-16 |
| | | | | | | distribution. (closes: #255165) + * Warn if build-depends is not satisfied when invoking dpkg-buildpackage -S (closes: #266349) | ||
* | +2004-07-16 Junichi Uekawa <dancer@debian.org> | dancer | 2004-07-15 |
| | | | | | | | | | | | | | | | | | | | | | + + * pbuilder-user-mode-linux: 259325: call /sbin/halt -d -f + instead of just doing an exit from UML. + init=/bin/sh, and this is required for safe exit now, apparently. + +2004-07-14 Junichi Uekawa <dancer@debian.org> + + * Documentation/pbuilder-doc.xml: update notes on D10tmp script. + + * examples/D10tmp: mkdir -p + +2004-07-09 Junichi Uekawa <dancer@debian.org> + + * testsuite/run-test.sh (IOSTATPID): add debemail to testsuite. + + * pbuilder-buildpackage (PACKAGENAME): move SUTOUSER outside of what's fed into bash. + Run bash in SUTOUSER. SUTOUSER might be eating quote characters. + | ||
* | update testsuite and verify that it works. | dancer | 2004-03-13 |
| | |||
* | pbuilder memo implementation | dancer | 2004-02-28 |
| | | | | 0.100 | ||
* | +2004-01-19 Junichi Uekawa <dancer@debian.org> | dancer | 2004-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. + | ||
* | fix B91DPKG-I | dancer | 2004-01-10 |
| | |||
* | add id | dancer | 2003-12-26 |
| | |||
* | up | dancer | 2003-12-20 |
| | |||
* | add /etc/mailname | dancer | 2003-12-20 |
| | |||
* | + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): use $TRAP instead of trap, | dancer | 2003-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. | dancer | 2003-12-15 |
| | | | | Documentation, and mass-install script. | ||
* | 0.53 | dancer | 2002-12-13 |
| | |||
* | up | dancer | 2002-06-20 |
| | |||
* | add linda example | dancer | 2002-06-20 |
| | |||
* | Documentation updates, and adding examples to CVS repository finally. | dancer | 2002-04-30 |