Package: linthesia Version: 0.4-1 linthesia errors on start with errors about pangofont. This was fixed in Ubuntu, package version 0.4-1ubuntu1, and the debdiff is attached,
Thank you.
diff -u linthesia-0.4/debian/changelog linthesia-0.4/debian/changelog --- linthesia-0.4/debian/changelog +++ linthesia-0.4/debian/changelog @@ -1,3 +1,9 @@ +linthesia (0.4-1ubuntu1) natty; urgency=low + + * src/TextWriter.cpp - change font to Serif, fixes pangofont error (LP: #663962) + + -- Roy Jamison <xtee...@googlemail.com> Wed, 20 Oct 2010 17:21:04 +0100 + linthesia (0.4-1) unstable; urgency=low * Initial release (Closes: #562487) diff -u linthesia-0.4/debian/control linthesia-0.4/debian/control --- linthesia-0.4/debian/control +++ linthesia-0.4/debian/control @@ -1,7 +1,8 @@ Source: linthesia Section: games Priority: extra -Maintainer: Cleto Martin Angelina <cleto.mar...@gmail.com> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Cleto Martin Angelina <cleto.mar...@gmail.com> Build-Depends: debhelper (>= 7), libgtkmm-2.4-dev, libgconfmm-2.6-dev, libgtkglextmm-x11-1.2-dev, libasound2-dev, xsltproc (>= 1.1.24), docbook-xsl (>= 1.75.2) only in patch2: unchanged: --- linthesia-0.4.orig/src/TextWriter.cpp +++ linthesia-0.4/src/TextWriter.cpp @@ -47,7 +47,7 @@ // Or set it if there is no default if (fontname.empty()) { - fontname = "Arial"; + fontname = "Serif"; UserSetting::Set(key, fontname); } }