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

« back to all changes in this revision

Viewing changes to debian/bdf2psf.copyright

  • 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
Everything in this binary package is
 
2
 
 
3
Copyright (C) 2006,2009,2010,2011 Anton Zinoviev <zinoviev@debian.org>
 
4
Contains code from the bdftopsf.pl utility (Terminus font suite)
 
5
Copyright (C) 2004 Dimitar Toshkov Zhekov
 
6
 
 
7
"bdf2psf" is free software; you can redistribute it and/or modify it
 
8
under the terms of the GNU General Public License as published by the
 
9
Free Software Foundation; either version 2 dated June, 1991 or (at
 
10
your option) any later version.
 
11
 
 
12
"bdf2psf" is distributed in the hope that it will be useful, but
 
13
WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15
General Public License for more details.
 
16
 
 
17
You should have received a copy of the GNU General Public License
 
18
along with "bdf2psf"; if not, write to the Free Software Foundation,
 
19
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
20
 
 
21
On Debian GNU/Linux systems, the complete text of the GNU General
 
22
Public License can be found in `/usr/share/common-licenses/GPL'.
 
23
 
 
24
The source package of this binary package is console-setup.  The
 
25
source package contains files that have different copyright from the
 
26
cited here but these files are not related to the contents of bdf2psf
 
27
in any way.