summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2020-05-26 05:51:59 -0300
committerRafael Laboissière <rafael@debian.org>2020-05-26 06:02:49 -0300
commitfcdf7d93897ef0b09e8f25998fd57eafb238ddf8 (patch)
treeb3488a04e781648c7054506424d5242af299ff6f
parent8f0f11b69a566790be21d447ec75df804e26626a (diff)
d/p/do-not-strip-debugging-symbols.patch: Refresh for new upstream version
-rw-r--r--debian/patches/do-not-strip-debugging-symbols.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/do-not-strip-debugging-symbols.patch b/debian/patches/do-not-strip-debugging-symbols.patch
index 933bcbd..920948a 100644
--- a/debian/patches/do-not-strip-debugging-symbols.patch
+++ b/debian/patches/do-not-strip-debugging-symbols.patch
@@ -3,14 +3,14 @@ Description: Do not strip the debugging symbols from _oc_polybool.oct
compilers.
Author: Rafael Laboissiere <rafael@debian.org>
Forwarded: https://savannah.gnu.org/bugs/index.php?55343
-Last-Update: 2018-12-29
+Last-Update: 2020-05-26
--- octave-octclip-1.0.8.orig/src/Makefile
+++ octave-octclip-1.0.8/src/Makefile
-@@ -33,7 +33,7 @@ compile:
- $(MKOCTFILE) -c -I. recpolil.c -o recpolil.o
+@@ -40,7 +40,7 @@ compile:
$(MKOCTFILE) -c -I. segmento.c -o segmento.o
$(MKOCTFILE) -c -I. ventorno.c -o ventorno.o
+ $(MKOCTFILE) -c -I. proyecaux.c -o proyecaux.o
- $(MKOCTFILE) -s -I. _oc_polybool.cc *.o
+ $(MKOCTFILE) -g -I. _oc_polybool.cc *.o