Control: tags 853713 + patch
Control: tags 853713 + pending

Dear maintainer,

I've prepared an NMU for yabar (versioned as 0.4.0-1.1) and
uploaded it to mentors for sponsorship. Please feel free to tell me if I
should remove it from mentors.

--
Regards
Sudip


diff -Nru yabar-0.4.0/debian/changelog yabar-0.4.0/debian/changelog
--- yabar-0.4.0/debian/changelog        2016-08-01 23:34:00.000000000 +0100
+++ yabar-0.4.0/debian/changelog        2020-02-27 21:49:09.000000000 +0000
@@ -1,3 +1,10 @@
+yabar (0.4.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs. (Closes: #853713)
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Thu, 27 Feb 2020 21:49:09 
+0000
+
 yabar (0.4.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #827865)
diff -Nru yabar-0.4.0/debian/patches/0001-Fix-GCC-7-inline-error-from-154.patch 
yabar-0.4.0/debian/patches/0001-Fix-GCC-7-inline-error-from-154.patch
--- yabar-0.4.0/debian/patches/0001-Fix-GCC-7-inline-error-from-154.patch       
1970-01-01 01:00:00.000000000 +0100
+++ yabar-0.4.0/debian/patches/0001-Fix-GCC-7-inline-error-from-154.patch       
2020-02-27 21:49:09.000000000 +0000
@@ -0,0 +1,24 @@
+From 9779a5e04bd6e8cdc1c9fcf5d7ac31416af85a53 Mon Sep 17 00:00:00 2001
+From: NBonaparte <98007...@opayq.com>
+Date: Wed, 28 Jun 2017 17:47:16 -0700
+Subject: [PATCH] Fix GCC 7 inline error from #154
+
+upstream link: 
https://github.com/geommer/yabar/commit/9779a5e04bd6e8cdc1c9fcf5d7ac31416af85a53
+
+---
+ src/intern_blks/ya_intern.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/intern_blks/ya_intern.c b/src/intern_blks/ya_intern.c
+index 187e62d..2e6095f 100644
+--- a/src/intern_blks/ya_intern.c
++++ b/src/intern_blks/ya_intern.c
+@@ -38,7 +38,7 @@ struct reserved_blk ya_reserved_blks[YA_
+ 
+ #ifdef YA_INTERNAL
+ 
+-inline void ya_setup_prefix_suffix(ya_block_t *blk, size_t * prflen, size_t 
*suflen, char **startstr) {
++__attribute__ ((gnu_inline)) inline void ya_setup_prefix_suffix(ya_block_t 
*blk, size_t * prflen, size_t *suflen, char **startstr) {
+       if(blk->internal->prefix) {
+               *prflen = strlen(blk->internal->prefix);
+               if(*prflen) {
diff -Nru yabar-0.4.0/debian/patches/series yabar-0.4.0/debian/patches/series
--- yabar-0.4.0/debian/patches/series   2016-08-01 23:34:00.000000000 +0100
+++ yabar-0.4.0/debian/patches/series   2020-02-27 21:49:09.000000000 +0000
@@ -3,3 +3,4 @@
 makefile-ldflags
 fix-format-error
 fix-clean-target
+0001-Fix-GCC-7-inline-error-from-154.patch

Reply via email to