pbuilder git tree: Changes to 'master'

Loïc Minier lool at alioth.debian.org
Mon Jan 4 23:09:09 UTC 2010


 pbuilder-satisfydepends-checkparams |    9 +--
 pbuilder-satisfydepends-funcs       |   86 ++++++++++++++++++++++--------------
 test_pbuilder-checkparams           |    2 
 test_pbuilder-satisfydepends-funcs  |   21 +++++---
 4 files changed, 69 insertions(+), 49 deletions(-)

New commits:
commit 451ead17ded7acd2a0c530bb9d64ac669e2ed5b0
Author: Loïc Minier <lool at dooz.org>
Date:   Tue Jan 5 00:01:25 2010 +0100

    Normalize and test arch specifiers

commit 382834391ba82f745024a2cdbb66cf8edfbfd12d
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Jan 4 23:55:50 2010 +0100

    Normalize output of get_build_deps(), _conflicts()

commit 61754016baf1b8f4e86ccb3a49da335b7594e07e
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Jan 4 23:52:22 2010 +0100

    Normalize output of get_source_control_field()

commit 17f5763b0863a67d81fa7b8071329cb117ca987e
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Jan 4 23:22:40 2010 +0100

    test_pbuilder-satisfydepends-funcs: test tabs

commit 8bf99ca809fd9287bbe015523e477109185a4119
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Jan 4 23:18:45 2010 +0100

    Rewrite get_control_re
    
    Replace cat + awk + sed in get_control_re() with a sed script; rename
    the function to get_source_control_field.

commit f798994af1d760954fb6e8d0be0d17e60862e479
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Jan 4 16:49:59 2010 +0100

    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.

commit 35a94e9d9dc8d73d071c65e54e4f68353df0aa7e
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Jan 4 15:46:27 2010 +0100

    Drop obsolete comment

commit c4454269c1fca63faa3422bdbf8bdccb3f739b54
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Jan 4 12:55:10 2010 +0100

    Drop useless get_control_re() control arg

commit 87e4fcc7e27e0aaac3b2615f3c03572bd64edb90
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Jan 4 12:53:34 2010 +0100

    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.

commit 94f81ef48f5735946ef8d24cc012fba9d6fdd1ce
Author: Loïc Minier <lool at dooz.org>
Date:   Mon Jan 4 12:51:58 2010 +0100

    package_versions, candidate_version(): cleanup re
    
    package_versions(), candidate_version(): cleanup regexp




More information about the Pbuilder-maint mailing list