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

« back to all changes in this revision

Viewing changes to debian/rules

  • 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:
110
110
                usr/share/console-setup/
111
111
        dh_install -pkeyboard-configuration Keyboard/kbdnames-maker \
112
112
                usr/share/console-setup/
113
 
        dh_install -pkeyboard-configuration debian/lintian.overrides \
114
 
                usr/share/lintian/overrides/keyboard-configuration
115
113
        dh_link -pkeyboard-configuration usr/share/X11/xkb/rules/xorg.lst \
116
114
                usr/share/doc/keyboard-configuration/xorg.lst
117
115
        dh_installinit -pkeyboard-configuration \
217
215
        dh_testdir
218
216
        dh_testroot
219
217
        dh_installdebconf
220
 
        dh_installdocs -pkeyboard-configuration FAQ copyright.fonts
 
218
        dh_installdocs -pkeyboard-configuration \
 
219
                FAQ copyright.fonts copyright.xkb
221
220
        dh_installdocs -p console-setup-linux --link-doc=keyboard-configuration
222
221
        dh_installdocs -pconsole-setup-freebsd --link-doc=keyboard-configuration
223
222
        dh_installdocs -p console-setup-mini --link-doc=keyboard-configuration
224
223
        dh_installdocs -p console-setup --link-doc=keyboard-configuration
 
224
        dh_lintian
225
225
        dh_bugfiles
226
226
        dh_installman
227
227
        dh_installchangelogs