aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2018-07-27 23:56:58 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2018-07-27 23:56:58 -0400
commit7d46d9816c5c7912b05ad59e7e91899a114b835f (patch)
treee50c0e8c20c5232907ceb835a6e706f377b601d4 /debian/patches
parent6d3d39356473078c6b47e03b8a7616e4b34de928 (diff)
d/p/disable_rpath.patch: Drop, no longer needed.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/disable_rpath.patch32
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 33 deletions
diff --git a/debian/patches/disable_rpath.patch b/debian/patches/disable_rpath.patch
deleted file mode 100644
index 01523e7..0000000
--- a/debian/patches/disable_rpath.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: Don't use rpath, https://wiki.debian.org/RpathIssue
-Author: Unit 193 <unit193@ubuntu.com>
-Origin: vendor
-Forwarded: no
-Last-Update: 2015-01-30
-
-Index: sqlitestudio/SQLiteStudio3/UpdateSQLiteStudio/UpdateSQLiteStudio.pro
-===================================================================
---- sqlitestudio.orig/SQLiteStudio3/UpdateSQLiteStudio/UpdateSQLiteStudio.pro
-+++ sqlitestudio/SQLiteStudio3/UpdateSQLiteStudio/UpdateSQLiteStudio.pro
-@@ -23,7 +23,7 @@ TEMPLATE = app
-
- DEFINES += PORTABLE_CONFIG
-
--linux|portable {
-+portable {
- QMAKE_LFLAGS += -Wl,-rpath,./lib
- }
-
-Index: sqlitestudio/SQLiteStudio3/sqlitestudio/sqlitestudio.pro
-===================================================================
---- sqlitestudio.orig/SQLiteStudio3/sqlitestudio/sqlitestudio.pro
-+++ sqlitestudio/SQLiteStudio3/sqlitestudio/sqlitestudio.pro
-@@ -25,7 +25,7 @@ TEMPLATE = app
-
- CONFIG += c++11
- QMAKE_CXXFLAGS += -pedantic
--linux|portable {
-+portable {
- QMAKE_LFLAGS += -Wl,-rpath,./lib
- }
-
diff --git a/debian/patches/series b/debian/patches/series
index 4028ab7..2cd49ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-disable_rpath.patch
remove_sourceless_jar.patch