aboutsummaryrefslogtreecommitdiff
path: root/test_pbuilder-satisfydepends-funcs
Commit message (Collapse)AuthorAge
* Normalize and test arch specifiersLoïc Minier2010-01-05
|
* Normalize output of get_build_deps(), _conflicts()Loïc Minier2010-01-04
|
* Normalize output of get_source_control_field()Loïc Minier2010-01-04
|
* test_pbuilder-satisfydepends-funcs: test tabsLoïc Minier2010-01-04
|
* 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.
* Add get_build_deps() and get_build_conflicts()Loïc Minier2010-01-04
| | | | | 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: fix typosLoïc Minier2010-01-04
|
* trap exit to run a cleanup() functionLoïc Minier2010-01-04
| | | | | | 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.
* Rename CONTROL to DEBIAN_CONTROLLoïc Minier2010-01-04
| | | | | 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; should be in builddirLoïc Minier2009-12-12
| | | | | Remove tempfile at the end of the test helper function; add note that it should really be created in the build dir instead
* handle packages line wrapping with something other than ',' in Build-Depends ↵Junichi Uekawa2009-03-16
| | | | | | | (closes: 519306) It used to rely on ',' being there, which really package maintainers are free to insert '|' etc.
* expand test and add comments for get_control_re.Junichi Uekawa2009-03-13
|
* Bug#514656: pbuilder: does not handle comments in debian/control correctlyJunichi Uekawa2009-02-11
Patch from Adeodato Simo.