Michael R. Crusoe pushed to branch master at Debian Med / bcftools
Commits: 0dce645f by Michael R. Crusoe at 2019-01-16T09:17:34Z Reduce test failures on i386 from 113 to 18 by compiling with -msse -mfpmath=sse - - - - - f30078ef by Michael R. Crusoe at 2019-01-16T09:46:12Z Remove trailing whitespace in debian/copyright Standards-Version: 4.3.0 - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules - − debian/source/lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +bcftools (1.9-2) UNRELEASED; urgency=medium + + * Team upload. + * Remove now-unneeded lintian-override + * Reduce test failures on i386 from 113 to 18 by compiling with -msse + and -mfpmath=sse + * Remove trailing whitespace in debian/copyright + * Standards-Version: 4.3.0, no changes needed + + -- Michael R. Crusoe <[email protected]> Wed, 16 Jan 2019 01:18:22 -0800 + bcftools (1.9-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 11~), libgsl-dev, tabix <!nocheck>, libio-pty-perl <!nocheck> -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/bcftools Vcs-Git: https://salsa.debian.org/med-team/bcftools.git Homepage: http://samtools.github.io/bcftools/ ===================================== debian/copyright ===================================== @@ -39,8 +39,8 @@ License: MIT OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-3.0 ===================================== debian/rules ===================================== @@ -1,7 +1,10 @@ #!/usr/bin/make -f -#DH_VERBOSE = 1 +#export DH_VERBOSE = 1 #include /usr/share/dpkg/default.mk +ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386)) + export DEB_CFLAGS_MAINT_APPEND=-msse -mfpmath=sse +endif %: dh $@ ===================================== debian/source/lintian-overrides deleted ===================================== @@ -1,3 +0,0 @@ -# The supposedly unparsable element is "\n?@", which is not getting -# parsed in lintian either apparently. -testsuite-dependency-has-unparsable-elements View it on GitLab: https://salsa.debian.org/med-team/bcftools/compare/3e9bdd4ed7547d01bd0e09f20bdffa501023eab0...f30078ef4c16e01f436347c435f98c94cb697651 -- View it on GitLab: https://salsa.debian.org/med-team/bcftools/compare/3e9bdd4ed7547d01bd0e09f20bdffa501023eab0...f30078ef4c16e01f436347c435f98c94cb697651 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
