summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@debian.org>2017-07-21 08:09:04 +0200
committerMichael Stapelberg <stapelberg@debian.org>2017-07-21 08:09:19 +0200
commit049b0b58614c1e84aeeffc04648c7518a0c615f1 (patch)
tree62b6dc0dc4abd162aa90831abf97d3d6c1cd5af6
parent18a65a9a22147218501beef33c441b419b10588f (diff)
add build-deps to deps
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 17aaf1b..2d22987 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,9 @@ XS-Go-Import-Path: github.com/minio/minio-go
Package: golang-github-minio-minio-go-dev
Architecture: all
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ golang-github-go-ini-ini-dev,
+ golang-github-mitchellh-go-homedir-dev
Description: Go library for Amazon S3 compatible cloud storage
The Minio Golang Client SDK provides simple APIs to access any Amazon S3
compatible object storage server.