aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-checkparams
Commit message (Collapse)AuthorAge
* Simpler logic for inclusion of -Indep build-depsLoïc Minier2010-01-04
| | | | | | | | | Set BINARY_ARCH in pbuilder-satisfydepends-checkparams just as in pbuilder-checkparams instead of setting BC_REGEXP and BD_REGEXP and change get_build_deps and get_build_conflicts to query for Build-Deps / Build-Conflicts only, with an optional separate get_control_re call for the -Indep deps if needed. Update testsuite to also test for build-deps-indep.
* Require gdebi/gdebi-core on host to resolve bdepsLoïc Minier2009-12-12
| | | | | | | Require /usr/bin/gdebi on the host to resolve build-deps using pbuilder-satisfydepends-gdebi instead of installing it in the chroot which resulted in a less minimal build env. Use proper package name in Suggests.
* added test things to --echo as well.Junichi Uekawa2008-08-12
|
* Reorder command-line options, and add error check so that things are better ↵Junichi Uekawa2008-08-11
| | | | | | | checked. --internal-chrootexec "${CHROOTEXEC}" --chroot "${BUILDPLACE}" will always override --internal-chrootexec command, --chroot "${BUILDPLACE}" --internal-chrootexec "${CHROOTEXEC}" is better.
* * Add missing pbuilder-satisfydepends-checkparams file.Loïc Minier2007-03-31