~ubuntu-branches/ubuntu/vivid/console-tools/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-06-24 12:31:11 UTC
  • mfrom: (2.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20130624123111-tbba00l223akvc0m
Tags: 1:0.2.3dbs-70ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - debian/conffiles.d/config: Fix typo: "latcyrheb=sun16" =>
    "latarcyrheb-sun16".
  - Do not make /etc/console-tools/config a conffile, since it is modified
    by the installer and causes dpkg questions on upgrades.
  - 951_fix_unicode_loadkeys_capslock.patch: When loading unicode key
    maps, apply KT_LETTER to values in the range a-z or A-Z rather than
    KT_LATIN. This seems to be necessary to make Caps Lock work properly.
  - 999_ubuntu_unicode.patch: Make unicode_{start,stop} attempt to
    start/stop unicode on all the VCs listed in /etc/inittab if we detect
    that we're running from init.
  - Move console-screen.sh to rcS/S90.
  - 220_unimap_vts.patch: Linux 2.6.1 fixed the GIO_UNIMAP, PIO_UNIMAP,
    and PIO_UNIMAPCLR ioctls to be per-VT rather than always using the
    current foreground console. If we're running on Linux 2.6.1 or newer,
    suppress the VT switch.
  - debian/console-screen.sh: Don't run if setupcon (from console-setup)
    is present or if usplash is running.
  - Add console-tools-udeb and libconsole-udeb packages needed for
    console-setup.
  - 999_ubuntu_getfd.patch: Make get_console_fd try to open
    /proc/self/fd/0, so that kbd_mode can be used to query or modify any
    tty by running kbd_mode < /dev/ttyN.
  - Move kbd_mode to /bin so that it can be used before /usr is mounted.
  - Add consolechars, kbd_mode, and loadkeys to initramfs for
    console-setup.
  - 999_ubuntu_loadkeys_console-setup.patch: Use ckbcomp to get the
    keyboard layout if other data files are not available.
  - 999_ubuntu_vt-is-UTF8_manpage.patch: Fix manpage to properly document
    the --quiet option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: console-tools
2
 
Section: base
3
 
Priority: optional
4
 
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
2
Section: utils
 
3
Priority: extra
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
6
 
Build-Depends: dbs, debhelper (>= 5), linuxdoc-tools, groff, flex | flex-old, gettext, bison, libtool
7
 
Standards-Version: 3.7.2
 
6
Build-Depends: dbs, debhelper (>= 7), linuxdoc-tools, groff, flex | flex-old, gettext, bison, libtool
 
7
Standards-Version: 3.9.1
8
8
 
9
9
Package: console-tools
10
 
Section: utils
11
10
Architecture: any
12
11
Depends: ${shlibs:Depends}, ${misc:Depends},  debconf | debconf-2.0,  lsb-base (>= 3.0-10)
13
12
Recommends: console-setup | console-data (>= 2002.12.04dbs-1), console-setup | console-common
32
31
Package: libconsole
33
32
Section: libs
34
33
Architecture: any
 
34
Priority: optional
35
35
Depends: ${shlibs:Depends}, ${misc:Depends}
36
36
Conflicts: console-tools-libs
37
37
Description: Shared libraries for Linux console and font manipulation
43
43
Section: devel
44
44
Priority: optional
45
45
Architecture: any
46
 
Depends: libconsole (= ${binary:Version})
 
46
Depends: libconsole (= ${binary:Version}), ${misc:Depends}
47
47
Description: Development files for Linux console and font manipulation
48
48
 This package includes the libconsole and libcfont headers and static
49
49
 libraries.
52
52
 subject from time to time to incompatible changes.
53
53
 
54
54
Package: kbd-compat
55
 
Section: utils
56
55
Priority: optional
57
56
Architecture: all
58
 
Depends: console-tools (>= ${source:Version}), libconsole
 
57
Depends: console-tools (>= ${binary:Version}), libconsole (>= ${binary:Version}), ${misc:Depends}
59
58
Replaces: kbd
60
59
Conflicts: kbd
61
60
Provides: kbd