]> git.sur5r.net Git - fstl/blobdiff - debian/patches/qt-subdir-patch
Drop cdbs
[fstl] / debian / patches / qt-subdir-patch
diff --git a/debian/patches/qt-subdir-patch b/debian/patches/qt-subdir-patch
new file mode 100644 (file)
index 0000000..102aa12
--- /dev/null
@@ -0,0 +1,17 @@
+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 <sur5r@sur5r.net>
+
+--- /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
++