aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorLibravatar Unit 193 <unit193@ubuntu.com>2015-11-25 21:22:52 -0500
committerLibravatar Unit 193 <unit193@ubuntu.com>2015-11-25 21:22:52 -0500
commitd968314949e4c224b9cdc57fdb233f4dcc6d01ce (patch)
tree1d5e80e4f6f28b1e1deb1433a505b7865ecff192 /debian
parent7412693e086a7eafaa7ea861164caf523943e5fa (diff)
downloadsqlitestudio-d968314949e4c224b9cdc57fdb233f4dcc6d01ce.tar.bz2
sqlitestudio-d968314949e4c224b9cdc57fdb233f4dcc6d01ce.tar.xz
sqlitestudio-d968314949e4c224b9cdc57fdb233f4dcc6d01ce.tar.zst
d/p/correct_dbadnroid_include.patch: Fix an include that causes an FTBFS.
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/correct_dbadnroid_include.patch17
-rw-r--r--debian/patches/series1
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/correct_dbadnroid_include.patch b/debian/patches/correct_dbadnroid_include.patch
new file mode 100644
index 0000000..b2d1368
--- /dev/null
+++ b/debian/patches/correct_dbadnroid_include.patch
@@ -0,0 +1,17 @@
+Description: Fix an include that otherwise causes an FTBFS.
+Author: Unit 193 <unit193@ubuntu.com>
+Origin: vendor
+Forwarded: no
+Last-Update: 2015-11-25
+
+--- sqlitestudio-3.0.7.orig/Plugins/DbAndroid/DbAndroid.pro
++++ sqlitestudio-3.0.7/Plugins/DbAndroid/DbAndroid.pro
+@@ -6,7 +6,7 @@
+
+ QT += widgets network
+
+-include($$PWD/../../../sqlitestudio/SQLiteStudio3/plugins.pri)
++include($$PWD/../../SQLiteStudio3/plugins.pri)
+
+ TARGET = DbAndroid
+ TEMPLATE = lib
diff --git a/debian/patches/series b/debian/patches/series
index 9698d79..16e07b8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
disable_rpath.patch
+correct_dbadnroid_include.patch