diff -Nru gnome-terminal-3.28.1/debian/changelog gnome-terminal-3.28.1/debian/changelog --- gnome-terminal-3.28.1/debian/changelog 2018-04-10 18:17:12.000000000 +0000 +++ gnome-terminal-3.28.1/debian/changelog 2018-05-11 21:15:21.000000000 +0000 @@ -1,3 +1,10 @@ +gnome-terminal (3.28.1-1ubuntu1.1) bionic; urgency=medium + + * Restore File > New Tab menu item. Thanks Debarshi Ray for the suggestion. + (LP: #1747171) + + -- Jeremy Bicha Fri, 11 May 2018 17:15:21 -0400 + gnome-terminal (3.28.1-1ubuntu1) bionic; urgency=medium * Merge with Debian. Remaining changes: diff -Nru gnome-terminal-3.28.1/debian/rules gnome-terminal-3.28.1/debian/rules --- gnome-terminal-3.28.1/debian/rules 2018-04-10 18:17:12.000000000 +0000 +++ gnome-terminal-3.28.1/debian/rules 2018-05-11 21:15:21.000000000 +0000 @@ -3,6 +3,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed +# Needed for File > New Tab menu item https://launchpad.net/bugs/1747171 +export DEB_CFLAGS_MAINT_APPEND = -DDISUNIFY_NEW_TERMINAL_SECTION + %: dh $@ --with gnome