[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.10-2-14-ga509b1b
Ryan Kavanagh
ryanakca-guest at alioth.debian.org
Tue Jul 19 18:28:02 UTC 2011
The following commit has been merged in the master branch:
commit 061bc1384fb0e77d24a1f790ae6e742ad39e8143
Author: Ryan Kavanagh <ryanakca at kubuntu.org>
Date: Wed Jun 22 07:33:48 2011 -0400
Fix paste in 9.11, 13_fix_paste.diff (Closes: #631264)
---
debian/patches/13_fix_paste.diff | 20 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/debian/patches/13_fix_paste.diff b/debian/patches/13_fix_paste.diff
new file mode 100644
index 0000000..2d4e644
--- /dev/null
+++ b/debian/patches/13_fix_paste.diff
@@ -0,0 +1,20 @@
+Description: Fixes paste in rxvt-unicode 9.11
+Bugs-Debian: http://bugs.debian.org/631264
+Origin: Upstream
+Reviewed-By: Ryan Kavanagh <ryanakca at kubuntu.org>
+Last-Updated: 2011-06-22
+
+Index: pkg-urxvt/src/rxvttoolkit.C
+===================================================================
+--- pkg-urxvt.orig/src/rxvttoolkit.C 2011-06-22 07:30:33.027019240 -0400
++++ pkg-urxvt/src/rxvttoolkit.C 2011-06-22 07:30:39.739052529 -0400
+@@ -1183,8 +1183,7 @@
+
+ case SelectionNotify:
+ if (selection_wait == Sel_normal
+- && xev.xselection.time == request_time
+- && xev.xselection.property == request_prop)
++ && xev.xselection.time == request_time)
+ {
+ timer_ev.stop ();
+ handle_selection (xev.xselection.requestor, xev.xselection.property, true);
diff --git a/debian/patches/series b/debian/patches/series
index 3051529..dfb3e0d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
08_rebuild_docs.diff
11_fix_lexgrog.diff
12_hyphen_minus_sign.diff
+13_fix_paste.diff
--
Git repository for pkg-urxvt
More information about the Pkg-urxvt-maintainers
mailing list