[Pkg-urxvt-maintainers] [SCM] Git repository for pkg-urxvt branch, master, updated. debian/9.22-1-1-gf900dd8

Ryan Kavanagh rak at moszumanska.debian.org
Mon Oct 16 15:16:06 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde//srv/git.debian.org/git/pkg-urxvt/pkg-urxvt.git;a=commitdiff;h=f900dd8

The following commit has been merged in the master branch:
commit f900dd8193f8cd6d908347db19c5ae66f9bfe61e
Author: Ryan Kavanagh <rak at debian.org>
Date:   Mon Oct 16 11:06:53 2017 -0400

    Better document modifiers, 13_document_modifiers.diff (Closes: #839769)
---
 debian/patches/13_document_modifiers.diff | 41 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 42 insertions(+)

diff --git a/debian/patches/13_document_modifiers.diff b/debian/patches/13_document_modifiers.diff
new file mode 100644
index 0000000..76548ba
--- /dev/null
+++ b/debian/patches/13_document_modifiers.diff
@@ -0,0 +1,41 @@
+Description: Better document modifiers
+Author: Emanuele Giaquinta
+Origin: upstream, https://github.com/exg/rxvt-unicode/commit/b881e3714ba253d08dc1b900d9333b73759db126
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839769
+Last-Update: 2017-10-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: rxvt-unicode/doc/rxvt.1.pod
+===================================================================
+--- rxvt-unicode.orig/doc/rxvt.1.pod	2017-10-16 11:03:33.669407628 -0400
++++ rxvt-unicode/doc/rxvt.1.pod	2017-10-16 11:03:33.629407435 -0400
+@@ -1081,10 +1081,25 @@
+ 
+    (modifiers-)key
+ 
+-Where I<modifiers> can be any combination of B<ISOLevel3>, B<AppKeypad>,
+-B<Control>, B<NumLock>, B<Shift>, B<Meta>, B<Lock>, B<Mod1>, B<Mod2>,
+-B<Mod3>, B<Mod4>, B<Mod5>, and the abbreviated B<I>, B<K>, B<C>, B<N>,
+-B<S>, B<M>, B<A>, B<L>, B<1>, B<2>, B<3>, B<4>, B<5>.
++Where I<modifiers> can be any combination of the following full or
++abbreviated modifier names:
++
++=begin table
++
++	B<ISOLevel3>	B<I>
++	B<AppKeypad>	B<K>
++	B<Control>	B<C>
++	B<NumLock>	B<N>
++	B<Shift>	B<S>
++	B<Meta>	B<M> B<A>
++	B<Lock>	B<L>
++	B<Mod1>	B<1>
++	B<Mod2>	B<2>
++	B<Mod3>	B<3>
++	B<Mod4>	B<4>
++	B<Mod5>	B<5>
++
++=end table
+ 
+ The B<NumLock>, B<Meta> and B<ISOLevel3> modifiers are usually aliased to
+ whatever modifier the NumLock key, Meta/Alt keys or ISO Level3 Shift/AltGr
diff --git a/debian/patches/series b/debian/patches/series
index a4039d8..fdbdeb3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 07_rgb_location.diff
 11_fix_lexgrog.diff
 12_hyphen_minus_sign.diff
+13_document_modifiers.diff

-- 
Git repository for pkg-urxvt



More information about the Pkg-urxvt-maintainers mailing list