From f98e49169a40876bcf1df832de6e908d1b350193 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 9 Feb 2017 04:39:26 -0500 Subject: Drop patch applied upstream. --- debian/patches/correct_includes.patch | 28 ---------------------------- debian/patches/series | 1 - 2 files changed, 29 deletions(-) delete mode 100644 debian/patches/correct_includes.patch (limited to 'debian') 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 -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 -- cgit v1.2.3