it should build on archs where qtwebengine5 is not available
BibleTime appears to prefer qtwebengine so using that
when available rather than libqtwebkit5 everywhere
+ * d/rules: remove unnecessary --parallel
+ * d/control: fix Vcs fields (wrong way round)
+
-- Daniel Glassey <wdg@debian.org> Thu, 15 Nov 2018 22:59:33 +0700
bibletime (2.11.2-8) unstable; urgency=medium
Teus Benschop <teusjannette@gmail.com>
Standards-Version: 4.2.1
Homepage: http://www.bibletime.info/
-Vcs-Git: https://salsa.debian.org/pkg-crosswire-team/bibletime
-Vcs-Browser: https://salsa.debian.org/pkg-crosswire-team/bibletime.git
+Vcs-Git: https://salsa.debian.org/pkg-crosswire-team/bibletime.git
+Vcs-Browser: https://salsa.debian.org/pkg-crosswire-team/bibletime
Package: bibletime
Architecture: any
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
# Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
%:
- dh $@ -Scmake --parallel
+ dh $@ -Scmake
override_dh_auto_test:
echo "Skip dh_auto_test because the tests rely on a display which is not there"