aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-07-01 19:26:59 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-07-01 19:27:23 +0200
commit4b69a86ef8d0615d5c97ce3ad4d55ddc19d0ba0f (patch)
treeddc90681ecf1097b1c2662d071c43a08fd8be5ba
parenta038c0ef4e2c29527e76f5eec9827e068bf3bad7 (diff)
d/control: Annotate some Build-Depends with <!nocheck>.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control18
2 files changed, 15 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 86eb5d0..33b5144 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+interimap (0.5-2) UNRELEASED; urgency=medium
+
+ * d/control: Annotate some Build-Depends with <!nocheck>.
+
+ -- Guilhem Moulin <guilhem@debian.org> Wed, 01 Jul 2020 19:26:24 +0200
+
interimap (0.5-1) unstable; urgency=medium
* d/control: Bump Standards-Version to 4.5.0 (no changes necessary).
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