From: glasseyes Date: Thu, 15 Nov 2018 17:16:56 +0000 (+0700) Subject: Vcs fields, unsuccessful attempt to fix hardening X-Git-Tag: archive/raspbian/3.0-3+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dfd5ceb52e9758522909a0699be96efec8a58dbe;p=bibletime.git Vcs fields, unsuccessful attempt to fix hardening --- 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 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 , Teus Benschop 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"