| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Add get_build_deps() and get_build_conflicts() functions wrapping
get_control_re() for BD_REGEXP and BC_REGEXP over DEBIAN_CONTROL.
|
| |
|
|
|
|
|
|
| |
test_pbuilder-satisfydepends-funcs: trap exit to run a cleanup()
function; this avoid leaving files behind if the script is killed at the
wrong time.
|
|
|
|
|
| |
test_pbuilder-satisfydepends-funcs: Rename CONTROL to DEBIAN_CONTROL as
to use the same var for all get_control_re calls.
|
|
|
|
|
| |
Remove tempfile at the end of the test helper function; add note that it
should really be created in the build dir instead
|
|
|
|
|
|
|
| |
(closes: 519306)
It used to rely on ',' being there, which really package maintainers
are free to insert '|' etc.
|
| |
|
|
Patch from Adeodato Simo.
|