aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 4/28 test log which is all-successfulJunichi Uekawa2007-05-06
|/
* mergeJunichi Uekawa2007-05-05
|\
| * * Update changelogs.Loïc Minier2007-04-29
| |
| * Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderLoïc Minier2007-04-29
| |\
| * | * Pass --without-recommends to aptitude.Loïc Minier2007-04-29
| | |
* | | add initial draft of debconf7 documentationJunichi Uekawa2007-05-05
| | |
* | | revise documentationJunichi Uekawa2007-05-05
| |/ |/|
* | merge. pbuilder test is failing to bootstrap sid.Junichi Uekawa2007-04-22
|\|
| * * Tune aptitude opts in pbuilder-satisfydepends-aptitude to handle complexLoïc Minier2007-04-22
| | | | | | | | dependencies in experimental and to support unsigned APT repositories.
| * * Update ChangeLog for local changes.Loïc Minier2007-04-22
| |
| * Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderLoïc Minier2007-04-17
| |\
| * \ Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderLoïc Minier2007-04-12
| |\ \
| * | | * Pass "-o Aptitude::ProblemResolver::StepScore=100" to aptitude, as discussedLoïc Minier2007-04-12
| | | | | | | | | | | | | | | | | | | | with Daniel Burrows to help aptitude resolve dependencies when experimental is in the sources.list
| * | | * Pass -o Aptitude::CmdLine::Ignore-Trust-Violations=true to aptitude; thanksLoïc Minier2007-04-11
| | | | | | | | | | | | | | | | Daniel Burrows for the pointed.
* | | | update execute_installtest.sh to be more useful; support more than one ↵Junichi Uekawa2007-04-22
| |_|/ |/| | | | | | | | package for install target
* | | open 0.167Junichi Uekawa2007-04-17
| | |
* | | remove amd64 from debian/rulesJunichi Uekawa2007-04-17
| | |
* | | add lenny tests for upgrade testingJunichi Uekawa2007-04-17
| | |
* | | test updateJunichi Uekawa2007-04-17
| | |
* | | B92test-pkg clarificationJunichi Uekawa2007-04-16
| | |
* | | --debbuildopts --debootstrapopts documentation clarificationJunichi Uekawa2007-04-16
| | |
* | | do not build pbuilder-uml for amd64Junichi Uekawa2007-04-15
| |/ |/| | | | | currently i386 is the only arch in Debian that supports user-mode-linux
* | update test resultJunichi Uekawa2007-04-12
| |
* | remove output of $Id$Junichi Uekawa2007-04-11
|/ | | | | $Id$ is a CVS-specific feature which was useful for showing the version number of pbuilder, but is no longer relevant. Something else is required for git, but that will need to be fixed later.
* minor documentation update for etch releaseJunichi Uekawa2007-04-10
|
* add lenny to testsuiteJunichi Uekawa2007-04-10
|
* test updateJunichi Uekawa2007-04-10
|
* install pbuilder-satisfydepends-checkparamsJunichi Uekawa2007-04-03
|
* install pbuilder-satisfydepends-funcsJunichi Uekawa2007-04-03
|
* * Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderLoïc Minier2007-04-02
|\ | | | | | | | | | | Conflicts: ChangeLog
| * merge changelogJunichi Uekawa2007-04-02
| |\
| * | 409135: SEE ALSO fix.Junichi Uekawa2007-04-01
| | |
* | | * pbuilder-satisfydepends-aptitude: check whether the dummy dependenciesLoïc Minier2007-04-02
| |/ |/| | | | | | | package was truly installed or error out; catches situation where "aptitude" did not keep the dummy package but claimed the installation was successful.
* | * Set pbuilder-satisfydepends +x to match the other scripts.Loïc Minier2007-04-01
| |
* | Merge branch 'satisfydepends-aptitude'Loïc Minier2007-04-01
|\ \ | |/ |/| | | | | | | | | Conflicts: ChangeLog debian/changelog
| * * Update changelogs.Loïc Minier2007-04-01
| |
| * * Document pbuilder-satisfydepends-aptitude.Loïc Minier2007-04-01
| |
| * * Install pbuilder-satisfydepends-aptitude.Loïc Minier2007-04-01
| |
| * * Misc cleanups.Loïc Minier2007-04-01
| |
| * * Make use of get_control_re() in pbuilder-satisfydepends andLoïc Minier2007-03-31
| | | | | | | | pbuilder-satisfydepends-experimental.
| * * Add missing pbuilder-satisfydepends-checkparams file.Loïc Minier2007-03-31
| |
| * * 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 command-line parsing logic used in pbuilder-satisfydepends* intoLoïc Minier2007-03-31
| | | | | | | | pbuilder-satisfydepends-checkparams.
| * * Move functions used in pbuilder-satisfydepends* intoLoïc Minier2007-03-31
| | | | | | | | pbuilder-satisfydepends-funcs.
| * * Initial pbuilder-satisfydepends-aptitude implementation; probably breaks forLoïc Minier2007-03-31
| | | | | | | | | | arch specific build-deps and for pbuilder environments using unsigned APT repositories.
* | 416920: Bug fix: "pbuilder-uml: --uml-ip broken"Junichi Uekawa2007-03-31
| |