Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | package_versions, candidate_version(): cleanup re | Loïc Minier | 2010-01-04 |
| | | | | package_versions(), candidate_version(): cleanup regexp | ||
* | Add get_build_deps() and get_build_conflicts() | Loïc Minier | 2010-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 keyword | Loïc Minier | 2010-01-04 |
| | |||
* | handle packages line wrapping with something other than ',' in Build-Depends ↵ | Junichi Uekawa | 2009-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 Uekawa | 2009-03-13 |
| | |||
* | Bug#514656: pbuilder: does not handle comments in debian/control correctly | Junichi Uekawa | 2009-02-11 |
| | | | | Patch from Adeodato Simo. | ||
* | * Misc cleanups. | Loïc Minier | 2007-04-01 |
| | |||
* | * Add function get_control_re() to pbuilder-satisfydepends-funcs to extract the | Loïc Minier | 2007-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 Minier | 2007-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 Minier | 2007-03-31 |
| | |||
* | * Misc cleanups in checkbuilddep_archdeps(). | Loïc Minier | 2007-03-31 |
| | |||
* | * Drop expand_arch() as it's currently useless; it can be resurrected later. | Loïc Minier | 2007-03-31 |
| | |||
* | * Move functions used in pbuilder-satisfydepends* into | Loïc Minier | 2007-03-31 |
pbuilder-satisfydepends-funcs. |