[med-svn] [Git][med-team/clonalframeml][master] 2 commits: set standard compiler variable

Andreas Tille gitlab at salsa.debian.org
Thu May 23 07:14:56 BST 2019



Andreas Tille pushed to branch master at Debian Med / clonalframeml


Commits:
869cc7e3 by Andreas Tille at 2019-05-23T06:08:57Z
set standard compiler variable

- - - - -
38bf815e by Andreas Tille at 2019-05-23T06:10:21Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/cross.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+clonalframeml (1.11-3) unstable; urgency=medium
+
+  * set standard compiler variable
+    Closes: #929211
+
+ -- Andreas Tille <tille at debian.org>  Thu, 23 May 2019 08:09:05 +0200
+
 clonalframeml (1.11-2) unstable; urgency=medium
 
   * debhelper 11


=====================================
debian/patches/cross.patch
=====================================
@@ -0,0 +1,27 @@
+From: Helmut Grohne <helmut at subdivi.de>
+Date: Sun, 19 May 2019 11:45:22 +0200
+Bug-Debian: https://bugs.debian.org/929211
+Description: set standard compiler variable
+
+--- a/src/makefile
++++ b/src/makefile
+@@ -1,5 +1,5 @@
+ # Make file for ClonalFrameML
+-CC = g++
++CXX = g++
+ CFLAGS += -O3 -I./ -I./myutils -I./coalesce
+ OBJECTS = main.o
+ HEADERS = main.h brent.h powell.h version.h
+@@ -9,10 +9,10 @@ HEADERS = main.h brent.h powell.h versio
+ all: version ClonalFrameML
+ 
+ ClonalFrameML: $(OBJECTS)
+-	$(CC) $(LDFLAGS) -o ClonalFrameML $(OBJECTS)
++	$(CXX) $(LDFLAGS) -o ClonalFrameML $(OBJECTS)
+ 
+ main.o: main.cpp $(HEADERS)
+-	$(CC) $(CFLAGS) -c -o main.o main.cpp
++	$(CXX) $(CFLAGS) -c -o main.o main.cpp
+ 
+ version: version.h
+ 	# /bin/echo "#define ClonalFrameML_GITRevision \"`git describe --tags`\"" > version.h


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 fix_clean_target.patch
 use_debian_revision_as_version.patch
 hardening.patch
+cross.patch



View it on GitLab: https://salsa.debian.org/med-team/clonalframeml/compare/5e85f896af68669618da82bbb48dd55cb3b79591...38bf815e4a4951c057ebaeeb2201783e40bc23bb

-- 
View it on GitLab: https://salsa.debian.org/med-team/clonalframeml/compare/5e85f896af68669618da82bbb48dd55cb3b79591...38bf815e4a4951c057ebaeeb2201783e40bc23bb
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/20190523/01fee7d1/attachment-0001.html>


More information about the debian-med-commit mailing list