aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
| |
| * unreleased snapshot bannerJunichi Uekawa2008-05-12
| |
| * documentation .po files changed.Junichi Uekawa2008-05-12
| |
| * release 0.180Junichi Uekawa2008-05-12
| |
| * add po4a build-dependency (closes: #480633)Junichi Uekawa2008-05-11
| | | | | | | | thanks to Christian Perrier <bubulle@debian.org>.
* | update japanese po translation.Junichi Uekawa2008-06-27
|/
* lvmpbuilder is not complete in the binary packages (closes: #475363)Sylvain Beucler2008-05-08
| | | | | The target directory was not created, and files were copied to a file lvmpbuilder/lib.
* pbuilder: html doc enhancement (closes: #478021)Sandro Tosi2008-05-08
| | | | | Fix some typo, correct some highlighting in "code" and some stuffa round for html doc.
* umount on failed bind-mount (closes: #474771)Junichi Uekawa2008-04-29
| | | | | | | | | | | Special-case bind-mounting points since it might result in user-data loss when pbuilder clean is ran. When multiple bind-mount points are specified in command-line options, and one of them failed to mount, not all of them were umounted in clean-up. That is now fixed.
* [INTL:de] initial German debconf translation (closes: #475046)Junichi Uekawa2008-04-09
|