Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * pbuilder-satisfydepends-aptitude: Pass -o APT::Install-Recommends=false too | Loïc Minier | 2007-11-23 |
| | |||
* | pbuilder-satisfydepends-experimental: ignore Recommends | Junichi Uekawa | 2007-11-07 |
| | |||
* | * Bug fix: "pbuilder-satisfydepends-classic should pass | Junichi Uekawa | 2007-11-07 |
| | | | | | | -o APT::Install-Recommends=false to apt-get", thanks to Daniel Schepler (Closes: #448562). * set /etc/apt/apt.conf.d/15pbuilder so that Install-Recommends is false. | ||
* | set COMPONENTS default value | Junichi Uekawa | 2007-10-25 |
| | |||
* | * Bug fix: "pbuilder: incoherence man page with --help", thanks to David | Junichi Uekawa | 2007-10-15 |
| | | | | Vernazobres (Closes: #446479). | ||
* | * add bash_completion. | Junichi Uekawa | 2007-10-15 |
| | |||
* | * return exit code for pbuilder login / execute | Junichi Uekawa | 2007-09-10 |
| | |||
* | * documentation update: add svn-buildpackage example. | Junichi Uekawa | 2007-09-06 |
| | |||
* | * rename pbuilder-satisfydepends to pbuilder-satisfydepends-classic, and | Junichi Uekawa | 2007-08-28 |
| | | | | | | install pbuilder-satisfydepends-aptitude as the deafault pbuilder-satisfydepends * install aptitude per default in chroot. | ||
* | * update lvmpbuilder, thanks to Kapil Hari Paranjape (closes: #389884) | Junichi Uekawa | 2007-08-20 |
| | |||
* | * Bug fix: "$HOME/.pbuilderrc example for use in using multiple pbuilder | Junichi Uekawa | 2007-07-27 |
| | | | | setups", thanks to Andres Mejia (Closes: #432277). | ||
* | * add example configuration file for ccache. | Junichi Uekawa | 2007-07-22 |
| | |||
* | update debconf7 paper from question | Junichi Uekawa | 2007-07-16 |
| | |||
* | * 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 -- to command-line options in manpage | Junichi Uekawa | 2007-06-17 |
| | |||
* | * fix pbuilder.8 manpage example, it was different from real output. | Junichi Uekawa | 2007-06-17 |
| | |||
* | * /var/cache/apt/archives is deleted when I set APTCACHE to ↵ | Junichi Uekawa | 2007-06-16 |
| | | | | | | /var/cache/apt/archives and I call pbuilder clean (closes: #425832) | ||
* | reorganize manpage ordering and contents | Junichi Uekawa | 2007-06-15 |
| | |||
* | * add example rebuild script from Bastian Venthur | Junichi Uekawa | 2007-06-07 |
| | | | | (http://people.debian.org/~venthur/stuff/2007-06-rebuild/) | ||
* | add people to AUTHORS sometimes | Junichi Uekawa | 2007-06-05 |
| | |||
* | * pbuilder-doc.xml: review documentation. | Junichi Uekawa | 2007-06-04 |
| | |||
* | install useful tools like vim / less | Junichi Uekawa | 2007-06-04 |
| | |||
* | move control.test | Junichi Uekawa | 2007-06-01 |
| | |||
* | run dpkg-architecture inside chroot for ↵ | Junichi Uekawa | 2007-06-01 |
| | | | | pbuilder-satisfydepends-{aptitude,experimental} also. | ||
* | add hook handling in pdebuild-internal | Junichi Uekawa | 2007-05-31 |
| | |||
* | List amd64 in pbuilder-uml's Architectures; thanks Mattia Dongili. | Loïc Minier | 2007-05-28 |
| | |||
* | 2> /dev/tty for example scripts | Junichi Uekawa | 2007-05-28 |
| | |||
* | testsuite update | Junichi Uekawa | 2007-05-28 |
| | |||
* | use dblatex to generate documentation | Junichi Uekawa | 2007-05-28 |
| | |||
* | update manual pages to refer to docbook documentation, and refer to alioth ↵ | Junichi Uekawa | 2007-05-27 |
| | | | | web page | ||
* | fix always ending with "Aborting with error" | Junichi Uekawa | 2007-05-27 |
| | |||
* | try setting LOGNAME when user is already created | Junichi Uekawa | 2007-05-27 |
| | |||
* | testsuite update | Junichi Uekawa | 2007-05-27 |
| | |||
* | 425422: clarify pdebuild.1 documentation | Junichi Uekawa | 2007-05-27 |
| | |||
* | add GNU screen support as C11screen; build failure will start GNU screen | Junichi Uekawa | 2007-05-27 |
| | |||
* | change "trap" handling so that all trap function calls are called _trap, and ↵ | Junichi Uekawa | 2007-05-27 |
| | | | | they will exit pbuilder after receiving a trap. | ||
* | trap sighup as well as exit: create/update | Junichi Uekawa | 2007-05-27 |
| | |||
* | 424717: improved log file support: pdebuild will create a log file per default | Junichi Uekawa | 2007-05-27 |
| | |||
* | process test logs to reduce diff | Junichi Uekawa | 2007-05-27 |
| | |||
* | trap SIGHUP as well as EXIT. | Junichi Uekawa | 2007-05-27 |
| | |||
* | revise documentation and work on japanese translation | Junichi Uekawa | 2007-05-17 |
| | |||
* | change --logfile option to "tee" and document that change | Junichi Uekawa | 2007-05-17 |
| | |||
* | use tee instead of not outputting anything for logging mode. | Junichi Uekawa | 2007-05-17 |
| | |||
* | start japanese translation | Junichi Uekawa | 2007-05-14 |
| | |||
* | note documentation changes | Junichi Uekawa | 2007-05-14 |
| | |||
* | merge | Junichi Uekawa | 2007-05-05 |
|\ | |||
| * | * Update changelogs. | Loïc Minier | 2007-04-29 |
| | | |||
* | | revise documentation | Junichi Uekawa | 2007-05-05 |
|/ |