aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends
Commit message (Collapse)AuthorAge
* * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missingdancer2005-12-04
| | | | | | --allow-unauthenticated option", thanks to qfunk (Closes: #340715). - fixed other scripts to use --allow-unauthenticated option rather than --force-yes. * debconf compatibility level 4
* 0.129dancer2005-08-17
|
* change to use experimental,dancer2005-06-03
| | | | and apply patch; and apply my own patch.
* pbuilder update fixdancer2003-04-20
|
* fix satisfydependsdancer2003-03-11
|
* + * debian/rules: add check target for build.dancer2003-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | + + * Makefile (check): add check target to makefile, to see if there is + any syntax error. + + * pbuilder-updatebuildenv: support --preserve-buildplace + apply things from + Daniel Schepler <schepler@math.berkeley.edu> + + * pbuilder-satisfydepends: support --preserve-buildplace + support Format: field. + + * pbuilder-modules (pbuilder-options): support --preserve-buildplace + + * pbuilder-buildpackage (PACKAGENAME): support --preserve-buildplace + + * pbuilder-buildpackage-funcs: support --preserve-buildplace + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): support --preserve-buildplace + + * pbuilder-checkparams (PRESERVE_BUILDPLACE): add PRESERVE_BUILDPLACE + + * pbuilder.8: update docs to add --preserve-buildplace +
* +2003-03-10 Junichi Uekawa <dancer@debian.org>dancer2003-03-10
| | | | | | | | | | | | | | | | | | | | | | | + + * pbuilder-satisfydepends: quote some strings... trying to be pedantic + + * pbuilder-buildpackage-funcs: unset LOGNAME for when building with + real root privilage. + thanks Barak Pearlmutter <bap@cs.unm.edu> + + * pbuilder.8: document X hooks which were previously undocumented. + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): use readlink on real existing files. + GNU "readlink -f " exits with an exit code of 1 when the file does not + exist, debianutils readlink did not. + + * pbuilder-runhooks (hooks): do not call readlink here, + since the file may not exist. + + * pbuilder-checkparams (USE_PKGNAME_LOGFILE): use readlink on real existing files. + + * pbuilder-buildpackage (PACKAGENAME): use readlink on real existing files. +
* commitdancer2003-03-01
|
* apply patch from Daniel Schelper.dancer2003-01-28
|
* +2002-12-23 Junichi Uekawa <dancer@debian.org>dancer2002-12-23
| | | | | | + + * pbuilder-satisfydepends: add note of which versions to try in pdebuild. +
* + * pbuilder-satisfydepends: remove the debug thing.dancer2002-10-30
|
* + * pbuilder-satisfydepends: make CHROOTEXEC invocation to makedancer2002-10-30
| | | | + it less ambiguous, for versiondeps.
* + * pbuilder-buildpackage-funcs: unset LOGNAMEdancer2002-10-29
| | | | +
* + * pbuilder-satisfydepends (--continue-fail): add a new feature to debug.dancer2002-10-29
|
* + * pbuilder-satisfydepends: apply patch from hmh, thanks!dancer2002-10-16
| | | | | + It now searches for a version that matches. + Bug: #164919
* pbuilder-satisfydepends has better messagedancer2002-04-01
|
* fixed build-dep parser to parse smurf control file.dancer2002-03-24
|
* fix documentation for pbuilderrc, and pbuilder-buildpackage executes D hooks ↵dancer2002-03-13
| | | | before unpack, and document them.
* fixing minor regexp, and other things.dancer2002-03-13
|
* some minor fixups for satisfydepends workage.dancer2002-03-13
| | | | It is getting closer to working state. I think.
* created pbuilder-satisfydepends, and many changes today.dancer2002-03-12
Improvement generally.