Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 pdf-presenter-console (4.0.5-1) unstable; urgency=medium
 .
   * bump to dh10
   * bump standards version
   * New upstream release
Author: Barak A. Pearlmutter <bap@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2017-01-05

--- pdf-presenter-console-4.0.5.orig/CMakeLists.txt
+++ pdf-presenter-console-4.0.5/CMakeLists.txt
@@ -7,7 +7,7 @@ find_package(Vala "0.26" REQUIRED)
 include(${VALA_USE_FILE})
 
 set(SYSCONFDIR "${CMAKE_INSTALL_PREFIX}/etc" CACHE FILEPATH "sysconfdir")
-set(MANDIR "share/man/man1" CACHE FILEPATH "mandir")
+set(MANDIR "share/man" CACHE FILEPATH "mandir")
 
 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
 
--- pdf-presenter-console-4.0.5.orig/man/CMakeLists.txt
+++ pdf-presenter-console-4.0.5/man/CMakeLists.txt
@@ -3,7 +3,12 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DI
 
 install(FILES
     pdfpc.1
+DESTINATION
+    ${MANDIR}/man1
+)
+
+install(FILES
     pdfpcrc.5
 DESTINATION
-    ${MANDIR}
+    ${MANDIR}/man5
 )
--- pdf-presenter-console-4.0.5.orig/man/pdfpc.in
+++ pdf-presenter-console-4.0.5/man/pdfpc.in
@@ -354,6 +354,11 @@ In LaTeX, such links are created with
 The movie will playback in the area taken by the placeholder content.  Using
 a frame of the movie will ensure the correct aspect ratio.
 
+.PP
+See
+.URL http://pdfpc.github.io/demo/pdfpc-video-example.zip "our website"
+for a full example.
+
 .SS Pointer Mode
 .PP
 If needed it is possible to turn on a pointer which draws a red dot in the
