From: Brian P. Hinz Date: Thu, 5 Feb 2015 02:40:17 +0000 (-0500) Subject: Fix ubuntu patches after recent restructuring X-Git-Tag: v1.4.90~50^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F114%2Fhead;p=tigervnc.git Fix ubuntu patches after recent restructuring unix/xserver/hw/vnc/xvnc.cc was renamed to xvnc.c --- diff --git a/contrib/packages/deb/ubuntu-precise/debian/patches/100_rethrow_signals.patch b/contrib/packages/deb/ubuntu-precise/debian/patches/100_rethrow_signals.patch index 7c2e6d05..b40b1483 100644 --- a/contrib/packages/deb/ubuntu-precise/debian/patches/100_rethrow_signals.patch +++ b/contrib/packages/deb/ubuntu-precise/debian/patches/100_rethrow_signals.patch @@ -1,5 +1,5 @@ ---- a/unix/xserver/hw/vnc/xvnc.cc 2013-07-14 14:05:29.963390223 -0400 -+++ b/unix/xserver/hw/vnc/xvnc.cc 2013-07-14 14:04:12.840357191 -0400 +--- a/unix/xserver/hw/vnc/xvnc.c 2013-07-14 14:05:29.963390223 -0400 ++++ b/unix/xserver/hw/vnc/xvnc.c 2013-07-14 14:04:12.840357191 -0400 @@ -250,7 +250,7 @@ #if XORG < 111 AbortDDX() diff --git a/contrib/packages/deb/ubuntu-trusty/debian/patches/100_rethrow_signals.patch b/contrib/packages/deb/ubuntu-trusty/debian/patches/100_rethrow_signals.patch index 7c2e6d05..b40b1483 100644 --- a/contrib/packages/deb/ubuntu-trusty/debian/patches/100_rethrow_signals.patch +++ b/contrib/packages/deb/ubuntu-trusty/debian/patches/100_rethrow_signals.patch @@ -1,5 +1,5 @@ ---- a/unix/xserver/hw/vnc/xvnc.cc 2013-07-14 14:05:29.963390223 -0400 -+++ b/unix/xserver/hw/vnc/xvnc.cc 2013-07-14 14:04:12.840357191 -0400 +--- a/unix/xserver/hw/vnc/xvnc.c 2013-07-14 14:05:29.963390223 -0400 ++++ b/unix/xserver/hw/vnc/xvnc.c 2013-07-14 14:04:12.840357191 -0400 @@ -250,7 +250,7 @@ #if XORG < 111 AbortDDX()