[graywolf] 01/01: Fix FTBFS with GCC-5

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Aug 3 21:19:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository graywolf.

commit 3dc55d5711bffd3a1197e5c04eb02ca4c9217021
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon Aug 3 23:19:04 2015 +0200

    Fix FTBFS with GCC-5
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 13b5ef3..5d815c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+graywolf (0.1.2-2) unstable; urgency=medium
+
+  * debian/rules
+    - Fix "FTBFS with GCC-5" by building with "-std=gnu89"
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Mon, 03 Aug 2015 23:17:40 +0200
+
 graywolf (0.1.2-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 253337b..a63cc45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_CFLAGS_MAINT_APPEND = -std=gnu89
+
 %:
 	dh $@ 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/graywolf.git



More information about the debian-science-commits mailing list