[med-svn] [iqtree] 05/06: Do not append 32 to binary name if build on 32bit architecture

Andreas Tille tille at debian.org
Tue Feb 2 08:04:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository iqtree.

commit b0e94c966c24be3c05f69ea36396bd7b031a5472
Author: Andreas Tille <tille at debian.org>
Date:   Tue Feb 2 08:52:11 2016 +0100

    Do not append 32 to binary name if build on 32bit architecture
---
 debian/changelog                |  2 ++
 debian/patches/32bit_name.patch | 16 ++++++++++++++++
 debian/patches/series           |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 664d4cf..d2cdcbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ iqtree (1.3.13+dfsg-1) UNRELEASED; urgency=medium
   * New upstream version
   * Do not use -m32 and -msse3 flags
     Closes: #813436
+  * Do not append 32 to binary name if build on 32bit architecture
+    Closes: #813437
 
  -- Andreas Tille <tille at debian.org>  Tue, 02 Feb 2016 08:41:45 +0100
 
diff --git a/debian/patches/32bit_name.patch b/debian/patches/32bit_name.patch
new file mode 100644
index 0000000..4b913bc
--- /dev/null
+++ b/debian/patches/32bit_name.patch
@@ -0,0 +1,16 @@
+Description: Do not append 32 to binary name if build on 32bit architecture
+Bug-Debian: https://bugs.debian.org/813437
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 02 Feb 2016 08:41:45 +0100
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -166,7 +166,7 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 4 OR IQTREE
+ 	if (CMAKE_GENERATOR MATCHES "Win64")
+ 		error("Both 32-bit and 64-bit mode cannot be specified")
+ 	endif()
+-	SET(EXE_SUFFIX "${EXE_SUFFIX}32")
++	SET(EXE_SUFFIX "${EXE_SUFFIX}")
+ 	if (GCC OR CLANG) 
+ 		set(COMBINED_FLAGS "${COMBINED_FLAGS}")
+   	endif()
diff --git a/debian/patches/series b/debian/patches/series
index d39c0f9..b82dfe0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 spelling.patch
 sse.patch
+32bit_name.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/iqtree.git



More information about the debian-med-commit mailing list