[continued from previous message]
deleted file mode 100644
index 5a5ed0f..0000000
--- a/debian/patches/1004_fix-installation-paths-on-Linux.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-Description: Fix installation paths on Linux.
-Author: Mike Gabriel <
mike.gabriel@das-netzwerkteam.de>
-
---- a/OpenBoard.pro
-+++ b/OpenBoard.pro
-@@ -82,11 +82,9 @@
- resources/forms/capturePublishing.ui \
- resources/forms/intranetPodcastPublishingDialog.ui
-
--UB_ETC.files = resources/etc
-+UB_ETC.files = resources/etc/*
- UB_I18N.files = resources/i18n/*.qm
--UB_LIBRARY.files = resources/library
--UB_FONTS.files = resources/fonts
--UB_THIRDPARTY_INTERACTIVE.files = thirdparty/interactive
-+UB_LIBRARY.files = resources/library/*
-
- DEFINES += NO_THIRD_PARTY_WARNINGS
- DEFINES += UBVERSION=\"\\\"$${LONG_VERSION}\"\\\" \
-@@ -105,7 +103,7 @@
- CONFIG += warn_off
- }
-
--DESTDIR = $$BUILD_DIR/product
-+DESTDIR =
- OBJECTS_DIR = $$BUILD_DIR/objects
- MOC_DIR = $$BUILD_DIR/moc
- RCC_DIR = $$BUILD_DIR/rcc
-@@ -463,10 +461,10 @@
- QMAKE_CFLAGS += -fopenmp
- QMAKE_CXXF