Comment 4 for bug 1052146

Revision history for this message
Wolf Vollprecht (w-vollprecht) wrote :

Hi Filip,

the method I was using in the beginning was also quite "hackish":

You can add these lines in debian/rules at "override_dh_install:"

 cp -r uberwriter_lib/thirdparty/gtkspellcheck/locale/ debian/uberwriter/opt/extras.ubuntu.com/uberwriter/uberwriter_lib/thirdparty/gtkspellcheck/locale/
 cp -r uberwriter_lib/thirdparty/pylocale/databases/ debian/uberwriter/opt/extras.ubuntu.com/uberwriter/uberwriter_lib/thirdparty/pylocale/databases/
 cp -r uberwriter_lib/thirdparty/pylocale/locales/ debian/uberwriter/opt/extras.ubuntu.com/uberwriter/uberwriter_lib/thirdparty/pylocale/locales/
 cp uberwriter_lib/thirdparty/pylocale/locales.db debian/uberwriter/opt/extras.ubuntu.com/uberwriter/uberwriter_lib/thirdparty/pylocale/locales.db

and modify them to your need / install dir.