Control: tags 777920 + patch
Control: tags 777920 + pending

Dear maintainer,

I've prepared an NMU for isdnutils (versioned as 1:3.25+dfsg1-3.6) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Andrew Lloyd Webber & Tim Rice
diff -Nru isdnutils-3.25+dfsg1/debian/changelog isdnutils-3.25+dfsg1/debian/changelog
--- isdnutils-3.25+dfsg1/debian/changelog	2014-10-20 18:21:05.000000000 +0200
+++ isdnutils-3.25+dfsg1/debian/changelog	2015-07-20 19:37:12.000000000 +0200
@@ -1,3 +1,11 @@
+isdnutils (1:3.25+dfsg1-3.6) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5":
+    add patch to build isdnlog with "-fgnu89-inline" (closes: #777920).
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 20 Jul 2015 19:36:44 +0200
+
 isdnutils (1:3.25+dfsg1-3.5) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru isdnutils-3.25+dfsg1/debian/patches/gnu89-inline.patch isdnutils-3.25+dfsg1/debian/patches/gnu89-inline.patch
--- isdnutils-3.25+dfsg1/debian/patches/gnu89-inline.patch	1970-01-01 01:00:00.000000000 +0100
+++ isdnutils-3.25+dfsg1/debian/patches/gnu89-inline.patch	2015-07-20 19:36:32.000000000 +0200
@@ -0,0 +1,18 @@
+Description: fix build failure with GCC5:
+ build isdnlog with -fgnu89-inline
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777920
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-07-20
+
+--- a/isdnlog/Makefile.in
++++ b/isdnlog/Makefile.in
+@@ -1719,7 +1719,7 @@
+ 
+ # export CFLAGS  = -Wall -pipe -O6 -fomit-frame-pointer -fforce-mem -fforce-addr -funroll-loops -fstrength-reduce
+ 
+-export CFLAGS  = -Wall -pipe
++export CFLAGS  = -Wall -pipe -fgnu89-inline
+ ifndef _CC
+ export _CC  = gcc
+ endif
diff -Nru isdnutils-3.25+dfsg1/debian/patches/series isdnutils-3.25+dfsg1/debian/patches/series
--- isdnutils-3.25+dfsg1/debian/patches/series	2014-10-20 18:21:05.000000000 +0200
+++ isdnutils-3.25+dfsg1/debian/patches/series	2015-07-20 19:29:46.000000000 +0200
@@ -10,3 +10,4 @@
 use-packaged-libcapi20.patch
 use-va_copy.patch
 verbose-build.patch
+gnu89-inline.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to