diff options
| author | 2023-04-30 18:36:10 -0400 | |
|---|---|---|
| committer | 2023-04-30 18:36:10 -0400 | |
| commit | b17c46694818a39cb5378f0697b4a99aec6ad75f (patch) | |
| tree | 2a475c291aef20e2b8988ff7dca5417283962fbd /debian/patches/disable_scriptingpython.patch | |
| parent | 4de57f628bc74f00ba1885e91c84ea07c5405d8f (diff) | |
d/p/disable_scriptingpython.patch: Disable the ScriptingPython plugin for now.
Diffstat (limited to 'debian/patches/disable_scriptingpython.patch')
| -rw-r--r-- | debian/patches/disable_scriptingpython.patch | 18 |
1 files changed, 18 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 \
|
