aboutsummaryrefslogtreecommitdiff
path: root/test_pbuilder-satisfydepends-funcs
Commit message (Collapse)AuthorAge
* pbuilder-satisfydepends-funcs: fix a case where a "strictly earlier" ↵Mattia Rizzolo2015-07-10
| | | | | | | | | | | 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
* pbuilder-satisfydepends-fucs: allow blank lines above the first paragraphMattia Rizzolo2015-06-25
| | | | Closes: #694404
* Handle comments in debian/control. Closes: #603881Matt Palmer2015-06-25
| | | | | | | | 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.
* build profile parsing supportJohannes Schauer2015-06-22
|
* move filter_arch_deps from pbuilder-satisfydepends-aptitude to ↵Johannes Schauer2015-06-22
| | | | pbuilder-satisfydepends-funcs and add tests
* Add test and fix for parsing of .dsc filesLoïc Minier2010-03-15
|
* pbuilder-selftest: run tests after installLoïc Minier2010-01-30
|
* 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.