[med-svn] [fis-gtm] 01/01: Make sure help files will be properly installed. Thanks for the patch to Brad King <brad.king at kitware.com>
Andreas Tille
tille at debian.org
Fri Dec 20 22:30:02 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository fis-gtm.
commit 395d90996ff423907866eac6d19b45963db995fc
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 20 22:36:55 2013 +0100
Make sure help files will be properly installed. Thanks for the patch to Brad King <brad.king at kitware.com>
---
debian/changelog | 7 +++++++
debian/patches/install_help_files.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 22 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 38ff1d6..6a61efc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fis-gtm (6.0-003-2) unstable; urgency=medium
+
+ * Make sure help files will be properly installed. Thanks for the patch
+ to Brad King <brad.king at kitware.com>
+
+ -- Andreas Tille <tille at debian.org> Fri, 20 Dec 2013 22:32:19 +0100
+
fis-gtm (6.0-003-1) unstable; urgency=low
* Initial release (Closes: #541239)
diff --git a/debian/patches/install_help_files.patch b/debian/patches/install_help_files.patch
new file mode 100644
index 0000000..873667d
--- /dev/null
+++ b/debian/patches/install_help_files.patch
@@ -0,0 +1,14 @@
+Author: Brad King <brad.king at kitware.com>
+Last-Update: Fri, 20 Dec 2013 14:24:12 -0500
+Description: Install help files properly
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -759,6 +759,7 @@ Halt")
+ )
+ list(APPEND files_to_place ${help}help.dat)
+ install(FILES ${GTM_BINARY_DIR}/${help}help.dat DESTINATION ${GTM_INSTALL_DIR})
++ install(FILES ${GTM_BINARY_DIR}/${help}help.gld DESTINATION ${GTM_INSTALL_DIR})
+ endforeach()
+ #-----------------------------------------------------------------------------
+
diff --git a/debian/patches/series b/debian/patches/series
index 550f0f3..d87d635 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
up_gtm_destdir_substitution
up_gtm_destdir_Refactor-object-file-source-name-storage
up_gtm_destdir_Support-source-to-object-compilation-in-a-DESTDIR
+install_help_files.patch
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/fis-gtm.git
More information about the debian-med-commit
mailing list