aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * Pass --without-recommends to aptitude.Loïc Minier2007-04-29
|
* * 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
|\
| * 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
* | Merge branch 'master' of ssh://git.debian.org/git/pbuilder/pbuilderLoïc Minier2007-04-12
|\|
| * 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.
* | * 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.
* 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
| |
* | 391915: re-fix the applied patch, etc/$a inside buildplace was ↵Junichi Uekawa2007-03-31
| | | | | | | | | | | | | | | | | | unconditionally removed. "The fix for #391915 as applied in 0.165 isn't quite correct, it still has an unconditional rm -f "$BUILDPLACE/etc/$a" outside the check for an existing /etc/$a to copy into its place." From Paul TBBle Hampson <Paul.Hampson@Pobox.com>
* | testsuite updateJunichi Uekawa2007-03-31
| |
* | 0.166 startJunichi Uekawa2007-03-31
|/
* 0.165Junichi Uekawa2007-03-30
|
* update testsuite logJunichi Uekawa2007-03-30
|
* do not try to decide network configuration based on PBUILDER_COWJunichi Uekawa2007-03-30
|
* add ~ for gitignoreJunichi Uekawa2007-03-29
|
* 415544: support UML_IP=dhcpJunichi Uekawa2007-03-29
|