[med-svn] [gatb-core] 03/03: Fix install location
Andreas Tille
tille at debian.org
Tue Dec 12 11:18:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository gatb-core.
commit 55399b228ee82821c6e922332d94d9dc4dd350a1
Author: Andreas Tille <tille at debian.org>
Date: Tue Dec 12 12:18:06 2017 +0100
Fix install location
---
debian/patches/fix_install_location.patch | 15 +++++++++++++++
debian/patches/series | 2 ++
2 files changed, 17 insertions(+)
diff --git a/debian/patches/fix_install_location.patch b/debian/patches/fix_install_location.patch
new file mode 100644
index 0000000..00d03b9
--- /dev/null
+++ b/debian/patches/fix_install_location.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 28 Nov 2017 10:37:22 +0100
+Description: Install examples into correct dir
+
+--- a/gatb-core/CMakeLists.txt
++++ b/gatb-core/CMakeLists.txt
+@@ -284,7 +284,7 @@ IF (EXISTS "${PROJECT_SOURCE_DIR}/exampl
+ ENDIF()
+ ENDIF()
+ # add example snippets into binary archive (use by CPack directive)
+-INSTALL(DIRECTORY "${PROJECT_SOURCE_DIR}/examples/" DESTINATION "examples")
++INSTALL(DIRECTORY "${PROJECT_SOURCE_DIR}/examples/" DESTINATION "share/doc/gatb-core/examples")
+
+ ################################################################################
+ # INSTALL
diff --git a/debian/patches/series b/debian/patches/series
index 8f6d780..258a214 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
use_debian_packaged_hdf5.patch
fix_hdf5_includes.patch
+dynamic_lib.patch
+fix_install_location.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gatb-core.git
More information about the debian-med-commit
mailing list