[med-svn] [Git][med-team/htslib][master] 3 commits: Try the ppc64el targeted floating point patch again
Michael R. Crusoe
gitlab at salsa.debian.org
Tue Jan 15 14:59:30 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / htslib
Commits:
e0408336 by Michael R. Crusoe at 2019-01-15T14:10:51Z
Try the ppc64el targeted floating point patch again
- - - - -
fc16055b by Michael R. Crusoe at 2019-01-15T14:14:51Z
Bring the ppc64el & i386 pkg-config enhancements to unstable.
- - - - -
0d044593 by Michael R. Crusoe at 2019-01-15T14:51:14Z
clean up version
- - - - -
4 changed files:
- debian/changelog
- + debian/patches/no_git_version
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,13 @@
-htslib (1.9-9) UNRELEASED; urgency=medium
+htslib (1.9-9) unstable; urgency=medium
+
+ * Bring the ppc64el & i386 pkg-config enhancements to unstable.
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Tue, 15 Jan 2019 06:13:44 -0800
+
+htslib (1.9-9~floatingpoint0) experimental; urgency=low
* add SSE flags for i386 to the pkg-config.
+ * Try the ppc64el targeted floating point patch again & re-enable -O2
-- Michael R. Crusoe <michael.crusoe at gmail.com> Wed, 02 Jan 2019 06:34:33 -0800
=====================================
debian/patches/no_git_version
=====================================
@@ -0,0 +1,21 @@
+Author: Michael R. Crusoe <michael.crusoe at gmail.com>
+Description: Don't check git tags for versioning
+--- htslib.orig/version.sh
++++ htslib/version.sh
+@@ -4,11 +4,11 @@
+ VERSION=1.9
+
+ # If we have a git clone, then check against the current tag
+-if [ -e .git ]
+-then
+- # If we ever get to 10.x this will need to be more liberal
+- VERSION=`git describe --match '[0-9].[0-9]*' --dirty`
+-fi
++# if [ -e .git ]
++# then
++# # If we ever get to 10.x this will need to be more liberal
++# VERSION=`git describe --match '[0-9].[0-9]*' --dirty`
++# fi
+
+ # Numeric version is for use in .dylib or .so libraries
+ #
=====================================
debian/patches/series
=====================================
@@ -1,4 +1,5 @@
+no_git_version
define_PATH_MAX.patch
fPIC.patch
testShebang.patch
-#fix_float_precision
+fix_float_precision
=====================================
debian/rules
=====================================
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
-# export DEB_BUILD_MAINT_OPTIONS = hardening=+all # Build fails due to -fpie
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
export DH_VERBOSE=1
include /usr/share/dpkg/default.mk
@@ -28,7 +26,7 @@ endif
cp -a test test_backup
autoconf
dh_auto_configure -- --enable-libcurl
-
+
override_dh_auto_build:
dh_auto_build -- \
CFLAGS="$$(dpkg-buildflags --get CFLAGS)" \
View it on GitLab: https://salsa.debian.org/med-team/htslib/compare/f08c619b2a48f9dce44872d53973ed93e10d9d2a...0d044593e685e071f91060056bd40ec509773019
--
View it on GitLab: https://salsa.debian.org/med-team/htslib/compare/f08c619b2a48f9dce44872d53973ed93e10d9d2a...0d044593e685e071f91060056bd40ec509773019
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/20190115/59e624a0/attachment-0001.html>
More information about the debian-med-commit
mailing list