aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
...
* * --override-config and --mirror without --distribution leaves /procdancer2007-01-04
| | | | mounted, and breaks cowbuilder. (closes: #405497)
* Make 'pbuilder create' also use FORCE_CONFNEWdancer2006-12-17
|
* * pbuilder: remove '/run' after 'execute'dancer2006-12-17
|
* * pbuilder-satisfydepends-experimental: small optimization: return thelool2006-12-09
| | | | exact requested version when a strictly versionned dependency is used.
* * pbuilder-satisfydepends-experimental: small optimization: movelool2006-12-09
| | | | | COMPARESTRING and DEPSVERSION computation out of the per-version loop; quote COMPARESTRING properly.
* * testsuite/regression/run-test-satisfy-depends.sh: log errorlool2006-11-14
| | | | messages with E:, not I:.
* * Documentation/pbuilder-doc.xml: describe workaround of usinglool2006-11-13
| | | | backports.org to use cowdancer for sarge; fixes #394710.
* * pbuilder-satisfydepends-experimental, Makefile: alternatelool2006-11-06
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* * pbuilder-satisfydepends: drop an useless invocation of awk.lool2006-11-06
|
* * debuild-pbuilder, pbuilder-buildpackage-funcs, pdebuild-internal:lool2006-11-06
| | | | | | | | | | | | | | | 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.
* * Revert to simply installing passwd and not uninstall it.lool2006-11-05
|
* * pdebuild-internal: install the passwd package before callinglool2006-11-03
| | | | | groupadd and useradd; restore it's installation state after groupadd and useradd.
* * testsuite/satisfydepends/gtk2-engines_*.changelog,lool2006-10-30
| | | | | | | testsuite/satisfydepends/gtk2-engines_*.control, testsuite/run-test-satisfy-depends.log, testsuite/run-test-satisfy-depends.sh: move to testsuite/regression and adapt to the regression suite layout.
* * pbuilder-modules: umount selinux and bind mounts first.lool2006-10-29
|
* * pbuilder-modules: add sanity checks during umount_one(); ignorelool2006-10-29
| | | | | | 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.
* revised developer documentation.dancer2006-10-29
|
* * testsuite/run-test-satisfy-depends.sh: fix invocation from CVSlool2006-10-28
| | | | checkout by only copying debian/rules and not debian/*.
* * Testsuite may now test pbuilder-satisfydepends.lool2006-10-28
|
* update developer documentationdancer2006-10-26
|
* add workaround for /lib/init/rwdancer2006-10-23
|
* remove 'pbuilder-user-mode is not released' part, it's revived.dancer2006-10-23
|
* s/cowdancer/cowbuilder/ in manual.dancer2006-10-23
|
* user-mode-linux supportdancer2006-09-16
|
* add notes in comment that examples are for --hookdir.dancer2006-09-03
|
* support --login, --execute, etc.dancer2006-09-01
|
* initial selinux supportdancer2006-08-24
|
* bind-mount ordering fix.dancer2006-08-20
|
* support PKGNAME_LOGFILE option in pbuilderrc.dancer2006-08-15
|
* documentation fix for fakechroot.dancer2006-07-25
|
* pdebuild-internal fix, with export DEBBUILDOPTSdancer2006-06-25
|
* update testsuitedancer2006-06-17
| | | | | . do not run sarge test anymore . updated test run.
* * debian/pbuilder-test/01_pbuilder_create: test against sid ratherdancer2006-06-15
| | | | | | 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.
* do not error out for pdebuild.dancer2006-06-10
|
* do error checking for buildresult.dancer2006-06-10
|
* do not error out if buildresult directory does not exist.dancer2006-06-10
|
* * Bug fix: "pbuilder: should create BUILDRESULT if not existent", thanksdancer2006-06-10
| | | | | to Daniel Leidert (Closes: #335523), there was a wrong condition check, it should do that now.
* su -p for pdebuild-internal, to allow options passing through environment.dancer2006-06-05
|
* document tmpfs usage with pbuilder.dancer2006-06-04
|
* quiet down /etc/mtabdancer2006-06-01
|
* update copyright info.dancer2006-05-30
|
* Fix a misspelling of pdebuild.kraai2006-05-30
|
* From comment from Sesse, note that thedancer2006-05-27
| | | | | default place build results are placed is /var/cache/pbuilder/result.
* document cowdancer/pbuilder.dancer2006-05-27
|
* initial cowbuilder support in pdebuilddancer2006-05-24
| | | | | | | | | | | | 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.
* revert the satisfydepends change until it is confirmed with dpkg-dev ↵dancer2006-05-22
| | | | maintainers.
* update documentation.dancer2006-05-17
|
* * Documentation/pbuilder-doc.xml: document method for adding localdancer2006-05-15
| | | | | repository. thanks to Ondrej.
* * Support for new style architecture specifications (closes: #363193)dancer2006-05-15
| | | | Thanks to Peter Eisentraut for patch.
* * fix pdebuild --help output (closes: #367133)dancer2006-05-14
| | | | | | | | | | | * pbuilderrc.5: undocument the restriction that --buildresult option needs to be specified for pdebuild, and BUILDRESULT cannot be used. I should probably warn that the directory should be absolute. * pdebuild.1: fix man a bit to make --buildresult option doc unambiguous.
* + * Documentation/pbuilder-doc.xml: update docs on user-mode-linux usage.dancer2006-04-22
| | | | | | + add reference to PDF version. and update some copyright years to 2006.