[SCM] hydrogen/master: Add patch to fix install path for upstream man pages.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Nov 11 14:50:15 UTC 2016


The following commit has been merged in the master branch:
commit c1c6889b5b67ea62552bfcb5dd4c43d5dd7fd4c8
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Nov 11 15:49:33 2016 +0100

    Add patch to fix install path for upstream man pages.

diff --git a/debian/patches/1015-man_path.patch b/debian/patches/1015-man_path.patch
new file mode 100644
index 0000000..6b9a932
--- /dev/null
+++ b/debian/patches/1015-man_path.patch
@@ -0,0 +1,17 @@
+Description:  Fix install path for man pages.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: hydrogen/CMakeLists.txt
+===================================================================
+--- hydrogen.orig/CMakeLists.txt
++++ hydrogen/CMakeLists.txt
+@@ -358,7 +358,7 @@ ENDIF()
+ IF(NOT MINGW AND NOT APPLE)
+ 	INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.appdata.xml DESTINATION "${CMAKE_INSTALL_PREFIX}/share/appdata")
+ 	INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.desktop DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications")
+-	INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.1 DESTINATION "${CMAKE_INSTALL_PREFIX}/man/man1")
++	INSTALL(FILES ${CMAKE_SOURCE_DIR}/linux/hydrogen.1 DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1")
+ ENDIF()
+ 
+ #
diff --git a/debian/patches/series b/debian/patches/series
index cbf149f..ad17bb2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 1006_porttime.patch
 1008-ftbfs-gcc-4.7.diff
 1010-spelling.patch
+1015-man_path.patch

-- 
hydrogen packaging



More information about the pkg-multimedia-commits mailing list