Merge #7614: Bugfix: gitian: Add curl to packages (now needed for depends)

5c70a6d Bugfix: gitian: Add curl to packages (now needed for depends) (Luke Dashjr)
This commit is contained in:
Wladimir J. van der Laan 2016-03-01 15:07:30 +01:00
commit 732c010896
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ suites:
architectures:
- "amd64"
packages:
- "curl"
- "g++-multilib"
- "git-core"
- "pkg-config"

View File

@ -7,6 +7,7 @@ architectures:
- "amd64"
packages:
- "ca-certificates"
- "curl"
- "g++"
- "git-core"
- "pkg-config"

View File

@ -6,6 +6,7 @@ suites:
architectures:
- "amd64"
packages:
- "curl"
- "g++"
- "git-core"
- "pkg-config"