Andreas Tille pushed to branch master at Debian Med / edtsurf


Commits:
e850f08b by Andreas Tille at 2020-09-10T10:35:32+02:00
do not hard code the build architecture compiler in upstream Makefile

- - - - -
b51c9c7d by Andreas Tille at 2020-09-10T10:37:03+02:00
Upload to unstable

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+edtsurf (0.2009-8) unstable; urgency=medium
+
+  * do not hard code the build architecture compiler in upstream Makefile
+    (Thanks for the patch to Helmut Grohne)
+    Closes: #969630
+
+ -- Andreas Tille <[email protected]>  Thu, 10 Sep 2020 10:35:39 +0200
+
 edtsurf (0.2009-7) unstable; urgency=medium
 
   [ Pranav Ballaney ]


=====================================
debian/patches/cross.patch
=====================================
@@ -0,0 +1,21 @@
+Date: Sun, 6 Sep 2020 11:06:45 +0200
+From: Helmut Grohne <[email protected]>
+Description: do not hard code the build architecture compiler in upstream 
Makefile
+Bug-Debian: https://bugs.debian.org/969630
+
+--- a/Makefile
++++ b/Makefile
+@@ -1,9 +1,9 @@
+ EDTSurf : ParsePDB.o ProteinSurface.o EDTSurf.o
+-      g++ $(LDFLAGS) ParsePDB.o ProteinSurface.o EDTSurf.o -o EDTSurf
++      $(CXX) $(LDFLAGS) ParsePDB.o ProteinSurface.o EDTSurf.o -o EDTSurf
+       rm *.o
+ ProteinSurface.o : ProteinSurface.cpp
+-      g++ $(CPPFLAGS) $(CXXFLAGS) -c ProteinSurface.cpp -o ProteinSurface.o
++      $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c ProteinSurface.cpp -o ProteinSurface.o
+ ParsePDB.o : ParsePDB.cpp
+-      g++ $(CPPFLAGS) $(CXXFLAGS) -c ParsePDB.cpp -o ParsePDB.o
++      $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c ParsePDB.cpp -o ParsePDB.o
+ EDTSurf.o : EDTSurf.cpp
+-      g++ $(CPPFLAGS) $(CXXFLAGS) -c EDTSurf.cpp -o EDTSurf.o
++      $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c EDTSurf.cpp -o EDTSurf.o


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 CFLAGS_missing_in_Makefile.patch
 fix-use-of-unsigned-char.patch
 fix_return_values.patch
+cross.patch



View it on GitLab: 
https://salsa.debian.org/med-team/edtsurf/-/compare/5d18eafef6fab93c7ca4c1c14757f055d87ae8e0...b51c9c7d1b7b4c6db163aa144b97b03f611458e2

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/edtsurf/-/compare/5d18eafef6fab93c7ca4c1c14757f055d87ae8e0...b51c9c7d1b7b4c6db163aa144b97b03f611458e2
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