[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[3dldf] 01/02: fix (hopefully) FTBFS



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

preining pushed a commit to branch master
in repository 3dldf.

commit 9ca4d7476b27382d53659e6686f8c9a17b3aada1
Author: Norbert Preining <preining@debian.org>
Date:   Fri Aug 12 22:55:39 2016 +0900

    fix (hopefully) FTBFS
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4bfdc53..fdf7a19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+3dldf (2.0.3+dfsg-5) unstable; urgency=medium
+
+  * fix FTBFS with newer gcc, patch thanks to Adrian Bunk (Closes: #811794)
+
+ -- Norbert Preining <preining@debian.org>  Fri, 12 Aug 2016 22:55:01 +0900
+
 3dldf (2.0.3+dfsg-4) unstable; urgency=medium
 
   * Bug fixes release:
diff --git a/debian/rules b/debian/rules
index 9d7f16c..853b588 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_CXXFLAGS_MAINT_APPEND = -std=gnu++98
+
 default:
 	@uscan --no-conf --dehs --report || true
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/3dldf.git


Reply to: