1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
Source: rxvt-unicode
Section: x11
Priority: optional
Maintainer: Ryan Kavanagh <rak@debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Build-Depends: chrpath,
debhelper-compat (= 13),
groff-base,
libev-dev,
libgtk2.0-dev,
libperl-dev,
libpod-parser-perl,
libstartup-notification0-dev,
libx11-dev,
libxft-dev (>= 2.1.8.2-5.1),
libxpm-dev,
libxrender-dev,
libxt-dev,
xutils-dev,
Rules-Requires-Root: binary-targets
Standards-Version: 4.5.0
Homepage: http://software.schmorp.de/pkg/rxvt-unicode.html
Vcs-Git: https://salsa.debian.org/debian/rxvt-unicode.git -b debian/sid
Vcs-Browser: https://salsa.debian.org/debian/rxvt-unicode
Package: rxvt-unicode
Architecture: any
Breaks: aterm (<< 1.0.1dummy),
aterm-ml (<< 1.0.1dummy),
rxvt (<< 1:2.7.10-7.1~),
rxvt-ml (<< 1:2.7.10-7.1~),
Conflicts: rxvt-unicode-256color (<< 9.22-2),
rxvt-unicode-lite (<< 9.22-2),
Depends: base-passwd (>= 2.0.3.4),
ncurses-base (>= 6.1+20180210-4) | ncurses-term (>= 5.8-1),
${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Provides: aterm,
rxvt,
x-terminal-emulator,
Recommends: fonts-dejavu,
fonts-vlgothic | fonts-japanese-gothic,
Replaces: aterm (<< 1.0.1dummy),
aterm-ml (<< 1.0.1dummy),
rxvt (<< 1:2.7.10-7.1~),
rxvt-ml (<< 1:2.7.10-7.1~),
rxvt-unicode-256color (<< 9.22-2),
rxvt-unicode-lite (<< 9.22-2),
Suggests: sensible-utils,
Description: RXVT-like terminal emulator with Unicode and 256-color support
rxvt-unicode is a modern, Unicode-aware color xterm replacement that uses
significantly less memory than a conventional xterm and many other Unicode
supporting terminal emulators.
.
It supports using multiple fonts at the same time, including Xft fonts, and
client-server technology to reduce memory consumption when using multiple
windows.
.
This package is configured with 256-color support, and TERM set to
"rxvt-unicode-256color". Any other systems you log into must have this
terminfo entry installed!
Package: aterm
Architecture: all
Breaks: aterm-ml (<< 1.0.1dummy),
Depends: rxvt-unicode (>= 9.22-2),
${misc:Depends},
Replaces: aterm-ml (<< 1.0.1dummy),
Section: oldlibs
Description: dummy transitional package for rxvt-unicode
Aterm was a fork of rxvt; its changes have long since been merged into
rxvt-unicode. This is a dummy transitional package; once you've migrated
your session startup to not call /usr/bin/aterm anymore, it can be safely
removed.
Package: aterm-ml
Architecture: all
Depends: aterm (>= 1.0.1dummy),
rxvt-unicode (>= 9.22-2),
${misc:Depends},
Section: oldlibs
Description: dummy transitional package for rxvt-unicode
Aterm was a fork of rxvt; its changes have long since been merged into
rxvt-unicode. This is a dummy transitional package; once you've migrated
your session startup to not call /usr/bin/?aterm anymore, it can be safely
removed.
Package: rxvt
Architecture: all
Depends: rxvt-unicode (>= 9.22-2),
${misc:Depends},
Section: oldlibs
Description: dummy transitional package for rxvt-unicode
This is a dummy transitional package transitioning rxvt to rxvt-unicode.
Once you've migrated your session startup to not call /usr/bin/rxvt-*, it can
be safely removed.
Package: rxvt-ml
Architecture: all
Depends: rxvt-unicode (>= 9.22-2),
${misc:Depends},
Section: oldlibs
Description: dummy transitional package for rxvt-unicode
This is a dummy transitional package transitioning rxvt-ml to rxvt-unicode.
Once you've migrated your session startup to not call /usr/bin/?rxvt* anymore,
it can be safely removed.
Package: rxvt-unicode-256color
Architecture: all
Conflicts: rxvt-unicode (<< 9.22-2),
Depends: rxvt-unicode (>= 9.22-2),
${misc:Depends},
Section: oldlibs
Description: dummy transitional package for rxvt-unicode
This is a dummy transitional package transitioning rxvt-unicode-256color to
rxvt-unicode. It can safely be removed.
Package: rxvt-unicode-lite
Architecture: all
Conflicts: rxvt-unicode (<< 9.22-2),
Depends: rxvt-unicode (>= 9.22-2),
${misc:Depends},
Section: oldlibs
Description: dummy transitional package for rxvt-unicode
This is a dummy transitional package transitioning rxvt-unicode-lite to
rxvt-unicode. It can safely be removed.
|