[SCM] jack-keyboard/master: Install manpages into usr/share/man
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sat Jul 9 11:06:55 UTC 2011
The following commit has been merged in the master branch:
commit d41e4698a63fae5fa843b9709608861d49eb8092
Author: Alessio Treglia <alessio at debian.org>
Date: Sat Jul 9 13:07:19 2011 +0200
Install manpages into usr/share/man
diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index a5fd4e7..450134f 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -1,9 +1,10 @@
Description: Add -lgthread-2.0 to linking flags.
+ Install manpages into /usr/share/man
Author: Alessio Treglia <alessio at debian.org>
Forwarded: no
---
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
--- jack-keyboard.orig/CMakeLists.txt
+++ jack-keyboard/CMakeLists.txt
@@ -16,3 +17,9 @@ Forwarded: no
if(JackEnable)
find_package(JACK)
+@@ -66,4 +66,4 @@ endif()
+ install(TARGETS jack-keyboard RUNTIME DESTINATION bin)
+ install(FILES pixmaps/jack-keyboard.png DESTINATION share/pixmaps)
+ install(FILES src/jack-keyboard.desktop DESTINATION share/applications)
+-install(FILES man/jack-keyboard.1 DESTINATION man/man1)
++install(FILES man/jack-keyboard.1 DESTINATION share/man/man1)
--
jack-keyboard packaging
More information about the pkg-multimedia-commits
mailing list