r51696 - in /desktop/unstable/gnome-terminal/debian: changelog patches/10_kfreebsd-f_dupfd_cloexec.patch patches/Provide-fallback-for-reading-current-directory-if-OS.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Nov 8 15:00:12 UTC 2016


Author: biebl
Date: Tue Nov  8 15:00:12 2016
New Revision: 51696

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51696
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/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=51696&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/changelog	[utf-8] Tue Nov  8 15:00:12 2016
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Bump Build-Depends on libvte-2.91-dev to (>= 0.46.1) as per configure.ac.
+  * Refresh patches.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 08 Nov 2016 15:54:02 +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=51696&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] Tue Nov  8 15:00:12 2016
@@ -7,6 +7,8 @@
 As mentioned in the bug report, it will have support for it in
 jessie, so we can drop it in jessie+1.
 
+Index: b/src/terminal-screen.c
+===================================================================
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
 @@ -188,6 +188,20 @@
@@ -30,7 +32,7 @@
  /* See bug #697024 */
  #ifndef __linux__
  
-@@ -1305,7 +1319,7 @@
+@@ -1307,7 +1321,7 @@
        for (j = 0; j < n_fds; j++) {
          if (fds[j] == target_fd) {
            do {

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=51696&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] Tue Nov  8 15:00:12 2016
@@ -7,6 +7,8 @@
  src/terminal-screen.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 66 insertions(+)
 
+Index: b/src/terminal-screen.c
+===================================================================
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
 @@ -220,6 +220,63 @@
@@ -73,7 +75,7 @@
  static void
  free_tag_data (TagData *tagdata)
  {
-@@ -1649,12 +1706,21 @@
+@@ -1651,12 +1708,21 @@
  char *
  terminal_screen_get_current_dir (TerminalScreen *screen)
  {




More information about the pkg-gnome-commits mailing list