diff -Nru totem-3.0.1/debian/changelog totem-3.0.1/debian/changelog --- totem-3.0.1/debian/changelog 2012-04-03 02:15:20.000000000 +0530 +++ totem-3.0.1/debian/changelog 2012-04-14 16:45:05.000000000 +0530 @@ -1,3 +1,10 @@ +totem (3.0.1-0ubuntu22) precise; urgency=low + + * data_keywords.patch + - data: Add keywords as used in gnome-shell nowadays. (LP: #976624) + + -- Vibhav Pant Sat, 14 Apr 2012 16:42:16 +0530 + totem (3.0.1-0ubuntu21) precise; urgency=low * debian/patches/git_tracks_language.patch: diff -Nru totem-3.0.1/debian/patches/data_keywords.patch totem-3.0.1/debian/patches/data_keywords.patch --- totem-3.0.1/debian/patches/data_keywords.patch 1970-01-01 05:30:00.000000000 +0530 +++ totem-3.0.1/debian/patches/data_keywords.patch 2012-04-14 16:46:56.000000000 +0530 @@ -0,0 +1,16 @@ +Origin: http://git.gnome.org/browse/totem/patch/?id=b730b1faf830900e58718503aff8b55f0aaddacb +Bug: https://bugzilla.gnome.org/show_bug.cgi?id=673742 +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/totem/+bug/976624 +Reviewed-By: Bastien Nocera +Last-Update: 2012-04-11 + +--- totem-3.0.1.orig/data/totem.desktop.in.in.in ++++ totem-3.0.1/data/totem.desktop.in.in.in +@@ -1,6 +1,7 @@ + [Desktop Entry] + _Name=Movie Player + _Comment=Play movies and songs ++_Keywords=Video;Movie;Film;Clip;Series;Player;DVD;TV;Disc; + Exec=totem %U + Icon=totem + Terminal=false diff -Nru totem-3.0.1/debian/patches/series totem-3.0.1/debian/patches/series --- totem-3.0.1/debian/patches/series 2012-04-03 02:15:20.000000000 +0530 +++ totem-3.0.1/debian/patches/series 2012-04-14 16:45:27.000000000 +0530 @@ -8,3 +8,4 @@ git_tracks_language.patch git_remote_option_parsing.patch correct_desktop_mimetypes.patch +data_keywords.patch