[ignition-msgs] 01/02: Added patch to fix pkgconfig file

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Tue Sep 6 21:21:02 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-msgs.

commit 363c8027494b8b2869d67a03061777f9dc47572a
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Tue Sep 6 21:18:50 2016 +0000

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

diff --git a/debian/patches/0003-fix-pkgconfig.patch b/debian/patches/0003-fix-pkgconfig.patch
new file mode 100644
index 0000000..3230de1
--- /dev/null
+++ b/debian/patches/0003-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-msgs/pull-requests/15
+
+diff --git a/cmake/pkgconfig/ignition-msgs.in b/cmake/pkgconfig/ignition-msgs.in
+index 6d22e92..e150998 100644
+--- a/cmake/pkgconfig/ignition-msgs.in
++++ b/cmake/pkgconfig/ignition-msgs.in
+@@ -5,6 +5,6 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/ignition/@IGN_PROJECT_NAME@@PROJ
+ Name: Ignition Msgs
+ Description: A set of msgs classes for robot applications
+ Version: @PROJECT_VERSION_FULL@
+-Requires:
+-Libs: "-L${libdir}" -lignition-math at PROJECT_MAJOR_VERSION@
++Requires: ignition-math2
++Libs: "-L${libdir}" -lignition-msgs0
+ CFlags: "-I${includedir}" -std=c++11
diff --git a/debian/patches/series b/debian/patches/series
index 6442bfa..c17c1b2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001_use_system_gtest.patch
 0002_respect_cflags.patch
+0003-fix-pkgconfig.patch

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



More information about the debian-science-commits mailing list