[sfcgal] 03/03: * disable tests again * try to enable hardening

Sven Geggus giggls-guest at moszumanska.debian.org
Mon Jun 15 11:24:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

giggls-guest pushed a commit to branch master
in repository sfcgal.

commit c38b374d46e5610ee87c3297c3391c2814381e01
Author: Sven Geggus <sven-deb at geggus.net>
Date:   Mon Jun 15 12:55:37 2015 +0200

    * disable tests again
    * try to enable hardening
---
 debian/rules | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 936d5fd..481a55d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,10 @@ DH_VERBOSE = 1
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-DPKG_EXPORT_BUILDFLAGS = 1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DEB_BUILD_HARDENING = 1
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
 include /usr/share/dpkg/default.mk
 
 # main packaging script based on dh7 syntax
@@ -21,7 +23,10 @@ override_dh_install:
 	dh_install --list-missing
 	
 
-# As of version 1.1.0 style test does currently work on Debian
+# As of version 1.1.0 "style test" does currently work on Debian
 # GNU/Linux for unknown reasons
+# the other 3 tests will work on systems with installed libraries
+# only thus upstream needs to fix the tests before we would be able
+# to use them here
 override_dh_auto_test:
-	dh_auto_test || echo "Ignoring test failures"	
+	true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git



More information about the Pkg-grass-devel mailing list