[Pbuilder-maint] pbuilder git tree: Changes to 'master'

Loïc Minier lool at alioth.debian.org
Sun Apr 1 07:01:43 UTC 2007


 ChangeLog                            |    7 
 Makefile                             |    2 
 debian/changelog                     |    6 
 pbuilder-satisfydepends              |  202 +++++-----------------------
 pbuilder-satisfydepends-aptitude     |  113 +++++++++++++++
 pbuilder-satisfydepends-checkparams  |   74 ++++++++++
 pbuilder-satisfydepends-experimental |  248 ++++-------------------------------
 pbuilder-satisfydepends-funcs        |  154 +++++++++++++++++++++
 pbuilderrc                           |   11 -
 pbuilderrc.5                         |   10 -
 10 files changed, 439 insertions(+), 388 deletions(-)

New commits:
commit efab133bb85277bb858d8660f3e748b24c95d26a
Merge: 275a316ca8672eb90a5b38e3ff00d9f9ca9c07c1 0b460b77a4919f3929f91eccebc0052f8e304122
Author: Loïc Minier <lool at dooz.org>
Date:   Sun Apr 1 09:00:08 2007 +0200

    Merge branch 'satisfydepends-aptitude'
    
    Conflicts:
    
    	ChangeLog
    	debian/changelog

commit 0b460b77a4919f3929f91eccebc0052f8e304122
Author: Loïc Minier <lool at dooz.org>
Date:   Sun Apr 1 00:19:02 2007 +0200

    * Update changelogs.

commit da872b4891d080cbebccf315ead576077ad75fb2
Author: Loïc Minier <lool at dooz.org>
Date:   Sun Apr 1 00:14:22 2007 +0200

    * Document pbuilder-satisfydepends-aptitude.

commit f4acdc7109cb34c8ec611525131415a18e01ec25
Author: Loïc Minier <lool at dooz.org>
Date:   Sun Apr 1 00:14:12 2007 +0200

    * Install pbuilder-satisfydepends-aptitude.

commit 6587a44463d81d7508a5bacd787ff1b201894442
Author: Loïc Minier <lool at dooz.org>
Date:   Sun Apr 1 00:09:13 2007 +0200

    * Misc cleanups.

commit 5efd4d516d740ed35bf6c775be31faf2cfc23601
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 23:03:07 2007 +0200

    * Make use of get_control_re() in pbuilder-satisfydepends and
      pbuilder-satisfydepends-experimental.

commit 0c4ec0d6856d80841ddebd5a41ba9bb42504d2fa
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 22:48:01 2007 +0200

    * Add missing pbuilder-satisfydepends-checkparams file.

commit 475cf4ec89d394984172dadc35f95d7edb90eaac
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 22:47:33 2007 +0200

    * 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.

commit 78c12e2cfe056b94112e3207b7dc2305265bc727
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 19:20:58 2007 +0200

    * 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.

commit 95f46bd66aa9d8eb8a81a6149b13d9f275c6a089
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 16:57:56 2007 +0200

    * More cleanups in RE and grep invocations.

commit e60c7421cdc7b48bec0f67a0a21cdbc7325bbb2e
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 16:55:32 2007 +0200

    * Misc cleanups in checkbuilddep_archdeps().

commit 65686562c1cb38de1880cdf137cc724ce38d7862
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 16:37:43 2007 +0200

    * Drop expand_arch() as it's currently useless; it can be resurrected later.

commit 8bb7ffe30bf79c6acbfb15c6be34fce5f4a945d7
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 15:39:08 2007 +0200

    * Move command-line parsing logic used in pbuilder-satisfydepends* into
      pbuilder-satisfydepends-checkparams.

commit 6de7a42e5278688ae51cddd6aa0812f43b361787
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 15:20:26 2007 +0200

    * Move functions used in pbuilder-satisfydepends* into
      pbuilder-satisfydepends-funcs.

commit c5b67b75809d6f37030f8c3abd008b5005d95b47
Author: Loïc Minier <lool at dooz.org>
Date:   Sat Mar 31 14:08:56 2007 +0200

    * Initial pbuilder-satisfydepends-aptitude implementation; probably breaks for
      arch specific build-deps and for pbuilder environments using unsigned APT
      repositories.




More information about the Pbuilder-maint mailing list