This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository gmap.
commit fb73380035994b8f77a3c00797847a822091876f Author: Alexandre Mestiashvili <[email protected]> Date: Sun Oct 26 14:27:48 2014 +0100 d/patches/drop_tests_i386.patch: do not run tests on i386 because they fail. As it is not clear if the program is usefull on i386 architecure, let's leave it like that for now. d/README.Debian: note that embeded tests are skipped for i386 d/changelog: upload to unstable --- debian/README.Debian | 5 +++++ debian/changelog | 9 ++++++++- debian/patches/drop_tests_i386.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 34 insertions(+), 1 deletion(-) diff --git a/debian/README.Debian b/debian/README.Debian index 3fcf07d..ff97ffd 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -3,3 +3,8 @@ GMAP web site: http://research-pub.gene.com/gmap/ -- Shaun Jackman <[email protected]> 2010-04-28 + +Embeded tests fail on i386 architecture which mean that some programs +from gmap suite may not work or crash. + + -- Alex Mestiashvili <[email protected]> 2014-10-26 diff --git a/debian/changelog b/debian/changelog index 46fce25..5011d19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gmap (2014-10-22-1) UNRELEASED; urgency=medium +gmap (2014-10-22-1) unstable; urgency=medium [ Alexandre Mestiashvili ] * build fails due to 2 failing test on i386 for 2014-10-14 @@ -6,6 +6,13 @@ gmap (2014-10-22-1) UNRELEASED; urgency=medium [ Andreas Tille ] * Imported Upstream version 2014-10-22 + [ Alexandre Mestiashvili ] + * debian/*.1: updated dates in man pages + * d/patches/drop_tests_i386.patch: do not run tests on i386 because they fail. + As it is not clear if the program is useful on i386 architecure, + let's leave it like that for now. + * d/README.Debian: note that embeded tests are skipped for i386 + -- Andreas Tille <[email protected]> Sun, 26 Oct 2014 08:20:42 +0100 gmap (2014-10-09-1) unstable; urgency=medium diff --git a/debian/patches/drop_tests_i386.patch b/debian/patches/drop_tests_i386.patch new file mode 100644 index 0000000..c74a775 --- /dev/null +++ b/debian/patches/drop_tests_i386.patch @@ -0,0 +1,20 @@ +Description: do not run tests on i386 because they fail. +Author: Alex Mestiashvili <[email protected]> +--- gmap.orig/Makefile.in ++++ gmap/Makefile.in +@@ -252,7 +252,14 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = src util tests ++ARCH := $(shell getconf LONG_BIT) ++ifeq (64,$(ARCH)) ++ SUBDIRS = src util tests ++endif ++ifeq (32,$(ARCH)) ++ SUBDIRS = src util ++endif ++ + EXTRA_DIST = VERSION NOTICE config.site + CLEANFILES = so_locations + ACLOCAL_AMFLAGS = -I config diff --git a/debian/patches/series b/debian/patches/series index f01aaaa..f457291 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +drop_tests_i386.patch install-data-local -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gmap.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
