diff -u themonospot-0.7.3.1/debian/control themonospot-0.7.3.1/debian/control --- themonospot-0.7.3.1/debian/control +++ themonospot-0.7.3.1/debian/control @@ -1,7 +1,8 @@ Source: themonospot Section: graphics Priority: optional -Maintainer: Debian CLI Applications Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian CLI Applications Team Uploaders: Stefan Ebner Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~), cli-common-dev (>= 0.7), imagemagick diff -u themonospot-0.7.3.1/debian/changelog themonospot-0.7.3.1/debian/changelog --- themonospot-0.7.3.1/debian/changelog +++ themonospot-0.7.3.1/debian/changelog @@ -1,3 +1,10 @@ +themonospot (0.7.3.1-4ubuntu0.1) lucid-proposed; urgency=low + + * debian/patches/03_fix_startup: + + Added to fix failure on startup (LP: #533747) + + -- Stefan Ebner Sat, 22 May 2010 14:17:05 +0200 + themonospot (0.7.3.1-4) unstable; urgency=low * debian/control: diff -u themonospot-0.7.3.1/debian/patches/series themonospot-0.7.3.1/debian/patches/series --- themonospot-0.7.3.1/debian/patches/series +++ themonospot-0.7.3.1/debian/patches/series @@ -2,0 +3 @@ +03_fix_startup only in patch2: unchanged: --- themonospot-0.7.3.1.orig/debian/patches/03_fix_startup +++ themonospot-0.7.3.1/debian/patches/03_fix_startup @@ -0,0 +1,11 @@ +--- themonospot-0.7.3.1.orig/themonospot-base/src/components/clsLanguages.cs ++++ themonospot-0.7.3.1/themonospot-base/src/components/clsLanguages.cs +@@ -108,7 +108,7 @@ + if (System.IO.File.Exists(ExePath + Path.DirectorySeparatorChar + "languages" + Path.DirectorySeparatorChar + LanguageName + ".lf") == true) + LanguageSet = LanguageName; + else +- LanguageSet = "English"; ++ LanguageSet = "english"; + + + try