[med-svn] [Git][med-team/murasaki][master] 5 commits: Skip problematic test on armhf since it results in "Bus error"

Andreas Tille gitlab at salsa.debian.org
Fri Dec 18 09:05:42 GMT 2020



Andreas Tille pushed to branch master at Debian Med / murasaki


Commits:
e5546c7e by Andreas Tille at 2020-12-18T09:55:40+01:00
Skip problematic test on armhf since it results in "Bus error"

- - - - -
0400e97e by Andreas Tille at 2020-12-18T09:56:23+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
2859cab7 by Andreas Tille at 2020-12-18T09:56:50+01:00
Update renamed lintian tag names in lintian overrides.

Changes-By: lintian-brush
Fixes: lintian: renamed-tag
See-also: https://lintian.debian.org/tags/renamed-tag.html

- - - - -
ae1dc07e by Andreas Tille at 2020-12-18T09:56:57+01:00
routine-update: watch file standard 4

- - - - -
a86543ee by Andreas Tille at 2020-12-18T10:03:43+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/murasaki-common.lintian-overrides
- debian/tests/run-unit-test
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+murasaki (1.68.6-11) unstable; urgency=medium
+
+  * Skip problematic test on armhf since it results in "Bus error"
+    Closes: #977621
+  * Standards-Version: 4.5.1 (routine-update)
+  * Update renamed lintian tag names in lintian overrides.
+  * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 18 Dec 2020 09:56:58 +0100
+
 murasaki (1.68.6-10) unstable; urgency=medium
 
   * Team Upload.


=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
                libcrypto++-dev,
                libpstreams-dev,
                libopenmpi-dev
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/murasaki
 Vcs-Git: https://salsa.debian.org/med-team/murasaki.git
 Homepage: http://murasaki.dna.bio.keio.ac.jp/wiki/


=====================================
debian/murasaki-common.lintian-overrides
=====================================
@@ -1,2 +1,2 @@
 # Binaries share common manpages
-murasaki-common: manpage-without-executable *
+murasaki-common: spare-manual-page *


=====================================
debian/tests/run-unit-test
=====================================
@@ -27,11 +27,14 @@ do
 	echo "PASSED GENEPARSE"
 	echo
 
+    if [ $(dpkg-architecture -qDEB_HOST_ARCH) = "armhf" ] then
+	echo "Skip Testing mbfa on $f (see bug #977621)"
+    else
 	echo "Testing mbfa on $f"
 	mbfa $f --fasta > testfile
 	echo 'PASSED mbfa'
+    fi
 	echo
 done
 
 echo 'PASS!'
-


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://sf.net/murasaki/murasaki-src-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/med-team/murasaki/-/compare/c7be56a63811e1fbce3e3d548d675905ce4f09ba...a86543eea476029cd926875dca1f42a01cdbc6b0

-- 
View it on GitLab: https://salsa.debian.org/med-team/murasaki/-/compare/c7be56a63811e1fbce3e3d548d675905ce4f09ba...a86543eea476029cd926875dca1f42a01cdbc6b0
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201218/a7695b3a/attachment-0001.html>


More information about the debian-med-commit mailing list