diff options
| author | 2016-06-13 20:14:29 -0400 | |
|---|---|---|
| committer | 2016-06-13 20:14:29 -0400 | |
| commit | 1bb53029fe891d6540332ae17c2194dda9060338 (patch) | |
| tree | 9e23d037bbea76c7dd04924058a1e78625c5c4e8 /debian/patches/correct_includes.patch | |
| parent | 7809227bc65496a2bf168f75004f3c6f73023eef (diff) | |
d/p/correct_includes.patch: Expand to fix DbSqliteCipher too.
Diffstat (limited to 'debian/patches/correct_includes.patch')
| -rw-r--r-- | debian/patches/correct_includes.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/patches/correct_includes.patch b/debian/patches/correct_includes.patch new file mode 100644 index 0000000..af96e41 --- /dev/null +++ b/debian/patches/correct_includes.patch @@ -0,0 +1,28 @@ +Description: Fix a couple includes that otherwise cause FTBFS. +Author: Unit 193 <unit193@ubuntu.com> +Origin: vendor +Forwarded: no +Last-Update: 2016-06-13 + +--- 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 +--- sqlitestudio-3.1.0.orig/Plugins/DbSqliteCipher/DbSqliteCipher.pro ++++ sqlitestudio-3.1.0/Plugins/DbSqliteCipher/DbSqliteCipher.pro +@@ -6,7 +6,7 @@ + + QT -= gui + +-include($$PWD/../../../sqlitestudio/SQLiteStudio3/plugins.pri) ++include($$PWD/../../SQLiteStudio3/plugins.pri) + + TARGET = DbSqliteCipher + TEMPLATE = lib |
