diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-07-01 19:26:59 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-07-01 19:27:23 +0200 |
commit | 4b69a86ef8d0615d5c97ce3ad4d55ddc19d0ba0f (patch) | |
tree | ddc90681ecf1097b1c2662d071c43a08fd8be5ba /debian/control | |
parent | a038c0ef4e2c29527e76f5eec9827e068bf3bad7 (diff) |
d/control: Annotate some Build-Depends with <!nocheck>.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 1844395..906caec 100644 --- a/debian/control +++ b/debian/control @@ -3,17 +3,17 @@ Section: mail Priority: optional Maintainer: Guilhem Moulin <guilhem@debian.org> Build-Depends: debhelper-compat (= 12), - dovecot-imapd (>= 2~), - dovecot-lmtpd (>= 2~), + dovecot-imapd (>= 2~) <!nocheck>, + dovecot-lmtpd (>= 2~) <!nocheck>, jq, - libconfig-tiny-perl, - libdbd-sqlite3-perl, - libnet-ssleay-perl (>= 1.73~), - openssl, + libconfig-tiny-perl <!nocheck>, + libdbd-sqlite3-perl <!nocheck>, + libnet-ssleay-perl (>= 1.73~) <!nocheck>, + openssl <!nocheck>, pandoc (>= 2.1~), - procps, - sqlite3, - xxd + procps <!nocheck>, + sqlite3 <!nocheck>, + xxd <!nocheck> Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://guilhem.org/interimap |