[med-svn] [mash] 01/01: fix version of capnproto
Sascha Steinbiss
satta at debian.org
Sun Oct 1 17:26:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository mash.
commit eb9ce00c9d8da063d1512de96d033119d745fc01
Author: Sascha Steinbiss <satta at debian.org>
Date: Sun Oct 1 18:22:55 2017 +0100
fix version of capnproto
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b747f62..bc52354 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mash (2.0-2) unstable; urgency=medium
+
+ * Specify required version of capnproto to avoid building with
+ problematic version (e.g. on sparc64).
+
+ -- Sascha Steinbiss <satta at debian.org> Sun, 01 Oct 2017 18:22:09 +0100
+
mash (2.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 4827138..30ff7cb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Uploaders: Sascha Steinbiss <satta at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
- capnproto,
- libcapnp-dev,
+ capnproto (>= 0.6.1),
+ libcapnp-dev (>= 0.6.1),
libgsl-dev,
dh-autoreconf,
zlib1g-dev,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mash.git
More information about the debian-med-commit
mailing list