Control: tags 957270 + patch
Control: tags 957270 + pending

Dear maintainer,

I've prepared an NMU for getdp (versioned as 3.2.0+dfsg1-1.1) and 
uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru getdp-3.2.0+dfsg1/debian/changelog getdp-3.2.0+dfsg1/debian/changelog
--- getdp-3.2.0+dfsg1/debian/changelog	2019-12-21 05:56:13.000000000 +0200
+++ getdp-3.2.0+dfsg1/debian/changelog	2020-10-26 21:06:45.000000000 +0200
@@ -1,3 +1,10 @@
+getdp (3.2.0+dfsg1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport upstream fix for FTBFS with gcc 10. (Closes: #957270)
+
+ -- Adrian Bunk <b...@debian.org>  Mon, 26 Oct 2020 21:06:45 +0200
+
 getdp (3.2.0+dfsg1-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru getdp-3.2.0+dfsg1/debian/patches/0001-fix-compilation-with-gcc-10-fixes-61.patch getdp-3.2.0+dfsg1/debian/patches/0001-fix-compilation-with-gcc-10-fixes-61.patch
--- getdp-3.2.0+dfsg1/debian/patches/0001-fix-compilation-with-gcc-10-fixes-61.patch	1970-01-01 02:00:00.000000000 +0200
+++ getdp-3.2.0+dfsg1/debian/patches/0001-fix-compilation-with-gcc-10-fixes-61.patch	2020-10-26 21:05:50.000000000 +0200
@@ -0,0 +1,25 @@
+From 634d0ea771f781c9b59af075658587c3924309a8 Mon Sep 17 00:00:00 2001
+From: Christophe Geuzaine <cgeuza...@uliege.be>
+Date: Sun, 3 May 2020 18:54:04 +0200
+Subject: fix compilation with gcc 10 (fixes #61)
+
+---
+ contrib/Sparskit/inout.f | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/contrib/Sparskit/inout.f b/contrib/Sparskit/inout.f
+index cde38577..4c87151f 100644
+--- a/contrib/Sparskit/inout.f
++++ b/contrib/Sparskit/inout.f
+@@ -1,7 +1,7 @@
+ c $Id: inout.f,v 1.1 2008-04-11 06:01:06 geuzaine Exp $
+ c----------------------------------------------------------------------c
+       subroutine psplot (ncol,ja,ia,iunt,mode)
+-      integer ja(*),ia(*),iunt,ncol,id,mode
++      integer ja(*),ia(*),iunt,ncol,id(0),mode
+       call pspltm (ncol, ncol, mode, ja, ia, ' ',
+      &     0, 5.0, "in", 0, id, iunt)
+       return
+-- 
+2.20.1
+
diff -Nru getdp-3.2.0+dfsg1/debian/patches/series getdp-3.2.0+dfsg1/debian/patches/series
--- getdp-3.2.0+dfsg1/debian/patches/series	2019-12-21 05:56:13.000000000 +0200
+++ getdp-3.2.0+dfsg1/debian/patches/series	2020-10-26 21:06:42.000000000 +0200
@@ -2,4 +2,5 @@
 localise_toplevel_htmldoc.patch
 link_fortran.patch
 petsc-dev-5f171b22.patch
+0001-fix-compilation-with-gcc-10-fixes-61.patch
 

Reply via email to