X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=debian%2Fpatches%2Fqt-subdir-patch;fp=debian%2Fpatches%2Fqt-subdir-patch;h=0000000000000000000000000000000000000000;hp=102aa12775e10faecdd7bdc507b8079677e7f5a2;hb=9eead1ea1c56c1adfb3984bbd20678e61a5d98bd;hpb=882be7b3afee10f770c416c51e766608f3a42bfe diff --git a/debian/patches/qt-subdir-patch b/debian/patches/qt-subdir-patch deleted file mode 100644 index 102aa12..0000000 --- a/debian/patches/qt-subdir-patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: qt subdir workaround - Upstream ships its qmake project file in a subdirectory which makes it - impossible for debhelper to detect it automatically. - . - This patch adds two small additional project files to solve this problem. -Author: Jakob Haufe - ---- /dev/null -+++ fstl-0.9.2/qt/qt.pro -@@ -0,0 +1 @@ -+include(fstl.pro) ---- /dev/null -+++ fstl-0.9.2/top.pro -@@ -0,0 +1,3 @@ -+TEMPLATE=subdirs -+SUBDIRS+=qt -+