Control: tags 887760 + pending

Dear maintainer,

I've prepared an NMU for graywolf (versioned as 
0.1.4+20170307gite1bf319-2.1) and uploaded it to DELAYED/5.
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 graywolf-0.1.4+20170307gite1bf319/debian/changelog graywolf-0.1.4+20170307gite1bf319/debian/changelog
--- graywolf-0.1.4+20170307gite1bf319/debian/changelog	2017-03-08 10:45:52.000000000 +0200
+++ graywolf-0.1.4+20170307gite1bf319/debian/changelog	2018-03-01 23:32:40.000000000 +0200
@@ -1,3 +1,11 @@
+graywolf (0.1.4+20170307gite1bf319-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add upstream fix for FTBFS with glibc 2.26,
+    thanks to Juhani Numminen. (Closes: #887760)
+
+ -- Adrian Bunk <b...@debian.org>  Thu, 01 Mar 2018 23:32:40 +0200
+
 graywolf (0.1.4+20170307gite1bf319-2) unstable; urgency=medium
 
   * debian/copyright:
diff -Nru graywolf-0.1.4+20170307gite1bf319/debian/patches/0001-cfree-has-been-removed-from-glibc-2.26.patch graywolf-0.1.4+20170307gite1bf319/debian/patches/0001-cfree-has-been-removed-from-glibc-2.26.patch
--- graywolf-0.1.4+20170307gite1bf319/debian/patches/0001-cfree-has-been-removed-from-glibc-2.26.patch	1970-01-01 02:00:00.000000000 +0200
+++ graywolf-0.1.4+20170307gite1bf319/debian/patches/0001-cfree-has-been-removed-from-glibc-2.26.patch	2018-03-01 23:08:31.000000000 +0200
@@ -0,0 +1,25 @@
+From 23c6f4adb38f3314ef55139929e4295aac4c72b3 Mon Sep 17 00:00:00 2001
+From: KokaKiwi <kokakiwi+...@kokakiwi.net>
+Date: Thu, 16 Nov 2017 17:48:06 +0100
+Subject: cfree has been removed from glibc 2.26
+
+---
+ src/Ylib/okmalloc.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Ylib/okmalloc.c b/src/Ylib/okmalloc.c
+index 10f7a33..8a5ef68 100644
+--- a/src/Ylib/okmalloc.c
++++ b/src/Ylib/okmalloc.c
+@@ -901,7 +901,7 @@ VOIDPTR ptr;
+ VOID Ysafe_cfree(ptr)
+ VOIDPTR ptr;
+ {
+-    cfree(ptr);
++    free(ptr);
+     return;
+ }
+ 
+-- 
+2.11.0
+
diff -Nru graywolf-0.1.4+20170307gite1bf319/debian/patches/series graywolf-0.1.4+20170307gite1bf319/debian/patches/series
--- graywolf-0.1.4+20170307gite1bf319/debian/patches/series	2017-03-08 10:45:52.000000000 +0200
+++ graywolf-0.1.4+20170307gite1bf319/debian/patches/series	2018-03-01 23:32:40.000000000 +0200
@@ -2,3 +2,4 @@
 02_dont_create_link.patch
 04_install_directory_multiarch.patch
 0004-Fixes-some-spelling-errors.patch
+0001-cfree-has-been-removed-from-glibc-2.26.patch
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to