aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-funcs
Commit message (Expand)AuthorAge
* From: Thorsten Glaser•••tags 620730 + patch pending tags 626431 + patch pending tags 627086 + patch pending tags 603420 + patch pending tags 601250 + patch pending tags 603881 = unreproducible tags 400848 = unreproducible tags 622624 = unreproducible thanks Dear Junichi, Matt and others, I’ve prepared an NMU for pbuilder (versioned as 0.199+nmu4) and uploaded it to Debian unstable, with a two-day delay as per devref §5.11.1 since this fixes an RC bug older than seven days. The debdiff is attached; it closes five bugs. I’m also tagging three other bugs as unreproducible as pbuilder itself (obviously) doesn’t FTBFS on my system and the test pak- kage I used didn’t exhibit problems with either comment blocks or hori- zontal tabulator characters in the control file. I’m also attaching the test package (absolutely minimal, but that’s what you get). I mostly used patches from the bugs closed as baseline for my changes, but did a bit more usually. I’m a heavy user of cowbuilder, because on m68k there’s currently no buildd and cowbuilder is all I know (and love, really… someone should make a buildd flavour that uses cowbuilder in- stead of sbuild, if it goes by my will). Cheers. Junichi Uekawa2011-06-24
* Bug#606699: pbuilder NMU•••Hi, I talked to Junichi and he told me it was fine if I NMU'ed pbuilder to fix these bugs. This is the debdiff for my NMU. Regards, Emilio Emilio Pozuelo Monfort2011-06-24
* Add test and fix for parsing of .dsc filesLoïc Minier2010-03-15
* 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_re•••Replace cat + awk + sed in get_control_re() with a sed script; rename the function to get_source_control_field. Loï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
* Drop useless get_control_re() control argLoïc Minier2010-01-04
* package_versions(): drop useless subshell•••package_versions(): drop useless subshell; pipes are already run in a subshell. Also add LC_ALL=C for consistency when parsing output of commands. Loïc Minier2010-01-04
* package_versions, candidate_version(): cleanup re•••package_versions(), candidate_version(): cleanup regexp 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
* Drop useless function keywordLoïc Minier2010-01-04
* 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
* * Misc cleanups.Loïc Minier2007-04-01
* * Add function get_control_re() to pbuilder-satisfydepends-funcs to extract the••• 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. Loïc Minier2007-03-31
* * Rework regular expressions in checkbuilddep_archdeps() to strip the []••• enclosure early on and to permit spaces or slashes since some pbuilder-satisfydepends* implementations use tr to map spaces to slashes. Loïc Minier2007-03-31
* * 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* into••• pbuilder-satisfydepends-funcs. Loïc Minier2007-03-31