summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,