aboutsummaryrefslogtreecommitdiff
path: root/test_pbuilder-satisfydepends-funcs
Commit message (Expand)AuthorAge
* move all tests under a t/ directoryMattia Rizzolo2015-10-13
* pbuilder-satisfydepends-funcs: fix a case where a "strictly earlier" reletion...•••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 Mattia Rizzolo2015-07-10
* pbuilder-satisfydepends-fucs: allow blank lines above the first paragraph•••Closes: #694404 Mattia Rizzolo2015-06-25
* Handle comments in debian/control. Closes: #603881•••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. Matt Palmer2015-06-25
* build profile parsing supportJohannes Schauer2015-06-22
* move filter_arch_deps from pbuilder-satisfydepends-aptitude to pbuilder-satis...Johannes Schauer2015-06-22
* 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-deps•••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. Loïc Minier2010-01-04
* Add get_build_deps() and get_build_conflicts()•••Add get_build_deps() and get_build_conflicts() functions wrapping get_control_re() for BD_REGEXP and BC_REGEXP over DEBIAN_CONTROL. Loïc Minier2010-01-04
* test_pbuilder-satisfydepends-funcs: fix typosLoïc Minier2010-01-04
* trap exit to run a cleanup() function•••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. Loïc Minier2010-01-04
* Rename CONTROL to DEBIAN_CONTROL•••test_pbuilder-satisfydepends-funcs: Rename CONTROL to DEBIAN_CONTROL as to use the same var for all get_control_re calls. Loïc Minier2010-01-04
* Remove tempfile at the end; should be in builddir•••Remove tempfile at the end of the test helper function; add note that it should really be created in the build dir instead Loïc Minier2009-12-12
* handle packages line wrapping with something other than ',' in Build-Depends ...•••It used to rely on ',' being there, which really package maintainers are free to insert '|' etc. Junichi Uekawa2009-03-16
* expand test and add comments for get_control_re.Junichi Uekawa2009-03-13
* Bug#514656: pbuilder: does not handle comments in debian/control correctly•••Patch from Adeodato Simo. Junichi Uekawa2009-02-11