~eugenenuke/ubuntu/wily/console-setup/fix-for-1565542

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Anton Zinoviev
  • Date: 2011-03-29 12:06:14 UTC
  • mto: This revision was merged to the branch mainline in revision 125.
  • Revision ID: james.westby@ubuntu.com-20110329120614-nucwnqqg7rz88508
Tags: 1.72
* README: /etc/getty=>/etc/gettytab
* debian/*.init: source /etc/default/locale to permit autodetection of
  the charmap when console-setup-mini operates without configuration
  file.
* debian/*.init: do not test whether we are on the console, there are
  better tests inside setupcon.
* setupcon: do not expect the existence of 'tty' (if /usr is not mounted
  'tty' will be unavailable).  Thanks to Sven Joachim, closes: #619462.
* README.Debian: console-setup-mini no longer installs only a minimal
  set of fonts.  Without configuration file no font will be loaded.
* A little Lintian cleaning:
  - copyright: add the required reference to common-licenses;
  - restore the separate copyright file for bdf2psf;
  - versioned build dependency on debhelper (>=7.2.3~) for dh_bugfiles;
  - standards version 3.9.1;
  - use dh_lintian to install the override file.
* setupcon: new options --save-keyboard and --setup-dir.  Keep them
  undocumented for now.
* setupcon: some bug fixing:
  - the function findfile wouldn't work when setupcon is not run from
    /bin or /usr/local/bin, but from a non-standard location;
  - when working with incomplete information and guessing the font name,
    use [A-WXYZa-wyz] as file pattern for fonts instead of [A-Za-z] (we do
    not want 'x' and in some locales [A-Z] includes 'x').
* Use all-permissive, non-copyleft license for setupcon and ckbcomp-mini.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
and can not be used on the console.  It only means you have to edit
19
19
the configuration files by hand.
20
20
 
21
 
Consult the manual pages keyboard(5), console-setup(5) and
22
 
setupcon(1). 
 
21
Consult the manual pages keyboard(5), console-setup(5) and setupcon(1). 
23
22
 
24
23
 
25
24
DEBIAN PACKAGES 
34
33
   configuration file /etc/default/console-setup.
35
34
 
36
35
console-setup-mini
37
 
   This is a limited micro version of console-setup.  It installs only
38
 
   a minimal set of fonts.  It doesn't create a file
 
36
   This is a limited version of console-setup.  It doesn't create a file
39
37
   /etc/default/console-setup but it will use such a file if it exists.
40
 
 
41
 
 
42
 
 -- Anton Zinoviev <zinoviev@debian.org>, Thu, 17 Mar 2011 22:23:18 +0200
 
38
   Notice that if /etc/default/console-setup doesn't exist, then no
 
39
   font will be loaded so some non-ASCII symbols will not display
 
40
   correctly.  However, Unicode/non-Unicode mode and the charmap will
 
41
   still be configured according to the current locale.
 
42
 
 
43
 -- Anton Zinoviev <zinoviev@debian.org>, Mon, 28 Mar 2011 22:14:16 +0300