Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | start 0.185 | Junichi Uekawa | 2008-11-27 |
| | |||
* | use git tag instead of git-tag | Junichi Uekawa | 2008-11-27 |
| | |||
* | release 0.184 | Junichi Uekawa | 2008-11-27 |
| | |||
* | [INTL:sv] Swedish strings for pbuilder debconf (closes: #506595) | Martin Bagge | 2008-11-26 |
| | |||
* | Downgrade cowdancer to Suggests; closes: #504594 | Loïc Minier | 2008-11-06 |
| | | | | | | Downgrade cowdancer to Suggests: as Recommends: are a bit too strong when pbuilder works fine in tarball mode; thanks Ubuntu and Martin Pitt; closes: 504594. | ||
* | Nicer comments in pbuilderrc; closes: #504599 | Loïc Minier | 2008-11-06 |
| | | | | | | | | Improve comments to add an explanation header that the new /etc/pbuilderrc uses the default values from /usr/share/pbuilder/pbuilderrc in pbuilder.config-generated pbuilderrc; thanks Ubuntu, Michael Vogt, and Martin Pitt for the patch; closes: #504599. | ||
* | Set doc-base Section to "Debian"; closes: #504596 | Loïc Minier | 2008-11-06 |
| | | | | | Set doc-base Section to "Debian" instead of Apps/Tools; thanks Ubuntu and Martin Pitt for the patch; closes: #504596. | ||
* | git-snapshot header added. | Junichi Uekawa | 2008-10-01 |
| | |||
* | release 0.183 | Junichi Uekawa | 2008-10-01 |
| | |||
* | Dereference symlinks when copying hooks. (closes: #499358) | Ben Finney | 2008-09-28 |
| | | | | | | | | | | | | | I keep a number of different hooks in my $HOME/.pbuilder/hooks/ directory, and some are symlinks to files outside that directory. When 'pbuilder-runhooks' copies the hooks, it copies them without dereference, which fails inside the chroot since the referenced files are not found. The attached patch, generated using 'git format-patch', fixes this by using the '-L' ('--dereference') option to 'cp' when copying the hook files into the pbuilder chroot. | ||
* | REMOVEPACKAGES="", thanks to Sven Joachim (closes: #500002) | Junichi Uekawa | 2008-09-28 |
| | | | | | lilo is not installed by default anymore, and having it here makes a dpkg warning every time. Good-bye! | ||
* | use my local approx mirror for testing, since Argentina Debconf place does ↵ | Junichi Uekawa | 2008-08-12 |
| | | | | not have connection to cdn.debian.net / cdn.debian.or.jp | ||
* | add snapshot banner using git-dch --snapshot | Junichi Uekawa | 2008-08-12 |
| | |||
* | change pbuilder-testsuite to make pbuilder update etc. run without cowdancer. | Junichi Uekawa | 2008-08-12 |
| | |||
* | added test things to --echo as well. | Junichi Uekawa | 2008-08-12 |
| | |||
* | create 0.182 changelog | Junichi Uekawa | 2008-08-12 |
| | |||
* | update of test log | Junichi Uekawa | 2008-08-12 |
| | |||
* | use my approx mirror instead of whatever else, so that I don't need to ↵ | Junichi Uekawa | 2008-08-12 |
| | | | | reconfigure here every time I play with it. | ||
* | change output of testsuite to be less verbose. | Junichi Uekawa | 2008-08-11 |
| | |||
* | run the unit-tests in makefile make check | Junichi Uekawa | 2008-08-11 |
| | |||
* | Reorder command-line options, and add error check so that things are better ↵ | Junichi Uekawa | 2008-08-11 |
| | | | | | | | checked. --internal-chrootexec "${CHROOTEXEC}" --chroot "${BUILDPLACE}" will always override --internal-chrootexec command, --chroot "${BUILDPLACE}" --internal-chrootexec "${CHROOTEXEC}" is better. | ||
* | implement a bash functional unit-testing testsuite, testlib. | Junichi Uekawa | 2008-08-11 |
| | |||
* | [INTL:es] Spanish translation for po-debconf template (closes: #493649) | Ignacio Mondino | 2008-08-05 |
| | |||
* | Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilder | Junichi Uekawa | 2008-07-12 |
|\ | |||
| * | Pass APT::Install-Recommends=false to gdebi when possible | Loïc Minier | 2008-06-27 |
| | | | | | | | | | | Check whether gdebi support the --version flag and that the version is >= 0.3.9 in which case pass -o APT::Install-Recommends=false to gdebi. | ||
| * | Wrap build-deps, deps, and uploaders to get cleaner diffs. | Loïc Minier | 2008-06-27 |
| | | |||
| * | Suggest gdebi; closes: #488314. | Loïc Minier | 2008-06-27 |
| | | |||
| * | Pass -s to dh_* instead of checking dpkg-architecture and using -a | Loïc Minier | 2008-06-27 |
| | | |||
| * | Cleanup rules | Loïc Minier | 2008-06-27 |
| | | |||
| * | pbuilder-buildpackage-funcs: always pass chroot to satisfydepends | Loïc Minier | 2008-06-27 |
| | | | | | | | | | | Always pass --chroot to the pbuilder-satisfydepends; particulary useful for pbuilder-satisfydepends-aptitude and -gdebi. | ||
| * | Drop build-dep on rootstrap; only used at runtime | Loïc Minier | 2008-06-27 |
| | | |||
| * | pdebuild: Move "$@" to end of "arg chain" for PDEBUILD_BUILDER calls | Loïc Minier | 2008-06-27 |
| | | | | | | | | | | | | Move "$@" to end of "arg chain" for PDEBUILD_BUILDER calls as to allow a "--buildresult" flag to override the one passed to pbuilder; thanks Michael Vogt; Launchpad #129586. | ||
| * | pbuilder-satisfydepends-gdebi: add "--force-yes" to apt-get call | Loïc Minier | 2008-06-27 |
| | | | | | | | | | | Add "--force-yes" to generated apt-get call, consistent with other apt-get calls; thanks Michael Vogt; Launchpad #123068. | ||
| * | UNRELEASED snapshot banner | Loïc Minier | 2008-06-27 |
| | | |||
* | | updated japanese documentation ja.po | Junichi Uekawa | 2008-07-01 |
|/ | | | | fix commit broken by merge. | ||
* | merge conflict | Junichi Uekawa | 2008-06-27 |
|\ | |||
| * | release 0.181 | Junichi Uekawa | 2008-05-24 |
| | | |||
| * | Finnish translation of the debconf templates (closes: #482108) | Esko Arajärvi | 2008-05-24 |
| | | |||
| * | Catalan debconf templates translation update (closes: #481930) | Jordà Polo | 2008-05-24 |
| | | |||
| * | Basque translation (closes: #481842) | xabier bilbao | 2008-05-24 |
| | | |||
| * | Russian debconf templates translation (closes: #481711) | Yuri Kozlov | 2008-05-24 |
| | | |||
| * | Czech translation of pbuilder debconf messages (closes: #481627) | Miroslav Kure | 2008-05-24 |
| | | |||
| * | Galician debconf template translation (closes: #481118) | Jacobo Tarrio | 2008-05-24 |
| | | |||
| * | unreleased snapshot banner | Junichi Uekawa | 2008-05-12 |
| | | |||
| * | documentation .po files changed. | Junichi Uekawa | 2008-05-12 |
| | | |||
| * | release 0.180 | Junichi Uekawa | 2008-05-12 |
| | | |||
| * | add po4a build-dependency (closes: #480633) | Junichi Uekawa | 2008-05-11 |
| | | | | | | | | thanks to Christian Perrier <bubulle@debian.org>. | ||
* | | update japanese po translation. | Junichi Uekawa | 2008-06-27 |
|/ |