summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorglasseyes <dglassey@gmail.com>2018-11-16 00:16:56 +0700
committerglasseyes <dglassey@gmail.com>2018-11-16 00:43:02 +0700
commitdfd5ceb52e9758522909a0699be96efec8a58dbe (patch)
tree0b7e51f1653cad9cb64ef0d7384931add62b37d9 /debian
parente0a257cf6307da467a029e46a8186c94245549c3 (diff)
Vcs fields, unsuccessful attempt to fix hardening
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules6
3 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 12b6c9f..7350e43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ bibletime (2.11.2-9) unstable; urgency=medium
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
diff --git a/debian/control b/debian/control
index d559dcd..a3c1b5e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Uploaders: Daniel Glassey <wdg@debian.org>,
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
diff --git a/debian/rules b/debian/rules
index fa6408b..ee09297 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,15 @@
#!/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"