[med-svn] [Git][med-team/samtools][master] 4 commits: Do not force sse for i386
Andreas Tille
gitlab at salsa.debian.org
Mon Feb 4 07:27:49 GMT 2019
Andreas Tille pushed to branch master at Debian Med / samtools
Commits:
ccfdd9ac by Andreas Tille at 2019-02-04T07:06:33Z
Do not force sse for i386
- - - - -
6457c973 by Andreas Tille at 2019-02-04T07:06:59Z
debhelper 12
- - - - -
5063d6b0 by Andreas Tille at 2019-02-04T07:08:28Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
c965dae8 by Andreas Tille at 2019-02-04T07:13:11Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+samtools (1.9-3) unstable; urgency=medium
+
+ * Do not force sse for i386
+ Closes: #921315
+ * debhelper 12
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
+
+ -- Andreas Tille <tille at debian.org> Mon, 04 Feb 2019 08:08:28 +0100
+
samtools (1.9-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper (>= 12~),
bash-completion,
# libio-pty-perl is needed by the regression test.
libio-pty-perl,
=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@ 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
+ export DEB_CFLAGS_MAINT_APPEND=-ffloat-store
endif
%:
@@ -29,8 +29,10 @@ override_dh_auto_build:
LDFLAGS="$$(dpkg-buildflags --get LDFLAGS)"
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test -- \
BGZIP=/usr/bin/bgzip
+endif
override_dh_auto_install:
dh_auto_install -- \
View it on GitLab: https://salsa.debian.org/med-team/samtools/compare/ede04b46d3e196f8a7dfae48b534599412230ba5...c965dae87767a3c88ea444b90d01ba84143f90ec
--
View it on GitLab: https://salsa.debian.org/med-team/samtools/compare/ede04b46d3e196f8a7dfae48b534599412230ba5...c965dae87767a3c88ea444b90d01ba84143f90ec
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/20190204/f068e22d/attachment-0001.html>
More information about the debian-med-commit
mailing list