aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-funcs
Commit message (Collapse)AuthorAge
* Remove leading and trailing comma + spaceLoïc Minier2010-01-05
|
* Fix typo in get_build_conflicts()Loïc Minier2010-01-05
|
* 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
|
* Rewrite get_control_reLoïc Minier2010-01-04
| | | | | Replace cat + awk + sed in get_control_re() with a sed script; rename the function to get_source_control_field.
* 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.
* Drop useless get_control_re() control argLoïc Minier2010-01-04
|
* package_versions(): drop useless subshellLoïc Minier2010-01-04
| | | | | | package_versions(): drop useless subshell; pipes are already run in a subshell. Also add LC_ALL=C for consistency when parsing output of commands.
* package_versions, candidate_version(): cleanup reLoïc Minier2010-01-04
| | | | package_versions(), candidate_version(): cleanup regexp
* 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.
* Drop useless function keywordLoïc Minier2010-01-04
|
* 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.
* * Misc cleanups.Loïc Minier2007-04-01
|
* * Add function get_control_re() to pbuilder-satisfydepends-funcs to extract theLoïc Minier2007-03-31
| | | | | | | | | value of source headers from a control file. * Add function filter_arch_deps() to pbuilder-satisfydepends-aptitude to filter out arch dependencies not for a certain arch. * Source pbuilder-satisfydepends-funcs in pbuilder-satisfydepends-aptitude. * Add support for arch specific build-deps and build-conflicts to pbuilder-satisfydepends-aptitude.
* * Rework regular expressions in checkbuilddep_archdeps() to strip the []Loïc Minier2007-03-31
| | | | | enclosure early on and to permit spaces or slashes since some pbuilder-satisfydepends* implementations use tr to map spaces to slashes.
* * More cleanups in RE and grep invocations.Loïc Minier2007-03-31
|
* * Misc cleanups in checkbuilddep_archdeps().Loïc Minier2007-03-31
|
* * Drop expand_arch() as it's currently useless; it can be resurrected later.Loïc Minier2007-03-31
|
* * Move functions used in pbuilder-satisfydepends* intoLoïc Minier2007-03-31
pbuilder-satisfydepends-funcs.