diff -Nru terminator-0.97/debian/changelog terminator-0.97/debian/changelog --- terminator-0.97/debian/changelog 2014-07-28 14:28:38.000000000 +0000 +++ terminator-0.97/debian/changelog 2014-08-05 21:22:29.000000000 +0000 @@ -1,9 +1,11 @@ -terminator (0.97-3ubuntu1) utopic; urgency=medium +terminator (0.97-4) unstable; urgency=medium - [ Stephen Boddy ] - * Backport patch for tabs with multiple terminals not closing. (LP: #1253995) + * Add patch to fix tab with multiple terminals + not closing. (Closes: #756300 LP: #1253995) + + Thanks to Stephen Boddy and Chris J Arges + for it. - -- Chris J Arges Mon, 28 Jul 2014 09:27:27 -0500 + -- Julián Moreno Patiño Tue, 05 Aug 2014 16:20:15 -0500 terminator (0.97-3) unstable; urgency=medium diff -Nru terminator-0.97/debian/control terminator-0.97/debian/control --- terminator-0.97/debian/control 2014-07-28 14:37:00.000000000 +0000 +++ terminator-0.97/debian/control 2014-07-01 16:35:36.000000000 +0000 @@ -1,8 +1,7 @@ Source: terminator Section: misc Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Nicolas Valcárcel Scerpella +Maintainer: Nicolas Valcárcel Scerpella Uploaders: Rudy Godoy Guillén , Python Applications Packaging Team , Julián Moreno Patiño diff -Nru terminator-0.97/debian/patches/fix-tab-with-multiple-terminals-not-closing.diff terminator-0.97/debian/patches/fix-tab-with-multiple-terminals-not-closing.diff --- terminator-0.97/debian/patches/fix-tab-with-multiple-terminals-not-closing.diff 2014-07-28 14:27:24.000000000 +0000 +++ terminator-0.97/debian/patches/fix-tab-with-multiple-terminals-not-closing.diff 2014-08-05 21:19:39.000000000 +0000 @@ -1,10 +1,8 @@ Description: Fix tab with multiple terminals not closing Author: Stephen Boddy - Origin: upstream, http://bazaar.launchpad.net/~gnome-terminator/terminator/trunk/revision/1490 Bug-Ubuntu: https://bugs.launchpad.net/bugs/1253995 Last-Update: 2014-07-28 - --- terminator-0.97.orig/terminatorlib/notebook.py +++ terminator-0.97/terminatorlib/notebook.py @@ -313,9 +313,7 @@ class Notebook(Container, gtk.Notebook):