Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I images
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Salsa CI Team
  • images
  • Merge requests
  • !39

Enhance installation of build-deps

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sven Hartge requested to merge fix-builddep-install into master Jan 18, 2019
  • Overview 5
  • Commits 2
  • Pipelines 1
  • Changes 2

Make the process of installing build-deps even more similar to the one used in pbuilder and sbuild.

Turns out, the aptitude resolver has a different outcome, depending if a package was just installed via "--unpack" or via "-i --force..."

pbuilder and sbuild use the "-i --force..." way of doing things, so do the same, to also get the same build-dependencies installed.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-builddep-install