[med-svn] [spades] 01/01: use stable link order
Sascha Steinbiss
sascha at steinbiss.name
Tue Jun 7 09:55:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository spades.
commit a1a1aa2d494c59f3c59cf1dba667465450fa905d
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Tue Jun 7 09:55:03 2016 +0000
use stable link order
---
debian/patches/0116_stable_link_order.patch | 12 ++++++++++++
debian/patches/series | 1 +
debian/rules | 1 +
3 files changed, 14 insertions(+)
diff --git a/debian/patches/0116_stable_link_order.patch b/debian/patches/0116_stable_link_order.patch
new file mode 100644
index 0000000..74947bd
--- /dev/null
+++ b/debian/patches/0116_stable_link_order.patch
@@ -0,0 +1,12 @@
+Description: use stable sort order for file globbing
+Author: Sascha Steinbiss <sascha at steinbiss.name>
+--- a/ext/src/llvm/CMakeLists.txt
++++ b/ext/src/llvm/CMakeLists.txt
+@@ -29,6 +29,7 @@
+ ${SPADES_BUILT_INCLUDE_DIR}/llvm/Config.h)
+
+ file(GLOB sources "[a-zA-Z]*.cpp" "[a-zA-Z]*.c")
++list(SORT sources)
+
+ add_library(llvm-support STATIC
+ ${sources})
diff --git a/debian/patches/series b/debian/patches/series
index 21d2e9e..a6de90a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
0114_use_debian_provided_libs.patch
0115_enable_compiler_messages.patch
0111_use_full_config_dirs.patch
+0116_stable_link_order.patch
diff --git a/debian/rules b/debian/rules
index 093df3c..756b4b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ BUILD_DIR:=$(CURDIR)/build_spades
DEB_CMAKE_EXTRA_FLAGS = -DSPADES_BOOST_ROOT=/usr/include
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export LC_ALL = C
%:
dh $@ --with python2 --sourcedirectory=src --buildsystem=cmake
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spades.git
More information about the debian-med-commit
mailing list