aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends
Commit message (Collapse)AuthorAge
* * rename pbuilder-satisfydepends to pbuilder-satisfydepends-classic, andJunichi Uekawa2007-08-28
| | | | | | install pbuilder-satisfydepends-aptitude as the deafault pbuilder-satisfydepends * install aptitude per default in chroot.
* remove output of $Id$Junichi Uekawa2007-04-11
| | | | | $Id$ is a CVS-specific feature which was useful for showing the version number of pbuilder, but is no longer relevant. Something else is required for git, but that will need to be fixed later.
* * Set pbuilder-satisfydepends +x to match the other scripts.Loïc Minier2007-04-01
|
* * Misc cleanups.Loïc Minier2007-04-01
|
* * Make use of get_control_re() in pbuilder-satisfydepends andLoïc Minier2007-03-31
| | | | pbuilder-satisfydepends-experimental.
* * Move command-line parsing logic used in pbuilder-satisfydepends* intoLoïc Minier2007-03-31
| | | | pbuilder-satisfydepends-checkparams.
* * Move functions used in pbuilder-satisfydepends* intoLoïc Minier2007-03-31
| | | | pbuilder-satisfydepends-funcs.
* copyright year 2007, and changelog about it, and changelog warning/error to >&2Junichi Uekawa2007-03-27
|
* pbuilder-satisfydepends with i386/amd64 cross-arch supportJunichi Uekawa2007-01-31
|
* * pbuilder-satisfydepends: drop an useless invocation of awk.lool2006-11-06
|
* update copyright info.dancer2006-05-30
|
* revert the satisfydepends change until it is confirmed with dpkg-dev ↵dancer2006-05-22
| | | | maintainers.
* * 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.
* spelling fix.dancer2006-03-31
|
* * Update pbuilderrc man page to specify EXTRAPACKAGES is space-delimiteddancer2006-02-11
| | | | | | | | | (Closes: #352224). * Bug fix: "sudo pbuilder login --save-after-login includes the apt cache in the base.tgz", thanks to Andreas Beckmann (Closes: #351526). * Bug fix: "pbuilder: Arch-specific build-deps printed weird", thanks to Daniel Schepler (Closes: #184149).
* Revert to using --force-yes, since --allow-unauthenticated doesn't work with ↵dancer2005-12-04
| | | | | | | | | sarge * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missing --force-yes option", thanks to qfunk (Closes: #340715). Note: --allow-unauthenticated is probably a better option here, but apt-get in sarge does not support it, we will revisit it after etch.
* * 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.