diff -u gtodo-0.14+cvs20050820/debian/changelog gtodo-0.14+cvs20050820/debian/changelog --- gtodo-0.14+cvs20050820/debian/changelog +++ gtodo-0.14+cvs20050820/debian/changelog @@ -1,3 +1,10 @@ +gtodo (0.14+cvs20050820-2ubuntu1) edgy; urgency=low + + * debian/patches/05_desktop-file-encoding.patch: + - Fixed a .desktop file problem (Closes LP: #48628) + + -- Adrien Cunin Wed, 27 Sep 2006 14:03:48 +0200 + gtodo (0.14+cvs20050820-2) unstable; urgency=low * debian/control: only in patch2: unchanged: --- gtodo-0.14+cvs20050820.orig/debian/patches/05_desktop-file-encoding.patch +++ gtodo-0.14+cvs20050820/debian/patches/05_desktop-file-encoding.patch @@ -0,0 +1,14 @@ +--- data/gtodo.desktop.in 2004-03-20 00:01:30.000000000 +0100 ++++ data/gtodo.desktop.in.new 2006-09-27 14:02:07.000000000 +0200 +@@ -1,4 +1,5 @@ + [Desktop Entry] ++Encoding=UTF-8 + _Name=Todo list + _Comment=Todo list tool + Exec=gtodo +@@ -7,4 +8,3 @@ + Icon=gtodo.png + Categories=Application;Office; + StartupNotify=true +-Encoding=UTF-8 +\ No newline at end of file