]> git.deb.at Git - pkg/abook.git/commitdiff
Add -std=gnu89 to CFLAGS to fix FTBFS with gcc-5
authorRhonda D'Vine <rhonda@deb.at>
Tue, 30 Jun 2015 17:48:54 +0000 (19:48 +0200)
committerRhonda D'Vine <rhonda@deb.at>
Tue, 30 Jun 2015 17:51:43 +0000 (19:51 +0200)
debian/changelog
debian/control
debian/rules

index 0f9aae31220ff761bc9e385a91e0fe3d0fa08f8c..434bcd960eb978d6d7558e69e426b035031e5fc0 100644 (file)
@@ -1,3 +1,10 @@
+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
index 825691b41cc8444fbf7aa2bc3b35d0c462250b57..87aa7a8db4a5c3d4eee76e45783e042dd4fbc97e 100644 (file)
@@ -1,7 +1,7 @@
 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
index 987ee268f1a0c5ffe3dabc9883a7d201e93dc721..440446042e8e859a7d674b1ecc9868de568876d7 100755 (executable)
@@ -9,7 +9,7 @@ TMP = $(CURDIR)/debian/$(PKG)
 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