Package: gladtex / 2.1-2

Metadata

Package Version Patches format
gladtex 2.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_clean_command | (download)

setup.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 correct build system (setup.py)
 The setup.py file inherits from the wrong base class and hence the build files.
 This patch corrects this error. It can be removed with the next version of
 GladTeX, it has been applied upstream too.
ignore_unset_locale | (download)

gleetex/document.py | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 correctly handle unset locale
 The program couldn't handle an unset locale and failed to work under such
 circumstances. The minimal patch corrects this behaviour.
 It has been applied upstream, too.