aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 415544: support UML_IP=dhcpJunichi Uekawa2007-03-29
* add a note about ${VARIABLE} and \${VARIABLE} in pbuilder-user-mode-linux, I ...Junichi Uekawa2007-03-29
* 391915: Try to warn only if network configuration files are not found on host...Junichi Uekawa2007-03-28
* 409135: change manual page section SEE ALSO spacingJunichi Uekawa2007-03-28
* copyright year 2007, and changelog about it, and changelog warning/error to >&2Junichi Uekawa2007-03-27
* warning message goes to &2Junichi Uekawa2007-03-27
* error message goes to &2Junichi Uekawa2007-03-27
* stylistic change to match rest of code.Junichi Uekawa2007-03-27
* 399484: use buildresult in pdebuild-internalJunichi Uekawa2007-03-27
* test log updateJunichi Uekawa2007-03-27
* update build rules to include amd64 for pbuilder-uml, although experimentalJunichi Uekawa2007-03-21
* build log updateJunichi Uekawa2007-03-21
* create fakeroot user early in build processJunichi Uekawa2007-03-20
* testsuite updateJunichi Uekawa2007-03-20
* open up 0.165 releaseJunichi Uekawa2007-03-01
* 0.164Junichi Uekawa2007-02-27
* test log updateJunichi Uekawa2007-02-27
* test log updateJunichi Uekawa2007-02-08
* pbuilder-satisfydepends with i386/amd64 cross-arch supportJunichi Uekawa2007-01-31
* 406845: allow pbuilder-user-mode-linux to mount /lib/modules on the hostJunichi Uekawa2007-01-30
* build log updateJunichi Uekawa2007-01-30
* * Document usage in a vserver environment.Loïc Minier2007-01-24
* 0.164 startJunichi Uekawa2007-01-22
* 0.163Junichi Uekawa2007-01-22
* remove obsolete build logsJunichi Uekawa2007-01-22
* change buildd variant the defaultJunichi Uekawa2007-01-22
* add EXAMPLES section to documentationJunichi Uekawa2007-01-20
* CVS to git documentation migrationJunichi Uekawa2007-01-13
* testsuite updateJunichi Uekawa2007-01-13
* * --override-config and --mirror without --distribution leaves /proc••• mounted, and breaks cowbuilder. (closes: #405497) dancer2007-01-04
* open 0.163 developmentdancer2006-12-26
* 0.162dancer2006-12-26
* testsuite updatedancer2006-12-26
* Make 'pbuilder create' also use FORCE_CONFNEWdancer2006-12-17
* * pbuilder: remove '/run' after 'execute'dancer2006-12-17
* build log updatedancer2006-12-17
* * pbuilder-satisfydepends-experimental: small optimization: return the••• exact requested version when a strictly versionned dependency is used. lool2006-12-09
* * pbuilder-satisfydepends-experimental: small optimization: move••• COMPARESTRING and DEPSVERSION computation out of the per-version loop; quote COMPARESTRING properly. lool2006-12-09
* test updatedancer2006-11-23
* start 0.162dancer2006-11-21
* 0.161dancer2006-11-21
* successful test resultdancer2006-11-21
* * testsuite/regression/run-test-satisfy-depends.sh: log error••• messages with E:, not I:. lool2006-11-14
* testsuite updatedancer2006-11-13
* * Documentation/pbuilder-doc.xml: describe workaround of using••• backports.org to use cowdancer for sarge; fixes #394710. lool2006-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. lool2006-11-06
* * pbuilder-satisfydepends: drop an useless invocation of awk.lool2006-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. lool2006-11-06
* * Revert to simply installing passwd and not uninstall it.lool2006-11-05
* * pdebuild-internal: install the passwd package before calling••• groupadd and useradd; restore it's installation state after groupadd and useradd. lool2006-11-03