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
|
Source: rxvt-unicode
Section: x11
Priority: optional
Maintainer: Ryan Kavanagh <rak@debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper (>= 11),
libxt-dev,
libxrender-dev,
libx11-dev,
libxpm-dev,
groff-base,
xutils-dev,
libxft-dev (>= 2.1.8.2-5.1),
chrpath,
libperl-dev,
libev-dev,
libstartup-notification0-dev,
libgtk2.0-dev
Rules-Requires-Root: binary-targets
Standards-Version: 4.3.0
Homepage: http://software.schmorp.de/pkg/rxvt-unicode.html
Vcs-Git: https://salsa.debian.org/debian/rxvt-unicode.git -b debian/buster
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: ${shlibs:Depends}, ${misc:Depends}
, base-passwd (>= 2.0.3.4)
, ncurses-base (>= 6.1+20180210-4) | ncurses-term (>= 5.8-1)
Multi-Arch: foreign
Provides: x-terminal-emulator, aterm, rxvt
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: rxvt-unicode (>= 9.22-2), aterm (>= 1.0.1dummy), ${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.
|