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 <[email protected]>  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 <[email protected]>
+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.

_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to