diff options
| author | David Bremner <david@tethera.net> | 2016-07-19 08:47:47 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-07-19 08:49:10 -0300 |
| commit | 6cf6469e91938afafd22c34773168436a63ca47c (patch) | |
| tree | 68175b0bd4d6b1521d953b737ee903b2fac86cf5 | |
| parent | b824ecc48f1e838ab19e346b0eec17ff02432493 (diff) | |
debian: add explicit build-depends on gnupg
apt dropped it's depends on gnupg, so we can't rely on it being present
in the build env anymore
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a46e391b..2cd24213 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Build-Depends: gdb [!s390x !ia64 !armel !ppc64el !mips !mipsel !mips64el], dtach (>= 0.8), gpgsm <!nocheck>, + gnupg <!nocheck>, bash-completion (>=1.9.0~) Standards-Version: 3.9.6 Homepage: http://notmuchmail.org/ |
