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.8-1) unstable; urgency=medium
 .
   * New upstream release
   * Bump policy
   * Secure repo URL
   * Merge minor upstream doc mods
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-08-31

--- pdf-presenter-console-4.0.8.orig/README.rst
+++ pdf-presenter-console-4.0.8/README.rst
@@ -26,7 +26,11 @@ Installation
 - On Fedora::
 
         sudo dnf install pdfpc
-        
+
+- On archlinux::
+
+        sudo pacman -S pdfpc
+
 - On Windows 10 (with *Windows Subsystem for Linux (WSL)*)::
 
         Install:
@@ -40,8 +44,6 @@ Installation
         3. Windows: Start the X-Server with: 'vcxsrv -nodecoration -screen 0 @1 -screen 1 @2 +xinerama'
         4. Windows: Open CMD and run: 'bash' in order to start the WSL-bash
         5. WSL-Bash: run: 'DISPLAY=:0 pdfpc <your PDF file>' to open your presentation with pdfpc
-       
-- `Compiling from source <#compile-and-install>`_
 
 Sample presentations
 --------------------
--- pdf-presenter-console-4.0.8.orig/icons/CMakeLists.txt
+++ pdf-presenter-console-4.0.8/icons/CMakeLists.txt
@@ -4,6 +4,9 @@ install(FILES
     pause.svg
     saved.svg
     loaded.svg
+    highlight.svg
+    pen.svg
+    eraser.svg
 DESTINATION
     share/pixmaps/pdfpc
 )
--- pdf-presenter-console-4.0.8.orig/man/pdfpc.in
+++ pdf-presenter-console-4.0.8/man/pdfpc.in
@@ -159,10 +159,10 @@ Clear the current drawing
 Temporarily hide the current drawing and exit drawing mode
 .TP
 .B 1
-Increase the pen or eraser size for drawing
+Decrease the pen or eraser size for drawing
 .TP
 .B 3
-Decrease the pen or eraser size for drawing
+Increase the pen or eraser size for drawing
 .TP
 .B 2
 Toggle between the pen and eraser tool for drawing
@@ -414,7 +414,7 @@ outside the selected region will be dimm
 .PP
 It is possible to turn on a mode which allows drawing over slides with the mouse
 cursor or a connected tablet.  When drawing mode is enabled, drawings can be made on
-the presenter screen. A seperate drawing will be kept in memory for each slide
+the presenter screen. A separate drawing will be kept in memory for each slide
 (based on user slide numbers, so consolidating overlay slides). Drawings are presently not
 saved between sessions.
 
@@ -422,7 +422,7 @@ In drawing mode, there are two drawing t
 bottom-left of the presenter screen will indicate which is active. When in pen mode,
 the color and size of the pen will be indicated by the cursor. The pen size can be increased
 or decreased using hot keys specified in the key bindings. When the eraser tool is active,
-the size of the cursor indiates the amount to erase.
+the size of the cursor indicates the amount to erase.
 
 The color of the pen can be changed through key or mouse bindings.
 
--- pdf-presenter-console-4.0.8.orig/src/classes/presentation_controller.vala
+++ pdf-presenter-console-4.0.8/src/classes/presentation_controller.vala
@@ -970,7 +970,7 @@ namespace pdfpc {
         /**
          * Handle keypresses to each of the controllables
          *
-         * This seperate handling is needed because keypresses from any of the
+         * This separate handling is needed because keypresses from any of the
          * window have implications on the behaviour of both of them. Therefore
          * this controller is needed to take care of the needed actions.
          */
