Package: rxvt-unicode / 9.22-11

Metadata

Package Version Patches format
rxvt-unicode 9.22-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_app defaults.diff | (download)

src/rxvttoolkit.C | 12 7 5 - 0 !
1 file changed, 7 insertions( ), 5 deletions(-)

 load system-wide application defaults from /etc/x11/app-defaults
 Section 11.8.6 of the Debian policy requires all application defaults to be
 stored under /etc/X11/app-defaults. 
02_use_dejavu.diff | (download)

src/rxvtfont.C | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 use dejavu instead of bitstream vera
 ttf-bitstream-vera was removed from the archive in favor of fonts-dejavu.
 Update rxvt-unicode accordingly.
 .
 Not forwarding upstream since this is an esthetic change.
07_rgb_location.diff | (download)

doc/rxvt.1.pod | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 set correct path to file with color names in manpage
11_fix_lexgrog.diff | (download)

doc/rxvt.1.pod | 2 1 1 - 0 !
doc/rxvt.7.pod | 2 1 1 - 0 !
src/perl/selection-popup | 2 1 1 - 0 !
3 files changed, 3 insertions( ), 3 deletions(-)

 fix malformed whatis entries
 lexgrog cannot parse names containing whitespace, quoting lexgrog(1):
 .
   Names  containing  whitespace will be ignored to avoid pathological
   behaviour on certain ill-formed NAME sections.
 .
 This will fix the "manpage-has-bad-whatis-entry" lintian warnings and will let
 us have whatis entries.
12_hyphen_minus_sign.diff | (download)

doc/rxvt.7.pod | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 don't use hyphens as minus signs
 Tell pod not to change - into a hyphen by wrapping it in C<>; see
 perlpodspec for details.
13_document_modifiers.diff | (download)

doc/rxvt.1.pod | 23 19 4 - 0 !
1 file changed, 19 insertions( ), 4 deletions(-)

 better document modifiers
14_install_urxvt font size.diff | (download)

src/Makefile.in | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 install urxvt-font-size extension
16_no_terminfo.diff | (download)

doc/Makefile.in | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

 don't install the terminfo entry
17_unsafe_man.diff | (download)

doc/rxvt.7.pod | 6 4 2 - 0 !
1 file changed, 4 insertions( ), 2 deletions(-)

 fix insecure temporary file handling and terminfo documentation
 Be careful in the use of temporary files in the documentation to prevent
 symlink attacks. Also document how to install the rxvt-unicode-256color
 terminfo entry used by this Debian package.
18_expand_urxvt tabbed.1.diff | (download)

src/Makefile.in | 7 6 1 - 0 !
1 file changed, 6 insertions( ), 1 deletion(-)

 expand macros in perl manpages
 Based off of doc/Makefile.in
19_sigsegv_perl_environ.diff | (download)

src/rxvtperl.h | 2 2 0 - 0 !
src/rxvtperl.xs | 4 4 0 - 0 !
2 files changed, 6 insertions( )

 fix segfault on exit
20_disable_escape_sequence.diff | (download)

src/command.C | 2 2 0 - 0 !
1 file changed, 2 insertions( )

 disable esc g q escape sequence