Pierre Gruet pushed to branch master at Debian Med / ugene
Commits: c60953b8 by Pierre Gruet at 2024-06-05T15:31:16+02:00 Looking for plugins in their true directory - - - - - d1d0faca by Pierre Gruet at 2024-06-05T15:33:04+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/plugins_directory.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ugene (50.0+dfsg-2) unstable; urgency=medium + + * Looking for plugins in their Debian install directory (Closes: #1071435) + + -- Pierre Gruet <[email protected]> Wed, 05 Jun 2024 15:32:56 +0200 + ugene (50.0+dfsg-1) unstable; urgency=medium * New upstream version 50.0+dfsg ===================================== debian/patches/plugins_directory.patch ===================================== @@ -0,0 +1,17 @@ +Description: looking for plugins in their Debian install directory +Author: Pierre Gruet <[email protected]> +Bug-Debian: https://bugs.debian.org/1071435 +Forwarded: not-needed +Last-Update: 2024-05-22 + +--- a/src/corelibs/U2Private/src/PluginSupportImpl.cpp ++++ b/src/corelibs/U2Private/src/PluginSupportImpl.cpp +@@ -327,7 +327,7 @@ + } + } + #endif +- return QDir(AppContext::getWorkingDirectoryPath() + "/plugins"); ++ return QDir("/usr/lib/ugene/plugins"); + } + + bool PluginSupportImpl::isDefaultPluginsDir(const QString& url) { ===================================== debian/patches/series ===================================== @@ -6,3 +6,4 @@ spelling.patch python_interpreter.patch set_rpath.patch desktop_file_entries.patch +plugins_directory.patch View it on GitLab: https://salsa.debian.org/med-team/ugene/-/compare/af4427bb7f01567e9c1234821f59f82a846f6d77...d1d0faca0cf36b3b54f5af8b572b5689237fa29c -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/med-team/ugene/-/compare/af4427bb7f01567e9c1234821f59f82a846f6d77...d1d0faca0cf36b3b54f5af8b572b5689237fa29c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
