diff -u tracker-0.6.6/debian/changelog tracker-0.6.6/debian/changelog --- tracker-0.6.6/debian/changelog +++ tracker-0.6.6/debian/changelog @@ -1,3 +1,9 @@ +tracker (0.6.6-2ubuntu3) jaunty; urgency=low + + * Fix incorrect spelling of "Divisions" in configuration file (LP: #324227) + + -- TJ Mon, 02 Feb 2009 09:52:37 +0000 + tracker (0.6.6-2ubuntu2) jaunty; urgency=low * rebuild for libgnome-desktop soname change only in patch2: unchanged: --- tracker-0.6.6.orig/debian/patches/10_correct_spelling_of_Divisions_in_config_file.patch +++ tracker-0.6.6/debian/patches/10_correct_spelling_of_Divisions_in_config_file.patch @@ -0,0 +1,13 @@ +diff --git a/src/tracker-preferences/tracker-configuration.c b/src/tracker-preferences/tracker-configuration.c +index e944d76..c716e99 100644 +--- a/src/tracker-preferences/tracker-configuration.c ++++ b/src/tracker-preferences/tracker-configuration.c +@@ -423,7 +423,7 @@ create_config_file () + "# Sets the minimum bucket count\n", + "MinBucketCount=65536\n", + "# Sets no. of divisions of the index file\n", +- "Dvisions=4\n", ++ "Divisions=4\n", + "# Selects the desired ratio of used records to buckets to be used when optimizing index (should be a value between 0 and 4) \n", + "BucketRatio=1\n", + "# Alters how much padding is used to prevent index relocations. Higher values improve indexing speed but waste more disk space. Value should be in range (1..8)\n",