[givaro] 01/01: Re-add the flag -std=gnu++11 to --cflags in the pkg-config file.

Tobias Hansen thansen at moszumanska.debian.org
Fri Jul 29 18:20:26 UTC 2016


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

thansen pushed a commit to branch master
in repository givaro.

commit f9b0a811da6d04ff5d137bc92353f38ec00feeed
Author: Tobias Hansen <thansen at debian.org>
Date:   Fri Jul 29 19:20:22 2016 +0100

    Re-add the flag -std=gnu++11 to --cflags in the pkg-config file.
---
 debian/changelog                              | 8 ++++++++
 debian/patches/pkg-config-bad-directive.patch | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c40f18..c4f98a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+givaro (4.0.1-3) unstable; urgency=medium
+
+  * Team upload.
+  * debian/patches/pkg-config-bad-directive.patch:
+    - Re-add the flag -std=gnu++11 to --cflags in the pkg-config file.
+
+ -- Tobias Hansen <thansen at debian.org>  Fri, 29 Jul 2016 19:18:22 +0100
+
 givaro (4.0.1-2) unstable; urgency=medium
 
   * debian/clean
diff --git a/debian/patches/pkg-config-bad-directive.patch b/debian/patches/pkg-config-bad-directive.patch
index fed7b30..d25d1b3 100644
--- a/debian/patches/pkg-config-bad-directive.patch
+++ b/debian/patches/pkg-config-bad-directive.patch
@@ -2,7 +2,7 @@ Description: Avoid pkg-config-bad-directive Lintian error.
  Don't ship all the compiler flags used when building givaro in the pkg-config
  file.
 Author: Doug Torrance <dtorrance at piedmont.edu>
-Last-Update: 2016-07-22
+Last-Update: 2016-07-29
 
 --- a/givaro.pc.in
 +++ b/givaro.pc.in
@@ -11,6 +11,6 @@ Last-Update: 2016-07-22
  Requires:
  Libs: -L at libdir@ -lgivaro @LIBS@
 -Cflags: @DEFAULT_CFLAGS@ @CXXFLAGS@
-+Cflags:
++Cflags: -std=gnu++11
  \-------------------------------------------------------
 \ No newline at end of file

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



More information about the debian-science-commits mailing list