Loading debian/changelog +8 −0 Original line number Diff line number Diff line samtools (1.9-2) unstable; urgency=medium * Team upload. * Turn on SSE for i386. Closes: #917957 * Standards-Version: 4.3.0 -- Michael R. Crusoe <michael.crusoe@gmail.com> Thu, 03 Jan 2019 00:21:01 -0800 samtools (1.9-1) unstable; urgency=medium * New upstream version Loading debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 11~), pkg-config, tabix (>= 1.0) # tabix is needed for the regression tests. Standards-Version: 4.2.1 Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/samtools Vcs-Git: https://salsa.debian.org/med-team/samtools.git Homepage: http://www.htslib.org/ Loading debian/rules +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ export DH_VERBOSE=1 export CURSES_LIB=-lcurses export DEB_BUILD_MAINT_OPTIONS=hardening=+all ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386)) export DEB_CFLAGS_MAINT_APPEND=-msse -mfpmath=sse endif %: dh $@ Loading Loading
debian/changelog +8 −0 Original line number Diff line number Diff line samtools (1.9-2) unstable; urgency=medium * Team upload. * Turn on SSE for i386. Closes: #917957 * Standards-Version: 4.3.0 -- Michael R. Crusoe <michael.crusoe@gmail.com> Thu, 03 Jan 2019 00:21:01 -0800 samtools (1.9-1) unstable; urgency=medium * New upstream version Loading
debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 11~), pkg-config, tabix (>= 1.0) # tabix is needed for the regression tests. Standards-Version: 4.2.1 Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/samtools Vcs-Git: https://salsa.debian.org/med-team/samtools.git Homepage: http://www.htslib.org/ Loading
debian/rules +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ export DH_VERBOSE=1 export CURSES_LIB=-lcurses export DEB_BUILD_MAINT_OPTIONS=hardening=+all ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386)) export DEB_CFLAGS_MAINT_APPEND=-msse -mfpmath=sse endif %: dh $@ Loading