[med-fichier] 06/11: Do not break package building if autotest fails.

Anton Gladky gladk at moszumanska.debian.org
Thu Apr 24 21:48:55 UTC 2014


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

gladk pushed a commit to branch master
in repository med-fichier.

commit 149c48efbd0c608559e49df10471216abd02ec5a
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Apr 24 20:58:02 2014 +0200

    Do not break package building if autotest fails.
---
 debian/rules | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9daee6a..ccc15cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 	dh $@  --parallel --with autoreconf
 
 export OMPI_MCA_orte_rsh_agent=/bin/false                #workaround to start MPI-applications in chroot
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 override_dh_auto_install:
 	dh_auto_install
@@ -10,7 +11,5 @@ override_dh_auto_install:
          $(CURDIR)/debian/tmp/usr/bin/usescases \
          $(CURDIR)/debian/tmp/usr/bin/unittests
 
-ifeq (,$(filter $(DEB_HOST_ARCH), amd64 hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 mipsel powerpc))
 override_dh_auto_test:
-
-endif
+	dh_auto_test || true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/med-fichier.git



More information about the debian-science-commits mailing list