uncommitted - getdp

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/debian/changelog b/debian/changelog
index 636b2a9..9a49c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <bunk@debian.org>  Mon, 26 Oct 2020 21:06:45 +0200
+
 getdp (3.2.0+dfsg1-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/0001-fix-compilation-with-gcc-10-fixes-61.patch b/debian/patches/0001-fix-compilation-with-gcc-10-fixes-61.patch
new file mode 100644
index 0000000..3addd47
--- /dev/null
+++ b/debian/patches/0001-fix-compilation-with-gcc-10-fixes-61.patch
@@ -0,0 +1,25 @@
+From 634d0ea771f781c9b59af075658587c3924309a8 Mon Sep 17 00:00:00 2001
+From: Christophe Geuzaine <cgeuzaine@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 --git a/debian/patches/series b/debian/patches/series
index 4f1c0ff..bf9c3ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,5 @@ petsc.patch
 localise_toplevel_htmldoc.patch
 link_fortran.patch
 petsc-dev-5f171b22.patch
+0001-fix-compilation-with-gcc-10-fixes-61.patch
 

Run locally

More details

Full run details

Historical runs