aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-04-30 18:36:10 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-04-30 18:36:10 -0400
commitb17c46694818a39cb5378f0697b4a99aec6ad75f (patch)
tree2a475c291aef20e2b8988ff7dca5417283962fbd
parent4de57f628bc74f00ba1885e91c84ea07c5405d8f (diff)
d/p/disable_scriptingpython.patch: Disable the ScriptingPython plugin for now.
-rw-r--r--debian/patches/disable_scriptingpython.patch18
-rw-r--r--debian/patches/series1
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/disable_scriptingpython.patch b/debian/patches/disable_scriptingpython.patch
new file mode 100644
index 0000000..608f170
--- /dev/null
+++ b/debian/patches/disable_scriptingpython.patch
@@ -0,0 +1,18 @@
+Description: Disable python scripting.
+Author: Unit 193 <unit193@debian.org>
+Forwarded: not-needed
+
+---
+ Plugins/Plugins.pro | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/Plugins/Plugins.pro
++++ b/Plugins/Plugins.pro
+@@ -17,7 +17,6 @@ SUBDIRS += \
+ SqlEnterpriseFormatter \
+ ConfigMigration \
+ ScriptingTcl \
+- ScriptingPython \
+ DbAndroid \
+ DbSqliteCipher \
+ DbSqliteWx \
diff --git a/debian/patches/series b/debian/patches/series
index 2cd49ec..aba37a2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
remove_sourceless_jar.patch
+disable_scriptingpython.patch