Bug#915344: openfoam: diff for NMU version 4.1+dfsg1-2.3

2019-01-01 Thread Adrian Bunk
On Tue, Jan 01, 2019 at 03:51:36PM +0100, Anton Gladky wrote:
> Could you please push your changes into the git? Thanks!

Done.

> Anton

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed



Bug#915344: openfoam: diff for NMU version 4.1+dfsg1-2.3

2019-01-01 Thread Anton Gladky
Could you please push your changes into the git? Thanks!

Anton

Am Di., 1. Jan. 2019 um 13:35 Uhr schrieb Adrian Bunk :
>
> On Tue, Jan 01, 2019 at 01:02:07AM +0100, Anton Gladky wrote:
> > Hello Adrian,
>
> Hello Anton,
>
> > thank you for the patch! Feel free to put the NMU-upload
> > into the DELAYED/0.
>
> thanks, done.
>
> > Regards
> >
> > Anton
>
> cu
> Adrian
>
> --
>
>"Is there not promise of rain?" Ling Tan asked suddenly out
> of the darkness. There had been need of rain for many days.
>"Only a promise," Lao Er said.
>Pearl S. Buck - Dragon Seed
>



Bug#915344: openfoam: diff for NMU version 4.1+dfsg1-2.3

2019-01-01 Thread Adrian Bunk
On Tue, Jan 01, 2019 at 01:02:07AM +0100, Anton Gladky wrote:
> Hello Adrian,

Hello Anton,

> thank you for the patch! Feel free to put the NMU-upload
> into the DELAYED/0.

thanks, done.

> Regards
> 
> Anton

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed



Bug#915344: openfoam: diff for NMU version 4.1+dfsg1-2.3

2018-12-31 Thread Anton Gladky
Hello Adrian,

thank you for the patch! Feel free to put the NMU-upload
into the DELAYED/0.

Regards

Anton

Am Mo., 31. Dez. 2018 um 16:39 Uhr schrieb Adrian Bunk :
>
> Control: tags 915344 + patch
> Control: tags 915344 + pending
>
> Dear maintainer,
>
> I've prepared an NMU for openfoam (versioned as 4.1+dfsg1-2.3) and
> uploaded it to DELAYED/14. Please feel free to tell me if I should
> cancel it.
>
> cu
> Adrian
>
> --
>
>"Is there not promise of rain?" Ling Tan asked suddenly out
> of the darkness. There had been need of rain for many days.
>"Only a promise," Lao Er said.
>Pearl S. Buck - Dragon Seed
>
> --
> debian-science-maintainers mailing list
> debian-science-maintain...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers



Bug#915344: openfoam: diff for NMU version 4.1+dfsg1-2.3

2018-12-31 Thread Adrian Bunk
Control: tags 915344 + patch
Control: tags 915344 + pending

Dear maintainer,

I've prepared an NMU for openfoam (versioned as 4.1+dfsg1-2.3) and 
uploaded it to DELAYED/14. Please feel free to tell me if I should 
cancel it.

cu
Adrian

--

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

diff -Nru openfoam-4.1+dfsg1/debian/changelog openfoam-4.1+dfsg1/debian/changelog
--- openfoam-4.1+dfsg1/debian/changelog	2018-08-12 13:41:17.0 +0300
+++ openfoam-4.1+dfsg1/debian/changelog	2018-12-31 10:22:02.0 +0200
@@ -1,3 +1,11 @@
+openfoam (4.1+dfsg1-2.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add upstream fix for FTBFS with glibc 2.28,
+thanks to Juhani Numminen. (Closes: #915344)
+
+ -- Adrian Bunk   Mon, 31 Dec 2018 10:22:02 +0200
+
 openfoam (4.1+dfsg1-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru openfoam-4.1+dfsg1/debian/patches/90_glibc.patch openfoam-4.1+dfsg1/debian/patches/90_glibc.patch
--- openfoam-4.1+dfsg1/debian/patches/90_glibc.patch	1970-01-01 02:00:00.0 +0200
+++ openfoam-4.1+dfsg1/debian/patches/90_glibc.patch	2018-12-31 10:22:02.0 +0200
@@ -0,0 +1,24 @@
+From 3fba921563fdb4436f73ace89fe9762474907953 Mon Sep 17 00:00:00 2001
+From: Henry Weller 
+Date: Tue, 25 Jul 2017 00:03:09 +0100
+Subject: POSIX::fileStat: Avoid warning from gcc
+
+---
+ src/OSspecific/POSIX/fileStat.C | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/OSspecific/POSIX/fileStat.C b/src/OSspecific/POSIX/fileStat.C
+index 37994508c..9139a3469 100644
+--- a/src/OSspecific/POSIX/fileStat.C
 b/src/OSspecific/POSIX/fileStat.C
+@@ -29,6 +29,7 @@ License
+ 
+ #include 
+ #include 
++#include 
+ 
+ // * * * * * * * * * * * * * * * * Constructors  * * * * * * * * * * * * * * //
+ 
+-- 
+2.11.0
+
diff -Nru openfoam-4.1+dfsg1/debian/patches/series openfoam-4.1+dfsg1/debian/patches/series
--- openfoam-4.1+dfsg1/debian/patches/series	2018-08-03 23:38:10.0 +0300
+++ openfoam-4.1+dfsg1/debian/patches/series	2018-12-31 10:22:02.0 +0200
@@ -6,3 +6,4 @@
 60_disable_dummy_packages.patch
 70_remove_IRIX_includes.patch
 80_gcc8.patch
+90_glibc.patch