=== modified file 'debian/changelog'
--- debian/changelog	2013-05-26 00:07:51 +0000
+++ debian/changelog	2014-01-16 15:01:08 +0000
@@ -1,3 +1,10 @@
+totem (3.8.2-0ubuntu2) experimental; urgency=low
+
+  * A simple tutorial activity on Ubuntu/Debian package build suite.
+    Just say 'Bernard Shyu' in Totem's about dialog.
+
+ -- Bernard Shyu <bernard.shyu@gmail.com>  Thu, 16 Jan 2014 21:54:58 +0800
+
 totem (3.8.2-0ubuntu1) saucy; urgency=low
 
   * Sync with Debian. Remaining changes: 

=== modified file 'debian/patches/series'
--- debian/patches/series	2013-05-26 00:07:51 +0000
+++ debian/patches/series	2014-01-16 15:01:08 +0000
@@ -3,3 +3,4 @@
 92_gst-plugins-good.patch
 93_grilo_optional.patch
 revert_shell_menu.patch
+ubuntu-build-testing.bshyu.patch

=== added file 'debian/patches/ubuntu-build-testing.bshyu.patch'
--- debian/patches/ubuntu-build-testing.bshyu.patch	1970-01-01 00:00:00 +0000
+++ debian/patches/ubuntu-build-testing.bshyu.patch	2014-01-16 15:01:08 +0000
@@ -0,0 +1,25 @@
+## Description: add some description
+## Origin/Author: add some origin or author
+## Bug: bug URL
+Index: totem.bshyu/src/totem-menu.c
+===================================================================
+--- totem.bshyu.orig/src/totem-menu.c	2014-01-16 21:47:07.662787000 +0800
++++ totem.bshyu/src/totem-menu.c	2014-01-16 21:54:42.385510881 +0800
+@@ -702,6 +702,7 @@
+ 		"Julien Moutte <julien@moutte.net> (GStreamer backend)",
+ 		"Tim-Philipp M\303\274ller <tim\100centricular\056net> (GStreamer backend)",
+ 		"Philip Withnall <philip@tecnocode.co.uk>",
++		"Bernard Shyu <bernard.shyu@gmail.com>",
+ 		NULL
+ 	};
+ 	const char *artists[] = { "Jakub Steiner <jimmac@ximian.com>", NULL };
+@@ -710,7 +711,8 @@
+ 	gtk_show_about_dialog (GTK_WINDOW (totem->win),
+ 				     "version", VERSION,
+ 				     "copyright", _("Copyright \xc2\xa9 2002-2009 Bastien Nocera"),
+-				     "comments", _("Videos"),
++//				     "comments", _("Videos"),
++				     "comments", "Modified by Bernard Shyu",
+ 				     "authors", authors,
+ 				     "artists", artists,
+ 				     "translator-credits", _("translator-credits"),

