aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Bug#513316: Document the default debootstrap implementationJunichi Uekawa2009-01-29
| | | | cdebootstrap looks like the default, document it in pbuilder.8 manual page.
* Bug#513359: pbuilderrc.5: Some more corrections?shaul Karl2009-01-29
|
* Bug#513359: pbuilderrc.5 mentions pbuilder.1, which does not existsshaul Karl2009-01-29
| | | | | | | | | Package: pbuilder Version: 0.181 Severity: normal Tags: patch pbuilder.1 does not exists. I assume it meant to be pbuilder.8
* 0.185 release.Junichi Uekawa2009-01-24
|
* add PDEBUILD_PBUILDER example to use cowbuilderOtavio Salvador2009-01-20
|
* A Hook to add Non-free distribution to sources.list.Junichi Uekawa2009-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 Uekawa2008-11-30
| | | | | This allows easier testing when package is new and not already packaged in Debian.
* start 0.185Junichi Uekawa2008-11-27
|
* use git tag instead of git-tagJunichi Uekawa2008-11-27
|
* release 0.184Junichi Uekawa2008-11-27
|
* [INTL:sv] Swedish strings for pbuilder debconf (closes: #506595)Martin Bagge2008-11-26
|
* Downgrade cowdancer to Suggests; closes: #504594Loïc Minier2008-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: #504599Loïc Minier2008-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: #504596Loïc Minier2008-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 Uekawa2008-10-01
|
* release 0.183Junichi Uekawa2008-10-01
|
* Dereference symlinks when copying hooks. (closes: #499358)Ben Finney2008-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 Uekawa2008-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 Uekawa2008-08-12
| | | | not have connection to cdn.debian.net / cdn.debian.or.jp
* add snapshot banner using git-dch --snapshotJunichi Uekawa2008-08-12
|
* change pbuilder-testsuite to make pbuilder update etc. run without cowdancer.Junichi Uekawa2008-08-12
|
* added test things to --echo as well.Junichi Uekawa2008-08-12
|
* create 0.182 changelogJunichi Uekawa2008-08-12
|
* update of test logJunichi Uekawa2008-08-12
|
* use my approx mirror instead of whatever else, so that I don't need to ↵Junichi Uekawa2008-08-12
| | | | reconfigure here every time I play with it.
* change output of testsuite to be less verbose.Junichi Uekawa2008-08-11
|
* run the unit-tests in makefile make checkJunichi Uekawa2008-08-11
|
* Reorder command-line options, and add error check so that things are better ↵Junichi Uekawa2008-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 Uekawa2008-08-11
|
* [INTL:es] Spanish translation for po-debconf template (closes: #493649)Ignacio Mondino2008-08-05
|
* Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderJunichi Uekawa2008-07-12
|\
| * Pass APT::Install-Recommends=false to gdebi when possibleLoïc Minier2008-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 Minier2008-06-27
| |
| * Suggest gdebi; closes: #488314.Loïc Minier2008-06-27
| |
| * Pass -s to dh_* instead of checking dpkg-architecture and using -aLoïc Minier2008-06-27
| |
| * Cleanup rulesLoïc Minier2008-06-27
| |
| * pbuilder-buildpackage-funcs: always pass chroot to satisfydependsLoïc Minier2008-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 runtimeLoïc Minier2008-06-27
| |
| * pdebuild: Move "$@" to end of "arg chain" for PDEBUILD_BUILDER callsLoïc Minier2008-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 callLoïc Minier2008-06-27
| | | | | | | | | | Add "--force-yes" to generated apt-get call, consistent with other apt-get calls; thanks Michael Vogt; Launchpad #123068.
| * UNRELEASED snapshot bannerLoïc Minier2008-06-27
| |
* | updated japanese documentation ja.poJunichi Uekawa2008-07-01
|/ | | | fix commit broken by merge.
* merge conflictJunichi Uekawa2008-06-27
|\
| * release 0.181Junichi Uekawa2008-05-24
| |
| * Finnish translation of the debconf templates (closes: #482108)Esko Arajärvi2008-05-24
| |
| * Catalan debconf templates translation update (closes: #481930)Jordà Polo2008-05-24
| |
| * Basque translation (closes: #481842)xabier bilbao2008-05-24
| |
| * Russian debconf templates translation (closes: #481711)Yuri Kozlov2008-05-24
| |
| * Czech translation of pbuilder debconf messages (closes: #481627)Miroslav Kure2008-05-24
| |
| * Galician debconf template translation (closes: #481118)Jacobo Tarrio2008-05-24
| |