summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control17
2 files changed, 20 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 7350e43..0a7f894 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bibletime (2.11.2-10) unstable; urgency=medium
+
+ * build alternatives doesn't work to fix that
+ arch specific build deps instead, thanks James
+
+ -- Daniel Glassey <wdg@debian.org> Fri, 16 Nov 2018 08:23:16 +0700
+
bibletime (2.11.2-9) unstable; urgency=medium
* alternative build-dep on libqtwebkit5-dev, Closes: #913782
diff --git a/debian/control b/debian/control
index a3c1b5e..f140285 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,18 @@
Source: bibletime
Section: kde
-Build-Depends: quilt (>= 0.46-7~), debhelper (>= 11),
- libsword-dev (>= 1.8.1+dfsg-8), libclucene-dev, cmake,
- pkg-config, libcurl4-gnutls-dev, git,
- qtbase5-dev, qttools5-dev, qtwebengine5-dev | libqtwebkit5-dev, libqt5svg5-dev
+Build-Depends: quilt (>= 0.46-7~),
+ debhelper (>= 11),
+ libsword-dev (>= 1.8.1+dfsg-8),
+ libclucene-dev,
+ cmake,
+ pkg-config,
+ libcurl4-gnutls-dev,
+ git,
+ qtbase5-dev,
+ qttools5-dev,
+ qtwebengine5-dev [amd64 arm64 armhf i386 mipsel],
+ libqtwebkit5-dev [alpha hppa hurd-i386 kfreebsd-amd64 kfreebsd-i386 m68k powerpcspe ppc64 sh4 sparc64 x32],
+ libqt5svg5-dev
Priority: optional
Maintainer: CrossWire Packaging Team <pkg-crosswire-devel@alioth-lists.debian.net>
Uploaders: Daniel Glassey <wdg@debian.org>,