diff -Nru lxterminal-0.1.11/debian/changelog lxterminal-0.1.11/debian/changelog --- lxterminal-0.1.11/debian/changelog 2012-10-31 10:27:28.000000000 +0000 +++ lxterminal-0.1.11/debian/changelog 2012-10-31 15:12:55.000000000 +0000 @@ -1,4 +1,4 @@ -lxterminal (0.1.11-4ubuntu2.1~ppa1) quantal; urgency=low +lxterminal (0.1.11-4ubuntu2.1~ppa2) quantal; urgency=low * debian/patches: - 90_fix_ctrl_c_break.patch: From upstream, don't generate a break when diff -Nru lxterminal-0.1.11/debian/patches/90_fix_ctrl_c_break.patch lxterminal-0.1.11/debian/patches/90_fix_ctrl_c_break.patch --- lxterminal-0.1.11/debian/patches/90_fix_ctrl_c_break.patch 2012-10-30 09:06:25.000000000 +0000 +++ lxterminal-0.1.11/debian/patches/90_fix_ctrl_c_break.patch 2012-10-31 15:12:43.000000000 +0000 @@ -10,8 +10,8 @@ Index: lxterminal-0.1.11/src/lxterminal.c =================================================================== --- lxterminal-0.1.11.orig/src/lxterminal.c 2012-10-30 09:50:01.811232668 +0100 -+++ lxterminal-0.1.11/src/lxterminal.c 2012-10-30 10:02:46.608553513 +0100 -@@ -69,29 +69,29 @@ ++++ lxterminal-0.1.11/src/lxterminal.c 2012-10-31 16:12:37.094372192 +0100 +@@ -69,29 +69,28 @@ /* Menu and accelerator event handlers. */ static void terminal_initialize_switch_tab_accelerator(Term * term); static void terminal_update_alt(LXTerminal *terminal); @@ -21,7 +21,7 @@ -static void terminal_new_window_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); +static gboolean terminal_new_window_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_new_tab_activate_event(GtkAction * action, LXTerminal * terminal); - static void terminal_new_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); +-static void terminal_new_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); static void terminal_close_tab_activate_event(GtkAction * action, LXTerminal * terminal); -static void terminal_close_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); +static gboolean terminal_new_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); @@ -51,7 +51,7 @@ static void terminal_about_activate_event(GtkAction * action, LXTerminal * terminal); /* Window creation, destruction, and control. */ -@@ -349,11 +349,14 @@ +@@ -349,11 +348,14 @@ /* Handler for accelerator n, where n is a digit. * Switch to the tab selected by the digit, if it exists. */ @@ -68,7 +68,7 @@ } /* Handler for "activate" signal on File/New Window menu item. -@@ -366,9 +369,10 @@ +@@ -366,9 +368,10 @@ } /* Handler for accelerator N. Open a new window. */ @@ -80,7 +80,7 @@ } /* Handler for "activate" signal on File/New Tab menu item. -@@ -427,9 +431,10 @@ +@@ -427,9 +430,10 @@ } /* Handler for accelerator T. Open a new tab. */ @@ -92,7 +92,7 @@ } /* Handler for "activate" signal on File/Close Tab menu item. -@@ -441,9 +446,10 @@ +@@ -441,9 +445,10 @@ } /* Handler for accelerator W. Close the current tab. */ @@ -104,7 +104,7 @@ } /* Handler for "activate" signal on Edit/Copy menu item. -@@ -455,9 +461,10 @@ +@@ -455,9 +460,10 @@ } /* Handler for accelerator C. Copy to the clipboard. */ @@ -116,7 +116,7 @@ } /* Handler for "activate" signal on Edit/Paste menu item. -@@ -469,9 +476,10 @@ +@@ -469,9 +475,10 @@ } /* Handler for accelerator V. Paste from the clipboard. */ @@ -128,7 +128,7 @@ } /* Handler for "response" signal on Name Tab dialog. */ -@@ -550,9 +558,10 @@ +@@ -550,9 +557,10 @@ } /* Handler for accelerator R. Name the tab. */ @@ -140,7 +140,7 @@ } /* Handler for "activate" signal on Tabs/Previous Tab menu item. -@@ -567,10 +576,11 @@ +@@ -567,10 +575,11 @@ } /* Handler for accelerator . Cycle through tabs in the reverse direction. */ @@ -153,7 +153,7 @@ } /* Handler for "activate" signal on Tabs/Next Tab menu item. -@@ -585,10 +595,11 @@ +@@ -585,10 +594,11 @@ } /* Handler for accelerator . Cycle through tabs in the forward direction. */ @@ -166,7 +166,7 @@ } /* Helper for move tab left and right. */ -@@ -626,9 +637,10 @@ +@@ -626,9 +636,10 @@ } /* Handler for accelerator . Move the tab one position in the reverse direction. */ @@ -178,7 +178,7 @@ } /* Handler for "activate" signal on Tabs/Move Tab Right menu item. -@@ -639,9 +651,10 @@ +@@ -639,9 +650,10 @@ } /* Handler for accelerator . Move the tab one position in the forward direction. */