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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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:
 
1
console-setup (1.72) unstable; urgency=low
 
2
 
 
3
  * README: /etc/getty=>/etc/gettytab
 
4
  * debian/*.init: source /etc/default/locale to permit autodetection of
 
5
    the charmap when console-setup-mini operates without configuration
 
6
    file.
 
7
  * debian/*.init: do not test whether we are on the console, there are
 
8
    better tests inside setupcon.
 
9
  * setupcon: do not expect the existence of 'tty' (if /usr is not mounted
 
10
    'tty' will be unavailable).  Thanks to Sven Joachim, closes: #619462.
 
11
  * README.Debian: console-setup-mini no longer installs only a minimal
 
12
    set of fonts.  Without configuration file no font will be loaded.
 
13
  * A little Lintian cleaning:
 
14
    - copyright: add the required reference to common-licenses;
 
15
    - restore the separate copyright file for bdf2psf;
 
16
    - versioned build dependency on debhelper (>=7.2.3~) for dh_bugfiles;
 
17
    - standards version 3.9.1;
 
18
    - use dh_lintian to install the override file.
 
19
  * setupcon: new options --save-keyboard and --setup-dir.  Keep them
 
20
    undocumented for now.
 
21
  * setupcon: some bug fixing:
 
22
    - the function findfile wouldn't work when setupcon is not run from
 
23
      /bin or /usr/local/bin, but from a non-standard location;
 
24
    - when working with incomplete information and guessing the font name,
 
25
      use [A-WXYZa-wyz] as file pattern for fonts instead of [A-Za-z] (we do
 
26
      not want 'x' and in some locales [A-Z] includes 'x').
 
27
  * Use all-permissive, non-copyleft license for setupcon and ckbcomp-mini.
 
28
 
 
29
 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 29 Mar 2011 12:06:14 +0300
 
30
 
1
31
console-setup (1.71) unstable; urgency=low
2
32
 
3
33
  [ Anton Zinoviev ]