[med-svn] [libbpp-seq] 01/04: * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) * hardening=+all * do not ignore test failures

Andreas Tille tille at debian.org
Fri Jun 23 06:49:42 UTC 2017


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

tille pushed a commit to branch master
in repository libbpp-seq.

commit 1018039ba2879a21c60649ec1e268b913497683d
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jun 22 21:52:31 2017 +0200

      * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH)
      * hardening=+all
      * do not ignore test failures
---
 debian/changelog |  8 ++++++++
 debian/rules     | 16 ++--------------
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f226ec..f65f41b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libbpp-seq (2.3.1-3) UNRELEASED; urgency=medium
+
+  * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH)
+  * hardening=+all
+  * do not ignore test failures
+
+ -- Andreas Tille <tille at debian.org>  Thu, 22 Jun 2017 21:49:21 +0200
+
 libbpp-seq (2.3.1-2) unstable; urgency=medium
 
   * Make sure cmake files will be installed also on i386
diff --git a/debian/rules b/debian/rules
index 36ecca8..eb7a066 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,7 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
 
 CMAKE_EXTRA_FLAGS += -DBUILD_TESTING=OFF
 
-## When the following is set, the package does not build:
-# export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-## So we need to live with:
-## libbpp-seq9v5: hardening-no-bindnow usr/lib/x86_64-linux-gnu/libbpp-seq.so.9.1.3
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@
@@ -22,14 +19,5 @@ override_dh_install:
 		    --override 's/libbpp-\([-a-z]\+\)[0-9]\+-dev/libbpp-\1-dev/' \
 		    --exclude-la \
                     --movedev debian/tmp/usr/include/* usr/include \
-                    --movedev debian/tmp/usr/lib/*/cmake usr/lib/$(DEB_HOST_GNU_TYPE) \
+                    --movedev debian/tmp/usr/lib/*/cmake usr/lib/$(DEB_HOST_MULTIARCH) \
                     debian/tmp/usr/lib/*/*.so
-
-override_dh_auto_test:
-	# For the moment ignore:
-	# 3/7 Test #3: test_io ..........................***Exception: Other  0.01 sec
-	# terminate called after throwing an instance of 'bpp::IOException'
-	#  what():  Fasta::appendFromStream: can't read from istream input
-	#
-	# 86% tests passed, 1 tests failed out of 7
-	dh_auto_test || true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-seq.git



More information about the debian-med-commit mailing list