r49600 - in /desktop/experimental/gnome-terminal/debian: ./ patches/

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Aug 18 15:21:51 UTC 2016


Author: ah
Date: Thu Aug 18 15:21:51 2016
New Revision: 49600

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49600
Log:
* New upstream beta release.
* Update build-dependencies according to configure.ac changes:
  - bump libvte-2.91-dev to >= 0.45.90
* Drop following debian/patches superseeded/included in current release:
  - Fix-chunked-resize-and-geometry-option.patch
  - Replace-no-op-gtk_window_resize_to_geometry-by-calcu.patch
  - git_notebook-avoid-crash-on-tab-DND.patch
* Have quilt refresh remaining patches.

Removed:
    desktop/experimental/gnome-terminal/debian/patches/Fix-chunked-resize-and-geometry-option.patch
    desktop/experimental/gnome-terminal/debian/patches/Replace-no-op-gtk_window_resize_to_geometry-by-calcu.patch
    desktop/experimental/gnome-terminal/debian/patches/git_notebook-avoid-crash-on-tab-DND.patch
Modified:
    desktop/experimental/gnome-terminal/debian/changelog
    desktop/experimental/gnome-terminal/debian/control
    desktop/experimental/gnome-terminal/debian/control.in
    desktop/experimental/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch
    desktop/experimental/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch
    desktop/experimental/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch
    desktop/experimental/gnome-terminal/debian/patches/nautilus-x11.patch
    desktop/experimental/gnome-terminal/debian/patches/series

Modified: desktop/experimental/gnome-terminal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/changelog?rev=49600&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/changelog	[utf-8] Thu Aug 18 15:21:51 2016
@@ -1,3 +1,16 @@
+gnome-terminal (3.21.90-1) experimental; urgency=medium
+
+  * New upstream beta release.
+  * Update build-dependencies according to configure.ac changes:
+    - bump libvte-2.91-dev to >= 0.45.90
+  * Drop following debian/patches superseeded/included in current release:
+    - Fix-chunked-resize-and-geometry-option.patch
+    - Replace-no-op-gtk_window_resize_to_geometry-by-calcu.patch
+    - git_notebook-avoid-crash-on-tab-DND.patch
+  * Have quilt refresh remaining patches.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 18 Aug 2016 17:07:09 +0200
+
 gnome-terminal (3.20.2-4) unstable; urgency=medium
 
   * debian/patches/window-Fix-CSD-size-calculations-with-long-titles.patch

Modified: desktop/experimental/gnome-terminal/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/control?rev=49600&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/control	[utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/control	[utf-8] Thu Aug 18 15:21:51 2016
@@ -20,7 +20,7 @@
                libgtk-3-dev (>= 3.20),
                libglib2.0-dev (>= 2.42.0),
                libpcre2-dev (>= 10.00),
-               libvte-2.91-dev (>= 0.44.0-2~),
+               libvte-2.91-dev (>= 0.45.90),
                libsm-dev,
                gnome-pkg-tools (>= 0.10),
                docbook-to-man,

Modified: desktop/experimental/gnome-terminal/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/control.in?rev=49600&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/control.in	[utf-8] Thu Aug 18 15:21:51 2016
@@ -16,7 +16,7 @@
                libgtk-3-dev (>= 3.20),
                libglib2.0-dev (>= 2.42.0),
                libpcre2-dev (>= 10.00),
-               libvte-2.91-dev (>= 0.44.0-2~),
+               libvte-2.91-dev (>= 0.45.90),
                libsm-dev,
                gnome-pkg-tools (>= 0.10),
                docbook-to-man,

Modified: desktop/experimental/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch?rev=49600&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch	[utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch	[utf-8] Thu Aug 18 15:21:51 2016
@@ -9,7 +9,7 @@
 
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
-@@ -196,6 +196,20 @@
+@@ -188,6 +188,20 @@
  static guint n_url_regexes;
  static guint n_extra_regexes;
  
@@ -30,7 +30,7 @@
  /* See bug #697024 */
  #ifndef __linux__
  
-@@ -1333,7 +1347,7 @@
+@@ -1305,7 +1319,7 @@
        for (j = 0; j < n_fds; j++) {
          if (fds[j] == target_fd) {
            do {

Modified: desktop/experimental/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch?rev=49600&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch	[utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch	[utf-8] Thu Aug 18 15:21:51 2016
@@ -25,7 +25,7 @@
 
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
-@@ -945,6 +945,17 @@
+@@ -917,6 +917,17 @@
    gtk_style_context_get_color (context, gtk_style_context_get_state (context), &theme_fg);
    gtk_style_context_get_background_color (context, gtk_style_context_get_state (context), &theme_bg);
  

Modified: desktop/experimental/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch?rev=49600&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch	[utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch	[utf-8] Thu Aug 18 15:21:51 2016
@@ -9,7 +9,7 @@
 
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
-@@ -228,6 +228,63 @@
+@@ -220,6 +220,63 @@
  
  G_DEFINE_TYPE (TerminalScreen, terminal_screen, VTE_TYPE_TERMINAL)
  
@@ -73,7 +73,7 @@
  static void
  free_tag_data (TagData *tagdata)
  {
-@@ -1677,12 +1734,21 @@
+@@ -1649,12 +1706,21 @@
  char *
  terminal_screen_get_current_dir (TerminalScreen *screen)
  {

Modified: desktop/experimental/gnome-terminal/debian/patches/nautilus-x11.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/patches/nautilus-x11.patch?rev=49600&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/patches/nautilus-x11.patch	[utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/patches/nautilus-x11.patch	[utf-8] Thu Aug 18 15:21:51 2016
@@ -13,11 +13,9 @@
 collect2: error: ld returned 1 exit status
 
 
-Index: b/configure.ac
-===================================================================
 --- a/configure.ac
 +++ b/configure.ac
-@@ -257,7 +257,8 @@
+@@ -247,7 +247,8 @@
    PKG_CHECK_MODULES([NAUTILUS],[
      libnautilus-extension >= $NAUTILUS_REQUIRED
      gio-2.0

Modified: desktop/experimental/gnome-terminal/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-terminal/debian/patches/series?rev=49600&op=diff
==============================================================================
--- desktop/experimental/gnome-terminal/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/gnome-terminal/debian/patches/series	[utf-8] Thu Aug 18 15:21:51 2016
@@ -3,7 +3,4 @@
 10_kfreebsd-f_dupfd_cloexec.patch
 Don-t-allow-the-theme-to-set-black-on-black.patch
 Provide-fallback-for-reading-current-directory-if-OS.patch
-Fix-chunked-resize-and-geometry-option.patch
-Replace-no-op-gtk_window_resize_to_geometry-by-calcu.patch
-git_notebook-avoid-crash-on-tab-DND.patch
 #window-Fix-CSD-size-calculations-with-long-titles.patch




More information about the pkg-gnome-commits mailing list