aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorLibravatar Unit 193 <unit193@ubuntu.com>2016-07-06 15:32:47 -0400
committerLibravatar Unit 193 <unit193@ubuntu.com>2016-07-06 15:32:47 -0400
commitf57fd1ae9175dfd7544fb8190e16e499cd60b764 (patch)
tree5d8e65f7ff2aeea31eeac9fe79376fdcd451aff6 /debian
parent08fd5b0f1f36fca3446afa6a60c17de6a0381ddd (diff)
downloadsqlitestudio-f57fd1ae9175dfd7544fb8190e16e499cd60b764.tar.bz2
sqlitestudio-f57fd1ae9175dfd7544fb8190e16e499cd60b764.tar.xz
sqlitestudio-f57fd1ae9175dfd7544fb8190e16e499cd60b764.tar.zst
d/p/remove_sourceless_jar.patch: Remove SQLiteStudioRemote.jar, there's no source for it.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/remove_sourceless_jar.patch17
-rw-r--r--debian/patches/series1
3 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f4b406c..24f42e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ sqlitestudio (3.1.0+dfsg1-0vanir1) unstable; urgency=medium
* d/watch, d/copyright: Exclude sourceless jar file.
* Imported Upstream version 3.1.0+dfsg1
+ * d/p/remove_sourceless_jar.patch:
+ - Remove SQLiteStudioRemote.jar, there's no source for it.
-- Unit 193 <unit193@ubuntu.com> Wed, 06 Jul 2016 15:02:53 -0400
diff --git a/debian/patches/remove_sourceless_jar.patch b/debian/patches/remove_sourceless_jar.patch
new file mode 100644
index 0000000..2c17497
--- /dev/null
+++ b/debian/patches/remove_sourceless_jar.patch
@@ -0,0 +1,17 @@
+Description: Remove SQLiteStudioRemote.jar, there's no source for it.
+Author: Unit 193 <unit193@ubuntu.com>
+
+Origin: vendor
+Forwarded: no
+Last-Update: 2016-07-06
+
+--- sqlitestudio-3.1.0+dfsg1.orig/Plugins/DbAndroid/dbandroid.qrc
++++ sqlitestudio-3.1.0+dfsg1/Plugins/DbAndroid/dbandroid.qrc
+@@ -1,7 +1,4 @@
+ <RCC>
+- <qresource prefix="/dbandroid">
+- <file>SQLiteStudioRemote.jar</file>
+- </qresource>
+ <qresource prefix="/icons">
+ <file>android.png</file>
+ </qresource>
diff --git a/debian/patches/series b/debian/patches/series
index 135005a..9251bbc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
disable_rpath.patch
correct_includes.patch
+remove_sourceless_jar.patch