+abook (0.6.0~pre2-4) unstable; urgency=low
+
+  * Add -std=gnu89 to CFLAGS as suggested by Martin Michlmayr to fix FTBFS
+    with gcc-5, thanks (closes: #777764)
+
+ -- 
+
 abook (0.6.0~pre2-3) unstable; urgency=low
 
   * Overlooked NMU done by Tim Retout while merging from experimental to
 
 Source: abook
 Section: mail
 Priority: optional
-Maintainer: Gerfried Fuchs <rhonda@debian.org>
+Maintainer: Rhonda D'Vine <rhonda@debian.org>
 Standards-Version: 3.9.3
 Build-Depends: libncursesw5-dev, libreadline6-dev | libreadline-dev,
   po-debconf, quilt (>= 0.40), autotools-dev
 
 QUILT_STAMPFN = patch-stamp
 include /usr/share/quilt/quilt.make
 
-CFLAGS = -g -Wall
+CFLAGS = -g -Wall -std=gnu89
 INSTALL = install
 INSTALL_FILE    = $(INSTALL) -p    -oroot -groot -m644
 INSTALL_PROGRAM = $(INSTALL) -p    -oroot -groot -m755