diff -u nautilus-sendto-0.13.1/debian/changelog nautilus-sendto-0.13.1/debian/changelog --- nautilus-sendto-0.13.1/debian/changelog +++ nautilus-sendto-0.13.1/debian/changelog @@ -1,3 +1,11 @@ +nautilus-sendto (0.13.1-0ubuntu2) hardy; urgency=low + + * debian/patches/nautilus-sendto-0.7-thunderbird.patch: taken from upstream + to fix a crash when sending files via Bluetooth due to a shadowing + declaration (LP: #186173) + + -- Kjell Braden Fri, 01 Feb 2008 13:48:21 +0100 + nautilus-sendto (0.13.1-0ubuntu1) hardy; urgency=low * New upstream release. only in patch2: unchanged: --- nautilus-sendto-0.13.1.orig/debian/patches/upstream_fix-bluetooth-sending.patch +++ nautilus-sendto-0.13.1/debian/patches/upstream_fix-bluetooth-sending.patch @@ -0,0 +1,11 @@ +diff -Nur -x '*.orig' -x '*~' nautilus-sendto-0.13.1/src/plugins/bluetooth.c nautilus-sendto-0.13.1.new/src/plugins/bluetooth.c +--- nautilus-sendto-0.13.1/src/plugins/bluetooth.c 2008-01-18 16:10:56.000000000 +0100 ++++ nautilus-sendto-0.13.1.new/src/plugins/bluetooth.c 2008-02-01 13:45:22.000000000 +0100 +@@ -48,7 +48,6 @@ + init (NstPlugin *plugin) + { + GError *e = NULL; +- char *cmd; + DBusGConnection *conn; + const char *adapter; +