[med-svn] [muscle] 01/03: fix FTCBFS

Sascha Steinbiss satta at debian.org
Tue Aug 8 20:16:09 UTC 2017


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

satta pushed a commit to branch master
in repository muscle.

commit 749c18473aed0601c3329944c13c14feedc6ef45
Author: Sascha Steinbiss <satta at debian.org>
Date:   Tue Aug 8 22:11:10 2017 +0200

    fix FTCBFS
---
 debian/changelog              | 8 ++++++++
 debian/patches/makefile.patch | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a7639bb..4a15af0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+muscle (1:3.8.31+dfsg-3) unstable; urgency=medium
+
+  * Team upload.
+  * Fix FTCBFS: Do not hard code build architecture compiler g++.
+    Closes: #871513
+
+ -- Sascha Steinbiss <satta at debian.org>  Tue, 08 Aug 2017 22:06:30 +0200
+
 muscle (1:3.8.31+dfsg-2) unstable; urgency=low
  
   * Team upload
diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
index c690492..bd7a5c8 100644
--- a/debian/patches/makefile.patch
+++ b/debian/patches/makefile.patch
@@ -20,7 +20,7 @@ Description: Original makefile calls script which in the end
 +	$(CXX) -c -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 $(LDLIBS) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
 +
 +muscle: $(ObjNames)
-+	g++ $(LDLIBS) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o muscle $(ObjNames)
++	$(CXX) $(LDLIBS) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o muscle $(ObjNames)
 +
 +clean:
 +	$(RM) *.o make.err make.out muscle

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



More information about the debian-med-commit mailing list