summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcfp <linux@jcf.pm>2017-07-07 00:56:37 +0200
committerjcfp <linux@jcf.pm>2017-07-07 00:56:37 +0200
commitcb08d454da67c757481b7cc3bfc7b60b639874ce (patch)
treeba7eb2151a87884b2e6fefb9793e2399eea54a9d
parent308b895a594815bfbccbf685675ecc77f32d77c1 (diff)
Control: limit build-depend on libaio-dev to linux-only.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9837868..a8c69ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sysbench (1.0.8+ds-1) UNRELEASED; urgency=medium
* New upstream release.
* Patches: remove 02 and 05: merged upstream.
* Bump Standards-Version to 4.0.0 (from 3.9.8; no further changes).
+ * Control: limit build-depend on libaio-dev to linux-only.
-- JCF Ploemen (jcfp) <linux@jcf.pm> Thu, 06 Jul 2017 21:38:27 +0000
diff --git a/debian/control b/debian/control
index 0fbb43c..d5b85a8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
default-libmysqlclient-dev,
docbook-xml,
docbook-xsl,
- libaio-dev,
+ libaio-dev [linux-any],
libck-dev,
libluajit-5.1-dev,
libpq-dev,