| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
reletionship was considered a build profile (and as a result the build-dep vanished)
Yes, this is not really a fix.
Yes, I'd really love to fix the original regexp.
Yes, *this will not stay here forever* (you have to exercise your doublethink!)
Closes: #791991
Gbp-Dch: Short
|
|
|
|
| |
Closes: #694404
|
|
|
|
|
|
|
|
| |
Thanks to Eric Pozharski for the initial patch.
This version is slightly modified, as it provides a test case, and is
compliant with Policy 5.2, which states that comments must not have leading
whitespace before the hash.
|
| |
|
|
|
|
| |
pbuilder-satisfydepends-funcs and add tests
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|