[ignition-transport] 01/01: Implement pkg-config c++11 flag

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Thu May 14 01:02:22 UTC 2015


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

jrivero-guest pushed a commit to branch master
in repository ignition-transport.

commit 4d661fc3da0675f6c3fb0fd86f52ef3e814f4efd
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Thu May 14 01:02:04 2015 +0000

    Implement pkg-config c++11 flag
---
 debian/patches/0002-c++11-pkgconfig.patch | 14 ++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/0002-c++11-pkgconfig.patch b/debian/patches/0002-c++11-pkgconfig.patch
new file mode 100644
index 0000000..1c9e719
--- /dev/null
+++ b/debian/patches/0002-c++11-pkgconfig.patch
@@ -0,0 +1,14 @@
+Description: Declare c++11 flag unconditional
+Author: Jose Luis Rivero <jrivero at osrfoundation.org>
+Forwarded: https://bitbucket.org/ignitionrobotics/ign-transport/pull-request/66
+
+diff --git a/cmake/pkgconfig/ignition.in b/cmake/pkgconfig/ignition.in
+index 11931f4..65b9b23 100644
+--- a/cmake/pkgconfig/ignition.in
++++ b/cmake/pkgconfig/ignition.in
+@@ -7,4 +7,4 @@ Description: A set of @IGN_PROJECT_NAME@ classes for robot applications
+ Version: @PROJECT_VERSION_FULL@
+ Requires:
+ Libs: -L${libdir} -l at PROJECT_NAME_LOWER@
+-CFlags: -I${includedir}
++CFlags: -I${includedir} -std=c++11
diff --git a/debian/patches/series b/debian/patches/series
index e76aa12..6a6288d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-c++11_unconditional
+0002-c++11-pkgconfig.patch
 0003-respect-cmake-c-flags.patch

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



More information about the debian-science-commits mailing list