Control: tags 778120 + pending

Dear maintainer,

I've prepared an NMU for sipsak (versioned as 0.9.6-2.3) 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: Die Quote: Don't keep it real
diff -u sipsak-0.9.6/debian/changelog sipsak-0.9.6/debian/changelog
--- sipsak-0.9.6/debian/changelog
+++ sipsak-0.9.6/debian/changelog
@@ -1,3 +1,12 @@
+sipsak (0.9.6-2.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-5": apply patch from Brett Johnson:
+    debian/rules: build with "-std=gnu89".
+    (Closes: #778120)
+
+ -- gregor herrmann <gre...@debian.org>  Tue, 21 Jul 2015 18:38:24 +0200
+
 sipsak (0.9.6-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u sipsak-0.9.6/debian/rules sipsak-0.9.6/debian/rules
--- sipsak-0.9.6/debian/rules
+++ sipsak-0.9.6/debian/rules
@@ -11,7 +11,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -std=gnu89
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0

Attachment: signature.asc
Description: Digital Signature

Reply via email to