Package: salutatoi / 0.6.1-2

Metadata

Package Version Patches format
salutatoi 0.6.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Search .mo files in default system locale dir.patch | (download)

src/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 Prevent setup.py from creating symlinks.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 prevent setup.py from creating symlinks

In the Debian set up, setup.py tries to create a symbolic link to
/usr/share/salutatoi/sat/sat.sh from usr/share/salutatoi/sat, but the
latter is a directory so the link creation fails.

0003 Set PYTHONPATH in sat.sh.patch | (download)

setup.py | 1 1 + 0 - 0 !
src/sat.sh | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 set pythonpath in sat.sh

When sat files are installed as private modules (e.g. in
/usr/share/salutatoi), sat.sh is unable to find sat modules.
This patch sets an empty PYTHONPATH environment variable in sat.sh,
which is set appropriately at installation time by setup.py.