[bfl] 39/40: add patch to fix pkgconfig include dir

Johannes Schauer josch at moszumanska.debian.org
Fri Aug 11 17:24:07 UTC 2017


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

josch pushed a commit to branch master
in repository bfl.

commit a64c017ccceea20f3b06459e520b0e3058ad3607
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sat Aug 12 02:16:59 2017 +0900

    add patch to fix pkgconfig include dir
---
 debian/patches/fix-pc-include-dir | 10 ++++++++++
 debian/patches/series             |  1 +
 2 files changed, 11 insertions(+)

diff --git a/debian/patches/fix-pc-include-dir b/debian/patches/fix-pc-include-dir
new file mode 100644
index 0000000..d8b2e6a
--- /dev/null
+++ b/debian/patches/fix-pc-include-dir
@@ -0,0 +1,10 @@
+--- a/orocos-bfl.pc.in
++++ b/orocos-bfl.pc.in
+@@ -1,6 +1,6 @@
+ prefix=@CMAKE_INSTALL_PREFIX@
+ libdir=${prefix}/lib
+-includedir=${prefix}/include
++includedir=${prefix}/include/bfl
+ 
+ Name: orocos-bfl
+ Description: Orocos Bayesian Filtering Library
diff --git a/debian/patches/series b/debian/patches/series
index 4fd7f26..64cff6b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 add-soversion
 install-library-multiarch-path
+fix-pc-include-dir

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



More information about the debian-science-commits mailing list