Package: libervia-backend / 0.9.0~hg3993-4+deb12u1

Metadata

Package Version Patches format
libervia-backend 0.9.0~hg3993-4+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix startup error.patch | (download)

sat/memory/migration/env.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix exception on startup without pre-existing configuration
fix exec path.patch | (download)

misc/org.libervia.Libervia.service | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 exec path must be absolute
replace getargspec.patch | (download)

sat/tools/utils.py | 2 1 + 1 - 0 !
sat_frontends/jp/cmd_debug.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 replace getargspec with getfullargspec for python 3.11
0001 Search .mo files in default system locale dir.patch | (download)

sat/core/i18n.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 search .mo files in default system locale dir
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

On Debian, localisation files (*.mo files) are located under
/usr/share/locale. However, ST searches them in ../i18n. This patch
changes ST so that it searches in the default system locale directory
(/usr/share/locale on Debian systems) instead. This patch is not
suitable for upstream as they want to support execution from the source
tree.

0002 add sat_tmp.patch | (download)

sat_tmp/COPYING | 661 661 + 0 - 0 !
sat_tmp/README | 12 12 + 0 - 0 !
sat_tmp/import_test.py | 9 9 + 0 - 0 !
sat_tmp/sat_tmp/wokkel/__init__.py | 34 34 + 0 - 0 !
sat_tmp/sat_tmp/wokkel/data_form.py | 97 97 + 0 - 0 !
sat_tmp/sat_tmp/wokkel/mam.py | 637 637 + 0 - 0 !
sat_tmp/sat_tmp/wokkel/pubsub.py | 1809 1809 + 0 - 0 !
sat_tmp/sat_tmp/wokkel/rsm.py | 442 442 + 0 - 0 !
sat_tmp/sat_tmp/wokkel/test/test_pubsub.py | 4218 4218 + 0 - 0 !
sat_tmp/sat_tmp/wokkel/test/test_rsm.py | 662 662 + 0 - 0 !
sat_tmp/setup.py | 55 55 + 0 - 0 !
11 files changed, 8636 insertions(+)

 add sat_tmp wokkel patches, until upstream accepts them
 Taken from https://repos.goffi.org/sat_tmp/ 2022-05-16 87:42cb377e3f3e
do not use scm version.patch | (download)

sat/VERSION | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not use scm version