[med-svn] [odil] 01/01: Fix install path of headers

Julien Lamy lamy-guest at moszumanska.debian.org
Mon Feb 29 16:47:08 UTC 2016


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

lamy-guest pushed a commit to branch master
in repository odil.

commit d73e73e6dc83fd2bfab73ed374d5f7e01eda6c75
Author: Julien Lamy <lamy at unistra.fr>
Date:   Mon Feb 29 17:18:01 2016 +0100

    Fix install path of headers
---
 debian/patches/fix-install.patch | 15 +++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/fix-install.patch b/debian/patches/fix-install.patch
new file mode 100644
index 0000000..a51c2fb
--- /dev/null
+++ b/debian/patches/fix-install.patch
@@ -0,0 +1,15 @@
+Subject: Fix install path of headers
+Origin: https://github.com/lamyj/odil/commit/98b570598c9f81e6a47fbe713b6ce91ec28b73c3
+--- debian.orig/src/CMakeLists.txt	2016-02-29 17:00:55.030079890 +0100
++++ debian/src/CMakeLists.txt	2016-02-29 17:03:35.865718095 +0100
+@@ -25,7 +25,9 @@
+     VERSION ${odil_VERSION}
+     SOVERSION ${odil_MAJOR_VERSION})
+ 
+-install(FILES ${headers} ${templates} DESTINATION include/odil)
++install(
++    DIRECTORY odil/ DESTINATION include/odil 
++    FILES_MATCHING PATTERN "*.h" PATTERN "*.txx")
+ install(
+     TARGETS odil
+     ARCHIVE DESTINATION lib
diff --git a/debian/patches/series b/debian/patches/series
index 22ac312..f6f7805 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 807675.patch
+fix-install.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/odil.git



More information about the debian-med-commit mailing list