Étienne Mollier pushed to branch master at Debian Med / spoa


Commits:
a21fbe84 by Etienne Mollier at 2020-05-02T19:24:11+02:00
added patch, moving forward on #957836

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/fix-ftbfs-gcc-10.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,10 @@ spoa (3.0.2-4) UNRELEASED; urgency=medium
 
   * Mark libspoa{3,-dev} as Multi-Arch: same
 
+  [ Etienne Mollier ]
+  * Added patch for Gcc 10; assuming #959465 resolution:
+    Closes: #957836
+
  -- Michael R. Crusoe <[email protected]>  Fri, 17 Apr 2020 10:10:18 
+0200
 
 spoa (3.0.2-3) unstable; urgency=medium


=====================================
debian/patches/fix-ftbfs-gcc-10.patch
=====================================
@@ -0,0 +1,17 @@
+Description: fix ftbfs with gcc 10
+Author: Étienne Mollier <[email protected]>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957836
+Forwarded: https://github.com/rvaser/spoa/pull/28
+Last-Update: 2020-05-02
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- spoa.orig/src/alignment_engine.cpp
++++ spoa/src/alignment_engine.cpp
+@@ -6,6 +6,7 @@
+
+ #include <limits>
+ #include <algorithm>
++#include <stdexcept>
+ #include <exception>
+ 
+ #include "sisd_alignment_engine.hpp"


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
+fix-ftbfs-gcc-10.patch
 use_debian_packaged_libs.patch
 shared_and_static.patch
 fix_soversion.patch



View it on GitLab: 
https://salsa.debian.org/med-team/spoa/-/commit/a21fbe8473e6ef9cf510ea6f98f4f3eb739302e5

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/spoa/-/commit/a21fbe8473e6ef9cf510ea6f98f4f3eb739302e5
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