[sagemath] 01/01: d/rules: DEB_CXXFLAGS_MAINT_APPEND=-std=c++11

Andreas Tille tille at debian.org
Wed Apr 12 14:29:14 UTC 2017


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

tille pushed a commit to branch debian/jessie-backports
in repository sagemath.

commit d0dccd64dddaa5e62d8dd1d4ef75f6b8cc3ff979
Author: Andreas Tille <tille at debian.org>
Date:   Wed Apr 12 15:51:47 2017 +0200

    d/rules: DEB_CXXFLAGS_MAINT_APPEND=-std=c++11
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0cb4fe3..b238a02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sagemath (7.4-9~bpo8+1) UNRELEASED; urgency=medium
   * Rebuild for jessie-backports.
   * Adapt debian/control.runtime-depends and debian/control.in to versions
     in Jessie backports
+  * d/rules: DEB_CXXFLAGS_MAINT_APPEND=-std=c++11
 
  -- Andreas Tille <tille at debian.org>  Sun, 05 Mar 2017 19:46:57 +0100
 
diff --git a/debian/rules b/debian/rules
index e0d3a28..e4d6a48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
 
+DEB_CXXFLAGS_MAINT_APPEND=-std=c++11
+include /usr/share/dpkg/buildflags.mk
+export CXXFLAGS
+
 include /usr/share/dpkg/pkg-info.mk
 
 #export DH_VERBOSE=1

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



More information about the debian-science-commits mailing list