diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2016-12-01 21:41:44 +0100 |
---|---|---|
committer | Félix Sipma <felix+debian@gueux.org> | 2016-12-07 13:51:52 +0100 |
commit | b7dd7a5b81267e7b7a6766bdf8b645c8a51d0a32 (patch) | |
tree | e361162a34ef336dbf8828c3d5a0cc67c49e9b18 | |
parent | 6e5a6868d2ca2f17162d4dbeb7c70ede8dd3e34d (diff) |
add build dependencies
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 42436f9..14a01de 100644 --- a/debian/control +++ b/debian/control @@ -6,13 +6,13 @@ Build-Depends: debhelper (>= 10), dh-golang, golang-any, golang-bazil-fuse-dev, -# golang-github-elithrar-simple-scrypt-dev, + golang-github-elithrar-simple-scrypt-dev, golang-github-inconshreveable-mousetrap-dev, golang-github-kr-fs-dev, golang-github-minio-minio-go-dev, golang-github-pkg-errors-dev, golang-github-pkg-sftp-dev, -# golang-github-restic-chunker-dev, + golang-github-restic-chunker-dev, golang-github-spf13-cobra-dev, golang-github-spf13-pflag-dev, golang-golang-x-crypto-dev, |