Merge lp:~ricotz/gnome-terminal/ubuntu into lp:~ubuntu-desktop/gnome-terminal/ubuntu

Proposed by Rico Tzschichholz
Status: Merged
Merged at revision: 93
Proposed branch: lp:~ricotz/gnome-terminal/ubuntu
Merge into: lp:~ubuntu-desktop/gnome-terminal/ubuntu
Diff against target: 430 lines (+102/-106)
11 files modified
debian/changelog (+48/-38)
debian/compat (+1/-1)
debian/control (+6/-8)
debian/control.in (+5/-7)
debian/fonts.conf (+0/-11)
debian/gnome-terminal-data.install (+5/-5)
debian/gnome-terminal.install (+3/-2)
debian/patches/01_lpi.patch (+11/-11)
debian/patches/20_add_alt_screen_toggle_ui.patch (+19/-19)
debian/rules (+2/-2)
debian/watch (+2/-2)
To merge this branch: bzr merge lp:~ricotz/gnome-terminal/ubuntu
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+85850@code.launchpad.net

Description of the change

New upsteam 3.2.1 merged with debian unstable

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thank you! this looks fine

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-07-19 22:22:23 +0000
+++ debian/changelog 2011-12-15 12:47:35 +0000
@@ -1,46 +1,56 @@
1gnome-terminal (3.0.1-0ubuntu3) oneiric; urgency=low1gnome-terminal (3.2.1-2ubuntu1) precise; urgency=low
22
3 * debian/patches/01_onlyshowin.patch:3 * Sync with debian, remaining changes:
4 - Add Unity to OnlyShowIn value (LP: #803519)4 - debian/control:
55 + Build-Depend on liblaunchpad-integration-3.0-dev, dh-autoreconf
6 -- Michael Terry <mterry@ubuntu.com> Tue, 19 Jul 2011 18:21:19 -04006 and gnome-common
77 - debian/patches:
8gnome-terminal (3.0.1-0ubuntu2) oneiric; urgency=low8 + 01_lpi.patch: Launchpad integration patch
99 + 01_onlyshowin.patch: Add Unity to OnlyShowIn value (LP: #803519)
10 * debian/patches/50_add_unity_quicklist.patch:10 + 02_add_transparency_properties.patch: Allow background
11 - add unity quicklist support11 transparency to be controlled from the GTK theme. Needs rebase
1212 + 20_add_alt_screen_toggle_ui.patch: Hook new vte
13 -- Didier Roche <didrocks@ubuntu.com> Tue, 31 May 2011 11:49:45 +020013 alternate screen scrolling toggle via UI
1414 + 50_add_unity_quicklist.patch: Add unity quicklist support
15gnome-terminal (3.0.1-0ubuntu1) oneiric; urgency=low15 - debian/rules: Include autoreconf.mk
1616 - debian/watch: Allow retrieving of unstable releases
17 * New upstream release17
1818 -- Rico Tzschichholz <ricotz@ubuntu.com> Thu, 15 Dec 2011 13:04:33 +0100
19 -- Rodrigo Moya <rodrigo.moya@canonical.com> Wed, 25 May 2011 10:36:19 +020019
2020gnome-terminal (3.2.1-2) unstable; urgency=low
21gnome-terminal (3.0.0-2ubuntu1) oneiric; urgency=low21
22 * Reintroduce gtk2 build-dependency, it’s required for
23 gtk-builder-convert.
24
25 -- Josselin Mouette <joss@debian.org> Sun, 20 Nov 2011 00:25:02 +0100
26
27gnome-terminal (3.2.1-1) experimental; urgency=low
28
29 * New upstream release.
30 * Bump vte requirement.
31 * Stop forcing gtk+ version, only gtk+ 3.x is supported now.
32
33 -- Josselin Mouette <joss@debian.org> Sat, 12 Nov 2011 17:52:40 +0100
34
35gnome-terminal (3.0.1-1) unstable; urgency=low
2236
23 [ Raphaël Hertzog ]37 [ Raphaël Hertzog ]
24 * Add lintian overrides for menu-icon-missing.38 * Add lintian overrides for menu-icon-missing.
2539
26 [ Rodrigo Moya ]40 [ Michael Biebl ]
27 * Rebase on Debian and the GNOME3 PPA (Thanks to Rico Tzschichholz).41 * debian/watch: Switch to .bz2 tarballs.
28 Remaining Ubuntu-specific changes:42 * New upstream release.
29 * debian/control:43 * debian/control.in
30 - Build-Depend on liblaunchpad-integration-3.0-dev, dh-autoreconf and gnome-common44 - Drop Build-Depends on libdbus-glib-1-dev.
31 - Replaces: gnome-terminal-data (<< 2.28.1-1ubuntu1)45 - Drop Build-Depends on dpkg-dev (>= 1.13.19), even the version from lenny
32 * debian/patches/01_lpi.patch:46 is recent enough.
33 - Launchpad integration patch47 - Add Vcs-* fields.
34 * debian/patches/02_add_transparency_properties.patch:48 * Bump debhelper compatibility level to 8.
35 - Allow background transparency to be controlled from the GTK theme. Needs rebase49 - Update Build-Depends on debhelper.
36 * debian/patches/20_add_alt_screen_toggle_ui.patch:50 - Strip debian/tmp/ from .install files.
37 - Hook new vte alternate screen scrolling toggle via UI51 * Remove debian/fonts.conf, unused.
38 * debian/rules:
39 - Include autoreconf.mk
40 * debian/watch:
41 - Allow retrieving of unstable releases
4252
43 -- Rodrigo Moya <rodrigo.moya@canonical.com> Tue, 17 May 2011 16:17:22 +020053 -- Michael Biebl <biebl@debian.org> Thu, 16 Jun 2011 16:19:04 +0200
4454
45gnome-terminal (3.0.0-1) experimental; urgency=low55gnome-terminal (3.0.0-1) experimental; urgency=low
4656
4757
=== modified file 'debian/compat'
--- debian/compat 2008-06-18 08:31:47 +0000
+++ debian/compat 2011-12-15 12:47:35 +0000
@@ -1,1 +1,1 @@
1518
22
=== modified file 'debian/control'
--- debian/control 2011-05-17 14:38:48 +0000
+++ debian/control 2011-12-15 12:47:35 +0000
@@ -6,28 +6,26 @@
6Source: gnome-terminal6Source: gnome-terminal
7Section: gnome7Section: gnome
8Priority: optional8Priority: optional
9Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
9XSBC-Original-Maintainer: Guilherme de S. Pastore <gpastore@debian.org>10XSBC-Original-Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
10Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>11Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Frederic Peters <fpeters@debian.org>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>, Sebastian Dröge <slomo@debian.org>
11Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Luca Falavigna <dktrkranz@debian.org>, Sebastian Dröge <slomo@debian.org>
12Standards-Version: 3.9.212Standards-Version: 3.9.2
13Build-Depends: cdbs (>= 0.4.41),13Build-Depends: cdbs (>= 0.4.41),
14 debhelper (>= 5),14 debhelper (>= 8),
15 dh-autoreconf,15 dh-autoreconf,
16 gnome-common,16 gnome-common,
17 intltool (>= 0.40.0),17 intltool (>= 0.40.0),
18 libx11-dev,18 libx11-dev,
19 libgtk-3-dev (>= 3.0.0),19 libgtk-3-dev (>= 3.0.0),
20 libgtk2.0-dev (>= 2.24.0),20 libgtk2.0-dev,
21 libglib2.0-dev (>= 2.26.0),21 libglib2.0-dev (>= 2.26.0),
22 libvte-2.90-dev (>= 0.27.3),22 libvte-2.90-dev (>= 1:0.30.0),
23 scrollkeeper,23 scrollkeeper,
24 libsm-dev,24 libsm-dev,
25 gnome-pkg-tools (>= 0.10),25 gnome-pkg-tools (>= 0.10),
26 dpkg-dev (>= 1.13.19),
27 docbook-to-man,26 docbook-to-man,
28 gnome-doc-utils,27 gnome-doc-utils,
29 libgconf2-dev (>= 2.31.3),28 libgconf2-dev (>= 2.31.3),
30 libdbus-glib-1-dev (>= 0.6),
31 gsettings-desktop-schemas-dev (>= 0.1.0),29 gsettings-desktop-schemas-dev (>= 0.1.0),
32 liblaunchpad-integration-3.0-dev30 liblaunchpad-integration-3.0-dev
33Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/gnome-terminal/ubuntu31Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/gnome-terminal/ubuntu
@@ -39,7 +37,7 @@
39 gsettings-desktop-schemas (>= 0.1.0),37 gsettings-desktop-schemas (>= 0.1.0),
40 gnome-terminal-data (>= ${gnome:Version}),38 gnome-terminal-data (>= ${gnome:Version}),
41 gnome-terminal-data (<< ${gnome:NextVersion})39 gnome-terminal-data (<< ${gnome:NextVersion})
42Replaces: gnome-terminal-data (<< 2.28.1-1ubuntu1)40Replaces: gnome-terminal-data (<< 2.26.2-3)
43Provides: x-terminal-emulator41Provides: x-terminal-emulator
44Recommends: yelp,42Recommends: yelp,
45 gvfs43 gvfs
4644
=== modified file 'debian/control.in'
--- debian/control.in 2011-05-17 14:38:48 +0000
+++ debian/control.in 2011-12-15 12:47:35 +0000
@@ -1,28 +1,26 @@
1Source: gnome-terminal1Source: gnome-terminal
2Section: gnome2Section: gnome
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
4XSBC-Original-Maintainer: Guilherme de S. Pastore <gpastore@debian.org>5XSBC-Original-Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
5Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
6Uploaders: @GNOME_TEAM@6Uploaders: @GNOME_TEAM@
7Standards-Version: 3.9.27Standards-Version: 3.9.2
8Build-Depends: cdbs (>= 0.4.41),8Build-Depends: cdbs (>= 0.4.41),
9 debhelper (>= 5),9 debhelper (>= 8),
10 dh-autoreconf,10 dh-autoreconf,
11 gnome-common,11 gnome-common,
12 intltool (>= 0.40.0),12 intltool (>= 0.40.0),
13 libx11-dev,13 libx11-dev,
14 libgtk-3-dev (>= 3.0.0),14 libgtk-3-dev (>= 3.0.0),
15 libgtk2.0-dev (>= 2.24.0),15 libgtk2.0-dev,
16 libglib2.0-dev (>= 2.26.0),16 libglib2.0-dev (>= 2.26.0),
17 libvte-2.90-dev (>= 0.27.3),17 libvte-2.90-dev (>= 1:0.30.0),
18 scrollkeeper,18 scrollkeeper,
19 libsm-dev,19 libsm-dev,
20 gnome-pkg-tools (>= 0.10),20 gnome-pkg-tools (>= 0.10),
21 dpkg-dev (>= 1.13.19),
22 docbook-to-man,21 docbook-to-man,
23 gnome-doc-utils,22 gnome-doc-utils,
24 libgconf2-dev (>= 2.31.3),23 libgconf2-dev (>= 2.31.3),
25 libdbus-glib-1-dev (>= 0.6),
26 gsettings-desktop-schemas-dev (>= 0.1.0),24 gsettings-desktop-schemas-dev (>= 0.1.0),
27 liblaunchpad-integration-3.0-dev25 liblaunchpad-integration-3.0-dev
28Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/gnome-terminal/ubuntu26Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/gnome-terminal/ubuntu
@@ -34,7 +32,7 @@
34 gsettings-desktop-schemas (>= 0.1.0),32 gsettings-desktop-schemas (>= 0.1.0),
35 gnome-terminal-data (>= ${gnome:Version}),33 gnome-terminal-data (>= ${gnome:Version}),
36 gnome-terminal-data (<< ${gnome:NextVersion})34 gnome-terminal-data (<< ${gnome:NextVersion})
37Replaces: gnome-terminal-data (<< 2.28.1-1ubuntu1)35Replaces: gnome-terminal-data (<< 2.26.2-3)
38Provides: x-terminal-emulator36Provides: x-terminal-emulator
39Recommends: yelp,37Recommends: yelp,
40 gvfs38 gvfs
4139
=== removed file 'debian/fonts.conf'
--- debian/fonts.conf 2008-06-18 08:31:47 +0000
+++ debian/fonts.conf 1970-01-01 00:00:00 +0000
@@ -1,11 +0,0 @@
1<match target="font">
2 <test qual="any" name="size" compare="more">
3 <int>7</int>
4 </test>
5 <test qual="any" name="size" compare="less">
6 <int>12</int>
7 </test>
8 <edit name="antialias" mode="assign">
9 <bool>false</bool>
10 </edit>
11</match>
120
=== modified file 'debian/gnome-terminal-data.install'
--- debian/gnome-terminal-data.install 2009-12-01 06:50:13 +0000
+++ debian/gnome-terminal-data.install 2011-12-15 12:47:35 +0000
@@ -1,7 +1,7 @@
1debian/tmp/etc1etc
2debian/tmp/usr/share/gnome-terminal2usr/share/gnome-terminal
3debian/tmp/usr/share/locale3usr/share/locale
4debian/tmp/usr/share/gnome4usr/share/gnome
5debian/tmp/usr/share/omf5usr/share/omf
66
7debian/gnome-terminal.xpm /usr/share/pixmaps7debian/gnome-terminal.xpm /usr/share/pixmaps
88
=== modified file 'debian/gnome-terminal.install'
--- debian/gnome-terminal.install 2010-06-25 03:38:38 +0000
+++ debian/gnome-terminal.install 2011-12-15 12:47:35 +0000
@@ -1,3 +1,4 @@
1debian/tmp/usr/bin1usr/bin
2debian/tmp/usr/share/applications2usr/share/applications
3
3debian/gnome-terminal.wrapper /usr/bin4debian/gnome-terminal.wrapper /usr/bin
45
=== modified file 'debian/patches/01_lpi.patch'
--- debian/patches/01_lpi.patch 2011-05-17 14:38:48 +0000
+++ debian/patches/01_lpi.patch 2011-12-15 12:47:35 +0000
@@ -1,11 +1,11 @@
1Description: Launchpad integration1Description: Launchpad integration
2Author: ?2Author: ?
33
4Index: gnome-terminal-2.33.90/configure.ac4Index: gnome-terminal-3.2.1/configure.ac
5===================================================================5===================================================================
6--- gnome-terminal-2.33.90.orig/configure.ac6--- gnome-terminal-3.2.1.orig/configure.ac
7+++ gnome-terminal-2.33.90/configure.ac7+++ gnome-terminal-3.2.1/configure.ac
8@@ -92,6 +92,7 @@8@@ -87,6 +87,7 @@
9 gtk+-$GTK_API_VERSION >= $GTK_REQUIRED9 gtk+-$GTK_API_VERSION >= $GTK_REQUIRED
10 gconf-2.0 >= $GCONF_REQUIRED10 gconf-2.0 >= $GCONF_REQUIRED
11 gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED11 gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED
@@ -13,10 +13,10 @@
13 $PLATFORM_DEPS])13 $PLATFORM_DEPS])
14 14
15 # ********15 # ********
16Index: gnome-terminal-2.33.90/src/terminal-window.c16Index: gnome-terminal-3.2.1/src/terminal-window.c
17===================================================================17===================================================================
18--- gnome-terminal-2.33.90.orig/src/terminal-window.c18--- gnome-terminal-3.2.1.orig/src/terminal-window.c
19+++ gnome-terminal-2.33.90/src/terminal-window.c19+++ gnome-terminal-3.2.1/src/terminal-window.c
20@@ -32,6 +32,7 @@20@@ -32,6 +32,7 @@
21 #include <gdk/gdkkeysyms.h>21 #include <gdk/gdkkeysyms.h>
22 #define GDK_KEY(symbol) GDK_##symbol22 #define GDK_KEY(symbol) GDK_##symbol
@@ -25,7 +25,7 @@
25 25
26 #include "terminal-accels.h"26 #include "terminal-accels.h"
27 #include "terminal-app.h"27 #include "terminal-app.h"
28@@ -2123,6 +2124,7 @@28@@ -2114,6 +2115,7 @@
29 gtk_box_pack_start (GTK_BOX (main_vbox),29 gtk_box_pack_start (GTK_BOX (main_vbox),
30 priv->menubar,30 priv->menubar,
31 FALSE, FALSE, 0);31 FALSE, FALSE, 0);
@@ -33,10 +33,10 @@
33 33
34 /* Add tabs menu */34 /* Add tabs menu */
35 priv->tabs_menu = terminal_tabs_menu_new (window);35 priv->tabs_menu = terminal_tabs_menu_new (window);
36Index: gnome-terminal-2.33.90/src/terminal.xml36Index: gnome-terminal-3.2.1/src/terminal.xml
37===================================================================37===================================================================
38--- gnome-terminal-2.33.90.orig/src/terminal.xml38--- gnome-terminal-3.2.1.orig/src/terminal.xml
39+++ gnome-terminal-2.33.90/src/terminal.xml39+++ gnome-terminal-3.2.1/src/terminal.xml
40@@ -73,6 +73,7 @@40@@ -73,6 +73,7 @@
41 </menu>41 </menu>
42 <menu action="Help">42 <menu action="Help">
4343
=== modified file 'debian/patches/20_add_alt_screen_toggle_ui.patch'
--- debian/patches/20_add_alt_screen_toggle_ui.patch 2011-05-17 14:38:48 +0000
+++ debian/patches/20_add_alt_screen_toggle_ui.patch 2011-12-15 12:47:35 +0000
@@ -1,10 +1,10 @@
1Description: Hook new vte alternate screen scrolling toggle via UI1Description: Hook new vte alternate screen scrolling toggle via UI
2Author: ?2Author: ?
33
4Index: gnome-terminal-2.33.90/src/gnome-terminal.schemas.in4Index: gnome-terminal-3.2.1/src/gnome-terminal.schemas.in
5===================================================================5===================================================================
6--- gnome-terminal-2.33.90.orig/src/gnome-terminal.schemas.in6--- gnome-terminal-3.2.1.orig/src/gnome-terminal.schemas.in
7+++ gnome-terminal-2.33.90/src/gnome-terminal.schemas.in7+++ gnome-terminal-3.2.1/src/gnome-terminal.schemas.in
8@@ -418,6 +418,23 @@8@@ -418,6 +418,23 @@
9 </schema>9 </schema>
10 10
@@ -29,10 +29,10 @@
29 <key>/schemas/apps/gnome-terminal/profiles/Default/exit_action</key>29 <key>/schemas/apps/gnome-terminal/profiles/Default/exit_action</key>
30 <applyto>/apps/gnome-terminal/profiles/Default/exit_action</applyto>30 <applyto>/apps/gnome-terminal/profiles/Default/exit_action</applyto>
31 <owner>gnome-terminal</owner>31 <owner>gnome-terminal</owner>
32Index: gnome-terminal-2.33.90/src/profile-editor.c32Index: gnome-terminal-3.2.1/src/profile-editor.c
33===================================================================33===================================================================
34--- gnome-terminal-2.33.90.orig/src/profile-editor.c34--- gnome-terminal-3.2.1.orig/src/profile-editor.c
35+++ gnome-terminal-2.33.90/src/profile-editor.c35+++ gnome-terminal-3.2.1/src/profile-editor.c
36@@ -279,6 +279,10 @@36@@ -279,6 +279,10 @@
37 SET_SENSITIVE ("scroll-on-output-checkbutton",37 SET_SENSITIVE ("scroll-on-output-checkbutton",
38 !terminal_profile_property_locked (profile, TERMINAL_PROFILE_SCROLL_ON_OUTPUT));38 !terminal_profile_property_locked (profile, TERMINAL_PROFILE_SCROLL_ON_OUTPUT));
@@ -44,7 +44,7 @@
44 if (!prop_name || prop_name == I_(TERMINAL_PROFILE_EXIT_ACTION))44 if (!prop_name || prop_name == I_(TERMINAL_PROFILE_EXIT_ACTION))
45 SET_SENSITIVE ("exit-action-combobox",45 SET_SENSITIVE ("exit-action-combobox",
46 !terminal_profile_property_locked (profile, TERMINAL_PROFILE_EXIT_ACTION));46 !terminal_profile_property_locked (profile, TERMINAL_PROFILE_EXIT_ACTION));
47@@ -899,6 +903,7 @@47@@ -914,6 +918,7 @@
48 CONNECT ("scrollbar-position-combobox", TERMINAL_PROFILE_SCROLLBAR_POSITION);48 CONNECT ("scrollbar-position-combobox", TERMINAL_PROFILE_SCROLLBAR_POSITION);
49 CONNECT ("scroll-on-keystroke-checkbutton", TERMINAL_PROFILE_SCROLL_ON_KEYSTROKE);49 CONNECT ("scroll-on-keystroke-checkbutton", TERMINAL_PROFILE_SCROLL_ON_KEYSTROKE);
50 CONNECT ("scroll-on-output-checkbutton", TERMINAL_PROFILE_SCROLL_ON_OUTPUT);50 CONNECT ("scroll-on-output-checkbutton", TERMINAL_PROFILE_SCROLL_ON_OUTPUT);
@@ -52,10 +52,10 @@
52 CONNECT ("show-menubar-checkbutton", TERMINAL_PROFILE_DEFAULT_SHOW_MENUBAR);52 CONNECT ("show-menubar-checkbutton", TERMINAL_PROFILE_DEFAULT_SHOW_MENUBAR);
53 CONNECT ("solid-radiobutton", TERMINAL_PROFILE_BACKGROUND_TYPE);53 CONNECT ("solid-radiobutton", TERMINAL_PROFILE_BACKGROUND_TYPE);
54 CONNECT ("system-font-checkbutton", TERMINAL_PROFILE_USE_SYSTEM_FONT);54 CONNECT ("system-font-checkbutton", TERMINAL_PROFILE_USE_SYSTEM_FONT);
55Index: gnome-terminal-2.33.90/src/profile-preferences.glade55Index: gnome-terminal-3.2.1/src/profile-preferences.glade
56===================================================================56===================================================================
57--- gnome-terminal-2.33.90.orig/src/profile-preferences.glade57--- gnome-terminal-3.2.1.orig/src/profile-preferences.glade
58+++ gnome-terminal-2.33.90/src/profile-preferences.glade58+++ gnome-terminal-3.2.1/src/profile-preferences.glade
59@@ -2416,6 +2416,27 @@59@@ -2416,6 +2416,27 @@
60 </packing>60 </packing>
61 </child>61 </child>
@@ -84,10 +84,10 @@
84 <child>84 <child>
85 <widget class="GtkCheckButton" id="scroll-on-keystroke-checkbutton">85 <widget class="GtkCheckButton" id="scroll-on-keystroke-checkbutton">
86 <property name="visible">True</property>86 <property name="visible">True</property>
87Index: gnome-terminal-2.33.90/src/terminal-profile.c87Index: gnome-terminal-3.2.1/src/terminal-profile.c
88===================================================================88===================================================================
89--- gnome-terminal-2.33.90.orig/src/terminal-profile.c89--- gnome-terminal-3.2.1.orig/src/terminal-profile.c
90+++ gnome-terminal-2.33.90/src/terminal-profile.c90+++ gnome-terminal-3.2.1/src/terminal-profile.c
91@@ -75,6 +75,7 @@91@@ -75,6 +75,7 @@
92 PROP_SCROLLBAR_POSITION,92 PROP_SCROLLBAR_POSITION,
93 PROP_SCROLL_ON_KEYSTROKE,93 PROP_SCROLL_ON_KEYSTROKE,
@@ -120,10 +120,10 @@
120 TERMINAL_PROFILE_PROPERTY_BOOLEAN (SILENT_BELL, DEFAULT_SILENT_BELL, KEY_SILENT_BELL);120 TERMINAL_PROFILE_PROPERTY_BOOLEAN (SILENT_BELL, DEFAULT_SILENT_BELL, KEY_SILENT_BELL);
121 TERMINAL_PROFILE_PROPERTY_BOOLEAN (UPDATE_RECORDS, DEFAULT_UPDATE_RECORDS, KEY_UPDATE_RECORDS);121 TERMINAL_PROFILE_PROPERTY_BOOLEAN (UPDATE_RECORDS, DEFAULT_UPDATE_RECORDS, KEY_UPDATE_RECORDS);
122 TERMINAL_PROFILE_PROPERTY_BOOLEAN (USE_CUSTOM_COMMAND, DEFAULT_USE_CUSTOM_COMMAND, KEY_USE_CUSTOM_COMMAND);122 TERMINAL_PROFILE_PROPERTY_BOOLEAN (USE_CUSTOM_COMMAND, DEFAULT_USE_CUSTOM_COMMAND, KEY_USE_CUSTOM_COMMAND);
123Index: gnome-terminal-2.33.90/src/terminal-profile.h123Index: gnome-terminal-3.2.1/src/terminal-profile.h
124===================================================================124===================================================================
125--- gnome-terminal-2.33.90.orig/src/terminal-profile.h125--- gnome-terminal-3.2.1.orig/src/terminal-profile.h
126+++ gnome-terminal-2.33.90/src/terminal-profile.h126+++ gnome-terminal-3.2.1/src/terminal-profile.h
127@@ -93,6 +93,7 @@127@@ -93,6 +93,7 @@
128 #define TERMINAL_PROFILE_SCROLLBAR_POSITION "scrollbar-position"128 #define TERMINAL_PROFILE_SCROLLBAR_POSITION "scrollbar-position"
129 #define TERMINAL_PROFILE_SCROLL_ON_KEYSTROKE "scroll-on-keystroke"129 #define TERMINAL_PROFILE_SCROLL_ON_KEYSTROKE "scroll-on-keystroke"
@@ -132,10 +132,10 @@
132 #define TERMINAL_PROFILE_SILENT_BELL "silent-bell"132 #define TERMINAL_PROFILE_SILENT_BELL "silent-bell"
133 #define TERMINAL_PROFILE_TITLE_MODE "title-mode"133 #define TERMINAL_PROFILE_TITLE_MODE "title-mode"
134 #define TERMINAL_PROFILE_TITLE "title"134 #define TERMINAL_PROFILE_TITLE "title"
135Index: gnome-terminal-2.33.90/src/terminal-screen.c135Index: gnome-terminal-3.2.1/src/terminal-screen.c
136===================================================================136===================================================================
137--- gnome-terminal-2.33.90.orig/src/terminal-screen.c137--- gnome-terminal-3.2.1.orig/src/terminal-screen.c
138+++ gnome-terminal-2.33.90/src/terminal-screen.c138+++ gnome-terminal-3.2.1/src/terminal-screen.c
139@@ -963,6 +963,9 @@139@@ -963,6 +963,9 @@
140 if (!prop_name || prop_name == I_(TERMINAL_PROFILE_SCROLL_ON_OUTPUT))140 if (!prop_name || prop_name == I_(TERMINAL_PROFILE_SCROLL_ON_OUTPUT))
141 vte_terminal_set_scroll_on_output (vte_terminal,141 vte_terminal_set_scroll_on_output (vte_terminal,
142142
=== modified file 'debian/rules'
--- debian/rules 2011-05-17 14:38:48 +0000
+++ debian/rules 2011-12-15 12:47:35 +0000
@@ -1,17 +1,17 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
2# -*- mode: makefile; coding: utf-8 -*-2# -*- mode: makefile; coding: utf-8 -*-
33
4include /usr/share/cdbs/1/rules/autoreconf.mk
4include /usr/share/cdbs/1/rules/debhelper.mk5include /usr/share/cdbs/1/rules/debhelper.mk
5include /usr/share/cdbs/1/rules/utils.mk6include /usr/share/cdbs/1/rules/utils.mk
6include /usr/share/cdbs/1/class/gnome.mk7include /usr/share/cdbs/1/class/gnome.mk
7include /usr/share/cdbs/1/rules/autoreconf.mk
8include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk8include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
9include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk9include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
10-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk10-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
1111
12LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed12LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
1313
14DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --with-gtk=3.014DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
1515
16build/gnome-terminal::16build/gnome-terminal::
17 /usr/bin/docbook-to-man debian/gnome-terminal.sgml > debian/gnome-terminal.117 /usr/bin/docbook-to-man debian/gnome-terminal.sgml > debian/gnome-terminal.1
1818
=== modified file 'debian/watch'
--- debian/watch 2010-05-24 04:52:45 +0000
+++ debian/watch 2011-12-15 12:47:35 +0000
@@ -1,3 +1,3 @@
1version=21version=3
2http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/([\d\.]+)\d/ \2http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/([\d\.]+)\d/ \
3 gnome-terminal-(.*)\.tar\.gz3 gnome-terminal-(.*)\.tar\.bz2

Subscribers

People subscribed via source and target branches