[med-svn] [axe-demultiplexer] 06/06: Correct name of installed axe manpage
Kevin Murray
daube-guest at moszumanska.debian.org
Wed Nov 11 12:36:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository axe-demultiplexer.
commit da61e5e9734fb604ae66c99e525391944528a089
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Wed Nov 11 14:32:04 2015 +1100
Correct name of installed axe manpage
---
.../patches/0005-Correct-name-of-axe-manpage.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/patches/0005-Correct-name-of-axe-manpage.patch b/debian/patches/0005-Correct-name-of-axe-manpage.patch
new file mode 100644
index 0000000..92c0bc0
--- /dev/null
+++ b/debian/patches/0005-Correct-name-of-axe-manpage.patch
@@ -0,0 +1,21 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Wed, 11 Nov 2015 14:31:43 +1100
+Subject: Correct name of axe manpage
+
+---
+ docs/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
+index 68ec92a..0a723ce 100644
+--- a/docs/CMakeLists.txt
++++ b/docs/CMakeLists.txt
+@@ -18,7 +18,7 @@ IF(SPHINXBUILD)
+ WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
+ )
+ ADD_CUSTOM_TARGET(doc ALL DEPENDS doc_man doc_onehtml)
+- INSTALL(FILES ${CMAKE_BINARY_DIR}/doc/man/axe.1 DESTINATION "share/man/man1")
++ INSTALL(FILES ${CMAKE_BINARY_DIR}/doc/man/axe.1 DESTINATION "share/man/man1" RENAME "axe-demux.1")
+ SET_DIRECTORY_PROPERTIES(PROPERTY ADDITIONAL_MAKE_CLEAN_FILES doc/)
+ ELSE()
+ MESSAGE(WARNING "Cannot build documenation, sphinx isn't installed")
diff --git a/debian/patches/series b/debian/patches/series
index 9e44108..ac84908 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ cmake-version
0002-Remove-libqes-from-CML.txt.patch
0003-Use-standard-include-path-of-gsl-headers.patch
0004-Dynamically-link-to-libqes.patch
+0005-Correct-name-of-axe-manpage.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/axe-demultiplexer.git
More information about the debian-med-commit
mailing list