diff options
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/correct_includes.patch | 28 | ||||
| -rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 29 deletions
diff --git a/debian/patches/correct_includes.patch b/debian/patches/correct_includes.patch deleted file mode 100644 index af96e41..0000000 --- a/debian/patches/correct_includes.patch +++ /dev/null @@ -1,28 +0,0 @@ -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 diff --git a/debian/patches/series b/debian/patches/series index 9251bbc..4028ab7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ disable_rpath.patch -correct_includes.patch remove_sourceless_jar.patch |
