aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2017-02-09 04:39:26 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2017-02-09 04:39:26 -0500
commitf98e49169a40876bcf1df832de6e908d1b350193 (patch)
tree71b839bd297e4876c2c64aa3a880a85da242bda1 /debian
parentc9d6debf9015b7853c3e061bbc64a555d85e2fcd (diff)
downloadsqlitestudio-f98e49169a40876bcf1df832de6e908d1b350193.tar.bz2
sqlitestudio-f98e49169a40876bcf1df832de6e908d1b350193.tar.xz
sqlitestudio-f98e49169a40876bcf1df832de6e908d1b350193.tar.zst
Drop patch applied upstream.
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/correct_includes.patch28
-rw-r--r--debian/patches/series1
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