[ubuntu/quantal] kbd 1.15.3-7ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Mon Apr 30 13:28:21 UTC 2012


kbd (1.15.3-7ubuntu1) quantal; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Add setfont, kbd_mode, and loadkeys to initramfs for console-setup.
    - Use ckbcomp to get the keyboard layout if other data files are not
      available.
    - Depend on console-setup, and remove config file; we now only support
      systems using console-setup and so it no longer serves a purpose. The
      removed config file for console-screen has changed names from
      /etc/init.d/console-screen.kbd.sh to /etc/init.d/kbd.
    - Change loadkeys to find any console not in raw mode when invoked
      without an explicit console parameter, in case the foreground console
      is in raw mode.
    - Simplify maintainer scripts for conffile removal, using new features
      in debhelper 8.1.0.
    - Build-depend on gettext:any, since we only need it to run tools at
      build-time.
    - Fix cross-building:
      + Use dh_auto_configure.
      + Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when cross-building contrib.
  * Fix some previous mismerges and tidy up Ubuntu-specific patches.

kbd (1.15.3-7) unstable; urgency=low

  * Use dpkg-buildflags to pass build options on to the configure
    script; build-depend on dpkg-dev >= 1.16.1 accordingly.
  * Set debian/compat to 8 and build-depend on debhelper >= 8.
  * Don’t depend on console-setup | console-common to break up a
    dependency loop.  The default configuration does not require any
    files from console-data (which is pulled in through console-common)
    or console-setup, so this should be a safe change.  Both packages
    are still alternatives in Recommends:.
  * Package relationship cleanup:
    - Drop minimum version from the console-data recommendation (the
      mentioned revision is from 2001).
    - Don’t Breaks:/Replaces: util-linux (relevant revisions before
      early 2001).
    - Don’t conflict with kbd-data, which hasn’t been around since
      Slink.
    - Get rid of all mentions of “open” (from the Slink era too).  This
      name is only provided by console-tools and kbd these days, which
      already conflict via console-utilities.  There also aren’t any
      dependencies on it in the archive.
  * Fix some deviations from DEP 5 in debian/copyright.
  * Rename patch openvt_error_handling to openvt and update it to not
    exit with a zero status code if there was an invocation error,
    closes: #642324.

kbd (1.15.3-6) unstable; urgency=low

  * Experimentally drop reset_vga_palette from /etc/init.d/kbd, closes:
    #637277.
  * Build for Architecture: linux-any to help clean up Not-For-Us.

kbd (1.15.3-5) unstable; urgency=low

  * Move away from topgit: Export the patches to debian/patches/ one
    last time and maintain them with quilt in the future.
  * Use the occasion to make the patch headers more DEP-3-y.
  * Add a manual page for setvtrgb(1) introduced in 1.15.3.
  * debian/copyright: List copyright holders for setvtrgb.c and set
    Format: to the frozen DEP URL.

kbd (1.15.3-4) unstable; urgency=low

  * Remove a superfluous call to wait() in openvt.c to propagate the
    exit code of the child process of “openvt -w”, closes: #630108.
  * Write and ship a manual page for the kbdinfo(1) utility introduced with
    1.15.3.

kbd (1.15.3-3) unstable; urgency=low

  * debian/rules clean: Force regeneration of loadkeys.c and
    loadkeys.analyze.c, closes: #629180, #629191.
  * Manually clean some .gmo files in po/.

kbd (1.15.3-2) unstable; urgency=low

  * New patch loadkeys_stdin, taken from upstream Git: A regression in
    the loadkeys program caused it to read no files at all, rather than
    stdin, when called without arguments.  This broke, for instance, the
    /etc/init.d/kbd script.
  * Point debian/copyright to the frozen revision of DEP 5, which is the
    one now shipped in debian-policy.

kbd (1.15.3-1) unstable; urgency=low

  * New upstream release.
    - Drop the compose_as_usual patch (merged upstream).
    - Includes Dustin Kirkland’s setvtrgb utility, closes: #617416; and
      kbdinfo, vaguely based on Julien Cristau’s VT mode query code,
      closes: #618573.
    - Reflect changes to the build system in debian/rules.
    - Spanish translations had to be dropped due to problems with the
      es.po file.
  * Upgrade Standards-Version to 3.9.2, no changes needed.
  * Point Vcs-* to anonscm.debian.org.

Date: Fri, 27 Apr 2012 16:52:36 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/kbd/1.15.3-7ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 27 Apr 2012 16:52:36 +0100
Source: kbd
Binary: kbd kbd-udeb
Architecture: source
Version: 1.15.3-7ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 kbd        - Linux console font and keytable utilities
 kbd-udeb   - Linux console keyboard setup utilities (udeb)
Closes: 617416 618573 629180 629191 630108 637277 642324
Changes: 
 kbd (1.15.3-7ubuntu1) quantal; urgency=low
 .
   * Resynchronise with Debian.  Remaining changes:
     - Add setfont, kbd_mode, and loadkeys to initramfs for console-setup.
     - Use ckbcomp to get the keyboard layout if other data files are not
       available.
     - Depend on console-setup, and remove config file; we now only support
       systems using console-setup and so it no longer serves a purpose. The
       removed config file for console-screen has changed names from
       /etc/init.d/console-screen.kbd.sh to /etc/init.d/kbd.
     - Change loadkeys to find any console not in raw mode when invoked
       without an explicit console parameter, in case the foreground console
       is in raw mode.
     - Simplify maintainer scripts for conffile removal, using new features
       in debhelper 8.1.0.
     - Build-depend on gettext:any, since we only need it to run tools at
       build-time.
     - Fix cross-building:
       + Use dh_auto_configure.
       + Pass CC=$(DEB_HOST_GNU_TYPE)-gcc when cross-building contrib.
   * Fix some previous mismerges and tidy up Ubuntu-specific patches.
 .
 kbd (1.15.3-7) unstable; urgency=low
 .
   * Use dpkg-buildflags to pass build options on to the configure
     script; build-depend on dpkg-dev >= 1.16.1 accordingly.
   * Set debian/compat to 8 and build-depend on debhelper >= 8.
   * Don’t depend on console-setup | console-common to break up a
     dependency loop.  The default configuration does not require any
     files from console-data (which is pulled in through console-common)
     or console-setup, so this should be a safe change.  Both packages
     are still alternatives in Recommends:.
   * Package relationship cleanup:
     - Drop minimum version from the console-data recommendation (the
       mentioned revision is from 2001).
     - Don’t Breaks:/Replaces: util-linux (relevant revisions before
       early 2001).
     - Don’t conflict with kbd-data, which hasn’t been around since
       Slink.
     - Get rid of all mentions of “open” (from the Slink era too).  This
       name is only provided by console-tools and kbd these days, which
       already conflict via console-utilities.  There also aren’t any
       dependencies on it in the archive.
   * Fix some deviations from DEP 5 in debian/copyright.
   * Rename patch openvt_error_handling to openvt and update it to not
     exit with a zero status code if there was an invocation error,
     closes: #642324.
 .
 kbd (1.15.3-6) unstable; urgency=low
 .
   * Experimentally drop reset_vga_palette from /etc/init.d/kbd, closes:
     #637277.
   * Build for Architecture: linux-any to help clean up Not-For-Us.
 .
 kbd (1.15.3-5) unstable; urgency=low
 .
   * Move away from topgit: Export the patches to debian/patches/ one
     last time and maintain them with quilt in the future.
   * Use the occasion to make the patch headers more DEP-3-y.
   * Add a manual page for setvtrgb(1) introduced in 1.15.3.
   * debian/copyright: List copyright holders for setvtrgb.c and set
     Format: to the frozen DEP URL.
 .
 kbd (1.15.3-4) unstable; urgency=low
 .
   * Remove a superfluous call to wait() in openvt.c to propagate the
     exit code of the child process of “openvt -w”, closes: #630108.
   * Write and ship a manual page for the kbdinfo(1) utility introduced with
     1.15.3.
 .
 kbd (1.15.3-3) unstable; urgency=low
 .
   * debian/rules clean: Force regeneration of loadkeys.c and
     loadkeys.analyze.c, closes: #629180, #629191.
   * Manually clean some .gmo files in po/.
 .
 kbd (1.15.3-2) unstable; urgency=low
 .
   * New patch loadkeys_stdin, taken from upstream Git: A regression in
     the loadkeys program caused it to read no files at all, rather than
     stdin, when called without arguments.  This broke, for instance, the
     /etc/init.d/kbd script.
   * Point debian/copyright to the frozen revision of DEP 5, which is the
     one now shipped in debian-policy.
 .
 kbd (1.15.3-1) unstable; urgency=low
 .
   * New upstream release.
     - Drop the compose_as_usual patch (merged upstream).
     - Includes Dustin Kirkland’s setvtrgb utility, closes: #617416; and
       kbdinfo, vaguely based on Julien Cristau’s VT mode query code,
       closes: #618573.
     - Reflect changes to the build system in debian/rules.
     - Spanish translations had to be dropped due to problems with the
       es.po file.
   * Upgrade Standards-Version to 3.9.2, no changes needed.
   * Point Vcs-* to anonscm.debian.org.
Checksums-Sha1: 
 9ec1795700686e0f2a09d467dc661da992b4b9ff 2175 kbd_1.15.3-7ubuntu1.dsc
 1da0c02cb802d2e68b34b1ba68839929b4255cde 1659867 kbd_1.15.3.orig.tar.gz
 295ea8b2050bf6a5c8e5384ce301484a6378b4d3 36113 kbd_1.15.3-7ubuntu1.debian.tar.gz
Checksums-Sha256: 
 7bf08cf455d3957e4d28251f04ab5624fae5e8a6f50daefa1de45241adb94285 2175 kbd_1.15.3-7ubuntu1.dsc
 86505713c3bb81b1517203c5bd1ad8ffacf90ef211214ee26d12ea1ed21194ed 1659867 kbd_1.15.3.orig.tar.gz
 04978dafde0a599864814bc627d8791ecae04f2045ce7a29e805b60a5a6ace00 36113 kbd_1.15.3-7ubuntu1.debian.tar.gz
Files: 
 7ee376d5652c1305777725181aa6ee10 2175 utils optional kbd_1.15.3-7ubuntu1.dsc
 8143e179a0f3c25646ce5085e8777200 1659867 utils optional kbd_1.15.3.orig.tar.gz
 e4d6cc0e82fa72a32c5b7ea69414d15c 36113 utils optional kbd_1.15.3-7ubuntu1.debian.tar.gz
Original-Maintainer: Console utilities maintainers <pkg-kbd-devel at lists.alioth.debian.org>


More information about the Quantal-changes mailing list