diff -Nru ooo-thumbnailer-0.2/debian/changelog ooo-thumbnailer-0.2/debian/changelog --- ooo-thumbnailer-0.2/debian/changelog 2010-05-21 19:40:32.000000000 +0100 +++ ooo-thumbnailer-0.2/debian/changelog 2010-05-21 18:59:25.000000000 +0100 @@ -1,3 +1,10 @@ +ooo-thumbnailer (0.2-5ubuntu1) lucid; urgency=low + + * Added debian/source/format and set it to 3.0 (quilt). + * Added debian/patches/fix_directories_with_spaces to allow successful thumbnailing of files in directories with spaces (LP:#583136) + + -- David D Lowe Fri, 21 May 2010 18:53:27 +0100 + ooo-thumbnailer (0.2-5) unstable; urgency=low * Removed COPYING from debian/docs. diff -Nru ooo-thumbnailer-0.2/debian/patches/fix_directories_with_spaces ooo-thumbnailer-0.2/debian/patches/fix_directories_with_spaces --- ooo-thumbnailer-0.2/debian/patches/fix_directories_with_spaces 1970-01-01 01:00:00.000000000 +0100 +++ ooo-thumbnailer-0.2/debian/patches/fix_directories_with_spaces 2010-05-21 18:53:16.000000000 +0100 @@ -0,0 +1,11 @@ +--- a/ooo-thumbnailer ++++ b/ooo-thumbnailer +@@ -31,7 +31,7 @@ + test -f ${XDG_CONFIG_HOME:-$HOME/.config}/user-dirs.dirs && source ${XDG_CONFIG_HOME:-$HOME/.config}/user-dirs.dirs + + # documents in the Templates directory are ignored +-if [ `dirname "$ifile"` != ${XDG_TEMPLATES_DIR:-$HOME/Templates} ]; then ++if [ "`dirname "$ifile"`" != ${XDG_TEMPLATES_DIR:-$HOME/Templates} ]; then + # use imagemagick if it's installed + # (currently, always the case until GNOME bug #576750 is fixed and + # dependency on imagemagick is removed) diff -Nru ooo-thumbnailer-0.2/debian/patches/series ooo-thumbnailer-0.2/debian/patches/series --- ooo-thumbnailer-0.2/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ ooo-thumbnailer-0.2/debian/patches/series 2010-05-21 18:51:05.000000000 +0100 @@ -0,0 +1 @@ +fix_directories_with_spaces diff -Nru ooo-thumbnailer-0.2/debian/source/format ooo-thumbnailer-0.2/debian/source/format --- ooo-thumbnailer-0.2/debian/source/format 1970-01-01 01:00:00.000000000 +0100 +++ ooo-thumbnailer-0.2/debian/source/format 2010-05-21 19:40:32.652434582 +0100 @@ -0,0 +1 @@ +3.0 (quilt)