[ignition-transport] 01/01: Added patch for pkgconfig file

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Tue Sep 6 21:11:17 UTC 2016


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 59bf1bfe038e6bf1e29ec880224574952b77a97c
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Tue Sep 6 21:10:22 2016 +0000

    Added patch for pkgconfig file
---
 debian/patches/0005-fix-pkgconfig.patch | 17 +++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/0005-fix-pkgconfig.patch b/debian/patches/0005-fix-pkgconfig.patch
new file mode 100644
index 0000000..39293b6
--- /dev/null
+++ b/debian/patches/0005-fix-pkgconfig.patch
@@ -0,0 +1,17 @@
+Description: Fix pkgconfig file
+Author: Jose Luis Rivero <jrivero at osrfoundation.org>
+Forwarded: https://bitbucket.org/ignitionrobotics/ign-transport/pull-requests/170
+
+diff --git a/cmake/pkgconfig/ignition-transport.in b/cmake/pkgconfig/ignition-transport.in
+index e487109..e341c95 100644
+--- a/cmake/pkgconfig/ignition-transport.in
++++ b/cmake/pkgconfig/ignition-transport.in
+@@ -5,6 +5,6 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/ignition/@IGN_PROJECT_NAME@@PROJ
+ Name: Ignition @IGN_PROJECT_NAME@
+ Description: A set of @IGN_PROJECT_NAME@ classes for robot applications
+ Version: @PROJECT_VERSION_FULL@
+-Requires:
+-Libs: -L${libdir} -l at PROJECT_NAME_LOWER@@PROJECT_MAJOR_VERSION@ -l at PROJECT_MSGS_NAME@@PROJECT_MAJOR_VERSION@
++Requires: ignition-msgs0
++Libs: -L${libdir} -l at PROJECT_NAME_LOWER@@PROJECT_MAJOR_VERSION@
+ CFlags: -I${includedir} -std=c++11
diff --git a/debian/patches/series b/debian/patches/series
index ace37c1..d44bb82 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0003-respect-cmake-c-flags.patch
 0004_use_system_gtest.patch
 0002-fix-protobuf3.patch
+0005-fix-pkgconfig.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