| Commit message (Expand) | Author | Age |
* | * pbuilder: remove '/run' after 'execute' | dancer | 2006-12-17 |
* | start 0.162 | dancer | 2006-11-21 |
* | 0.161 | dancer | 2006-11-21 |
* | * Documentation/pbuilder-doc.xml: describe workaround of using••• backports.org to use cowdancer for sarge; fixes #394710.
| lool | 2006-11-13 |
* | * pbuilder-satisfydepends-experimental, Makefile: alternate•••implementation of pbuilder-satisfydepends which supports pulling
build-deps with a version on the apt-get command-line; this is derived
from pbuilder-satisfydepends with the following changes:
- Add and use new package_versions() and candidate_version() helpers;
the former returns all versions of a package available via APT, the
later APT's candidate version.
- For versionned build-deps, when building the "apt-get install"
command, try APT's candidate version or all available versions
available from APT in ascending order (the reverse order of
apt-cache's output); checkbuilddep_versiondeps() isn't used for this
part of the process anymore, but it is still used to honor
build-conflicts.
- Recover from APT errors caused by unsufficient dependencies
("libfoo-dev Depends: bar but baz is to be installed") and missing
dependencies libfoo-dev Depends: bar but it is not going to be
installed", or simply "libfoo-dev Depends: bar"); this permits
simply listing build-deps when uploading to experimental; achieved
by moving the version matching logic in the new
versioneddep_to_aptcmd() helper.
* pbuilderrc, pbuilderrc.5: document the availability of the alternate
implementation.
| lool | 2006-11-06 |
* | * debuild-pbuilder, pbuilder-buildpackage-funcs, pdebuild-internal:••• use $PBUILDERSATISFYDEPENDSCMD instead of
/usr/lib/pbuilder/pbuilder-satisfydepends.
* pbuilderrc: set PBUILDERSATISFYDEPENDSCMD to
/usr/lib/pbuilder/pbuilder-satisfydepends by default.
* pbuilderrc.5: document PBUILDERSATISFYDEPENDSCMD.
* debian/TODO: alternatives implementation of pbuilder-satisfydepends
now possible.
* pdebuild-checkparams, pdebuild-uml-checkparams, pdebuild-internal:
add a new --pbuildersatisfydepends flag to override
PBUILDERSATISFYDEPENDSCMD
* pdebuild: pass --pbuildersatisfydepends to pdebuild-internal.
* pbuilder-modules, pdebuild.1: document --pbuildersatisfydepends.
| lool | 2006-11-06 |
* | * Revert to simply installing passwd and not uninstall it. | lool | 2006-11-05 |
* | * pdebuild-internal: install the passwd package before calling••• groupadd and useradd; restore it's installation state after groupadd and
useradd.
| lool | 2006-11-03 |
* | * pbuilder-modules: umount selinux and bind mounts first. | lool | 2006-10-29 |
* | * pbuilder-modules: add sanity checks during umount_one(); ignore••• umount errors of the type "umount: /foobar: not mounted" and "umount:
/foobar: not found" as retries will be useless anyway, and these errors
shouldn't cause data loss; fixes #391390.
| lool | 2006-10-29 |
* | * Testsuite may now test pbuilder-satisfydepends. | lool | 2006-10-28 |
* | note documentation is updated in changelog | dancer | 2006-10-26 |
* | documentation fix | dancer | 2006-10-25 |
* | release 0.160 | dancer | 2006-10-23 |
* | add workaround for /lib/init/rw | dancer | 2006-10-23 |
* | remove 'pbuilder-user-mode is not released' part, it's revived. | dancer | 2006-10-23 |
* | s/cowdancer/cowbuilder/ in manual. | dancer | 2006-10-23 |
* | open up 0.160 development | dancer | 2006-10-09 |
* | 0.159 release | dancer | 2006-09-25 |
* | user-mode-linux support | dancer | 2006-09-16 |
* | add notes in comment that examples are for --hookdir. | dancer | 2006-09-03 |
* | support --login, --execute, etc. | dancer | 2006-09-01 |
* | open up 0.159 | dancer | 2006-08-29 |
* | 0.158 | dancer | 2006-08-29 |
* | initial selinux support | dancer | 2006-08-24 |
* | open up 0.158 | dancer | 2006-08-20 |
* | bind-mount ordering fix. | dancer | 2006-08-20 |
* | support PKGNAME_LOGFILE option in pbuilderrc. | dancer | 2006-08-15 |
* | open up for new development. | dancer | 2006-08-09 |
* | documentation fix for fakechroot. | dancer | 2006-07-25 |
* | pdebuild-internal fix, with export DEBBUILDOPTS | dancer | 2006-06-25 |
* | 0.156 open | dancer | 2006-06-15 |
* | * debian/pbuilder-test/01_pbuilder_create: test against sid rather••• than sarge for now, since amd64 sarge doesn't work.
testsuite for final build now tests against sid since sarge amd64 archive doesn't really exist.
| dancer | 2006-06-15 |
* | update changelog, and commit new build log. | dancer | 2006-06-12 |
* | * Bug fix: "pbuilder: should create BUILDRESULT if not existent", thanks••• to Daniel Leidert (Closes: #335523), there was a wrong condition
check, it should do that now.
| dancer | 2006-06-10 |
* | su -p for pdebuild-internal, to allow options passing through environment. | dancer | 2006-06-05 |
* | document tmpfs usage with pbuilder. | dancer | 2006-06-04 |
* | quiet down /etc/mtab | dancer | 2006-06-01 |
* | open up 0.155 | dancer | 2006-05-30 |
* | update copyright info. | dancer | 2006-05-30 |
* | Fix a misspelling of pdebuild. | kraai | 2006-05-30 |
* | From comment from Sesse, note that the•••default place build results are placed is
/var/cache/pbuilder/result.
| dancer | 2006-05-27 |
* | document cowdancer/pbuilder. | dancer | 2006-05-27 |
* | open up 0.154 | dancer | 2006-05-25 |
* | 0.153 | dancer | 2006-05-25 |
* | initial cowbuilder support in pdebuild•••pbuilder supports pdebuild/cowbuilder
login/execute/update/create etc. can also be --login/--execute/--update/--create etc.
to cater for cowbuilder
documentation updates / XML typesetting fixes.
manpage fixes / spellchecking
generally what I did while I was on plane trip from Debconf Mexico to Japan.
| dancer | 2006-05-24 |
* | revert the satisfydepends change until it is confirmed with dpkg-dev maintain... | dancer | 2006-05-22 |
* | update documentation. | dancer | 2006-05-17 |
* | * Documentation/pbuilder-doc.xml: document method for adding local••• repository.
thanks to Ondrej.
| dancer | 2006-05-15 |
* | * Support for new style architecture specifications (closes: #363193)••• Thanks to Peter Eisentraut for patch.
| dancer | 2006-05-15 |