r47446 - in /desktop/unstable/gnome-terminal/debian: changelog patches/10_kfreebsd-f_dupfd_cloexec.patch patches/Don-t-allow-the-theme-to-set-black-on-black.patch patches/Provide-fallback-for-reading-current-directory-if-OS.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Mar 6 21:17:56 UTC 2016


Author: biebl
Date: Sun Mar  6 21:17:55 2016
New Revision: 47446

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47446
Log:
Refresh patches.

Modified:
    desktop/unstable/gnome-terminal/debian/changelog
    desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch
    desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch
    desktop/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch

Modified: desktop/unstable/gnome-terminal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/changelog?rev=47446&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/changelog	[utf-8] Sun Mar  6 21:17:55 2016
@@ -1,6 +1,7 @@
 gnome-terminal (3.18.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Refresh patches.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 06 Mar 2016 22:13:28 +0100
 

Modified: desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch?rev=47446&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch	[utf-8] Sun Mar  6 21:17:55 2016
@@ -7,9 +7,11 @@
 As mentioned in the bug report, it will have support for it in
 jessie, so we can drop it in jessie+1.
 
---- a/src/terminal-screen.c
-+++ b/src/terminal-screen.c
-@@ -188,6 +188,20 @@
+Index: gnome-terminal-3.18.3/src/terminal-screen.c
+===================================================================
+--- gnome-terminal-3.18.3.orig/src/terminal-screen.c	2016-03-06 22:14:06.776140200 +0100
++++ gnome-terminal-3.18.3/src/terminal-screen.c	2016-03-06 22:14:06.776140200 +0100
+@@ -177,6 +177,20 @@
  static TerminalURLFlavour *url_regex_flavors;
  static guint n_url_regexes;
  
@@ -30,7 +32,7 @@
  /* See bug #697024 */
  #ifndef __linux__
  
-@@ -1214,7 +1228,7 @@
+@@ -1203,7 +1217,7 @@
        for (j = 0; j < n_fds; j++) {
          if (fds[j] == target_fd) {
            do {

Modified: desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch?rev=47446&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch	[utf-8] Sun Mar  6 21:17:55 2016
@@ -23,9 +23,11 @@
  src/terminal-screen.c | 11 +++++++++++
  1 file changed, 11 insertions(+)
 
---- a/src/terminal-screen.c
-+++ b/src/terminal-screen.c
-@@ -850,6 +850,17 @@
+Index: gnome-terminal-3.18.3/src/terminal-screen.c
+===================================================================
+--- gnome-terminal-3.18.3.orig/src/terminal-screen.c	2016-03-06 22:14:12.236211702 +0100
++++ gnome-terminal-3.18.3/src/terminal-screen.c	2016-03-06 22:14:12.232211650 +0100
+@@ -839,6 +839,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/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch?rev=47446&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch	[utf-8] Sun Mar  6 21:17:55 2016
@@ -7,9 +7,11 @@
  src/terminal-screen.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 66 insertions(+)
 
---- a/src/terminal-screen.c
-+++ b/src/terminal-screen.c
-@@ -220,6 +220,63 @@
+Index: gnome-terminal-3.18.3/src/terminal-screen.c
+===================================================================
+--- gnome-terminal-3.18.3.orig/src/terminal-screen.c	2016-03-06 22:14:14.820245526 +0100
++++ gnome-terminal-3.18.3/src/terminal-screen.c	2016-03-06 22:14:14.820245526 +0100
+@@ -209,6 +209,63 @@
  
  G_DEFINE_TYPE (TerminalScreen, terminal_screen, VTE_TYPE_TERMINAL)
  
@@ -73,7 +75,7 @@
  static void
  free_tag_data (TagData *tagdata)
  {
-@@ -1551,12 +1608,21 @@
+@@ -1540,12 +1597,21 @@
  char *
  terminal_screen_get_current_dir (TerminalScreen *screen)
  {




More information about the pkg-gnome-commits mailing list