diff -u screenlets-0.1.2/debian/changelog screenlets-0.1.2/debian/changelog --- screenlets-0.1.2/debian/changelog +++ screenlets-0.1.2/debian/changelog @@ -1,3 +1,9 @@ +screenlets (0.1.2-7ubuntu1) lucid; urgency=low + + * Updated tomboy notes folder path. (LP: #477017) + + -- Frank Cheung Sun, 08 Nov 2009 13:18:33 +0000 + screenlets (0.1.2-7) unstable; urgency=medium * Urgency to medium to fix RC bug. diff -u screenlets-0.1.2/debian/control screenlets-0.1.2/debian/control --- screenlets-0.1.2/debian/control +++ screenlets-0.1.2/debian/control @@ -1,7 +1,8 @@ Source: screenlets Section: gnome Priority: optional -Maintainer: Julien Lavergne +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Julien Lavergne Uploaders: Python Applications Packaging Team Build-Depends: debhelper (>= 5), cdbs, diff -u screenlets-0.1.2/debian/patches/series screenlets-0.1.2/debian/patches/series --- screenlets-0.1.2/debian/patches/series +++ screenlets-0.1.2/debian/patches/series @@ -16,0 +17 @@ +20-tomboy-update-path.patch --- screenlets-0.1.2.orig/debian/patches/20-tomboy-update-path.patch +++ screenlets-0.1.2/debian/patches/20-tomboy-update-path.patch @@ -0,0 +1,13 @@ +Index: screenlets-0.1.2/src/share/screenlets/Tomboy/TomboyScreenlet.py +=================================================================== +--- screenlets-0.1.2.orig/src/share/screenlets/Tomboy/TomboyScreenlet.py 2009-11-08 13:17:33.710931288 +0000 ++++ screenlets-0.1.2/src/share/screenlets/Tomboy/TomboyScreenlet.py 2009-11-08 13:18:08.816900688 +0000 +@@ -58,7 +58,7 @@ + if os.environ.has_key("TOMBOY_PATH"): + note_path = os.environ["TOMBOY_PATH"] + else: +- note_path = "~/.tomboy" ++ note_path = "~/.local/share/tomboy" + note_path = os.path.expanduser(note_path) + + # constructor