Vcs fields, unsuccessful attempt to fix hardening
authorglasseyes <dglassey@gmail.com>
Thu, 15 Nov 2018 17:16:56 +0000 (00:16 +0700)
committerglasseyes <dglassey@gmail.com>
Thu, 15 Nov 2018 17:43:02 +0000 (00:43 +0700)
debian/changelog
debian/control
debian/rules

index 12b6c9fd60b4b4c6c416d2e07dc9c23284219ae1..7350e433705236cfa72eb9b1353644afbccf11d5 100644 (file)
@@ -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
index d559dcd10a97b81dde8892d1d295d255ec6798eb..a3c1b5ede74f3e7598946affbf3505429489d958 100644 (file)
@@ -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
index fa6408b3bdf4cdd717860026b538e457c3016200..ee092978c14dda407866b8f8f801907209ed756a 100755 (executable)
@@ -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"