[med-svn] [Git][med-team/concavity][master] 4 commits: Make sure C++ compiler is used for C++ sources

Andreas Tille gitlab at salsa.debian.org
Fri Dec 7 23:14:05 GMT 2018


Andreas Tille pushed to branch master at Debian Med / concavity


Commits:
977e0768 by Andreas Tille at 2018-12-07T23:04:05Z
Make sure C++ compiler is used for C++ sources

- - - - -
34ebc573 by Andreas Tille at 2018-12-07T23:04:41Z
Standards-Version: 4.2.1

- - - - -
5ffe807a by Andreas Tille at 2018-12-07T23:07:47Z
Close bug

- - - - -
41b9add5 by Andreas Tille at 2018-12-07T23:11:40Z
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,16 @@
-concavity (0.1+dfsg.1-3) UNRELEASED; urgency=medium
+concavity (0.1+dfsg.1-4) unstable; urgency=medium
 
+  [ Jelmer Vernooij ]
   * Use secure copyright file specification URI.
 
- -- Jelmer Vernooij <jelmer at debian.org>  Sat, 20 Oct 2018 14:00:12 +0000
+  [ Helmut Grohne ]
+  * Make sure C++ compiler is used for C++ sources
+    Closes: #904145
+
+  [ Andreas Tille ]
+  * Standards-Version: 4.2.1
+
+ -- Andreas Tille <tille at debian.org>  Sat, 08 Dec 2018 00:08:02 +0100
 
 concavity (0.1+dfsg.1-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 11~)
-Standards-Version: 4.1.5
+Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/med-team/concavity
 Vcs-Git: https://salsa.debian.org/med-team/concavity.git
 Homepage: http://compbio.cs.princeton.edu/concavity/


=====================================
debian/patches/cross.patch
=====================================
@@ -0,0 +1,36 @@
+Author: : Helmut Grohne <helmut at subdivi.de>
+Date: Fri, 20 Jul 2018 15:33:01 UTC
+Bug-Debian: https://bugs.debian.org/904145
+Description: Make sure C++ compiler is used for C++ sources
+
+--- a/scripts/Makefile.apps
++++ b/scripts/Makefile.apps
+@@ -74,7 +74,7 @@ debug:
+ 
+ $(EXE):	    $(OBJS) $(LIBDIR)
+ 	    mkdir -p $(EXE_DIR)
+-	    $(CC) -o $(EXE) $(LDFLAGS) $(USER_OBJS) $(OBJS) $(LIBS)
++	    $(CXX) -o $(EXE) $(LDFLAGS) $(USER_OBJS) $(OBJS) $(LIBS)
+ 
+ release:
+ 	    mkdir -p $(RELEASE_DIR)/apps
+--- a/scripts/Makefile.std
++++ b/scripts/Makefile.std
+@@ -17,7 +17,7 @@ INCS=$(HSRCS) $(CCSRCS:.C=.h) $(CSRCS:.c
+ # C flags
+ #
+ 
+-CC=g++
++CXX=g++
+ BASE_CFLAGS=$(USER_CFLAGS) -Wall -I. -I../../pkgs 
+ DEBUG_CFLAGS=$(BASE_CFLAGS) -g
+ OPT_CFLAGS=$(BASE_CFLAGS) -O3 -DNDEBUG
+@@ -52,7 +52,7 @@ LIB_DIR=../../lib/$(ARCH)
+ .SUFFIXES: .c .C .o
+ 
+ .C.o:
+-	$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
++	$(CXX) $(CPPFLAGS) $(CFLAGS) -c $<
+ 
+ .c.o:
+ 	gcc $(CPPFLAGS) $(CFLAGS) -c $<


=====================================
debian/patches/series
=====================================
@@ -8,3 +8,4 @@ compiler_errors
 manpage
 threshold_range_cutoff
 remove_ply
+cross.patch



View it on GitLab: https://salsa.debian.org/med-team/concavity/compare/6e1f8992674f94d8055f1fa2798ad1d84e7e22d5...41b9add5fda0f0306115608994ef4954eb547ff9

-- 
View it on GitLab: https://salsa.debian.org/med-team/concavity/compare/6e1f8992674f94d8055f1fa2798ad1d84e7e22d5...41b9add5fda0f0306115608994ef4954eb547ff9
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/20181207/7209abb3/attachment-0001.html>


More information about the debian-med-commit mailing list