[ubuntu/raring-proposed] kmod 9-2ubuntu1 (Accepted)

Adam Conrad adconrad at ubuntu.com
Sun Oct 28 17:22:51 UTC 2012


kmod (9-2ubuntu1) raring; urgency=low

  * Sync with Debian unstable; remaining Ubuntu changes:
    - Ubuntu-specific depmod.d and modprobe.d contents.
    - Mark module-init-tools Multi-Arch: foreign.
    - Don't install Debian's extra/aliases.conf file.
    - Install upstart job instead of the sysvinit script.

kmod (9-2) unstable; urgency=low

  * Backported upstream fixes to make modprobe work like in module-init-tools
    and not load a blacklisted module even if modprobe is invoked with one of
    its aliases.
  * Report an error when some .bin files do not exist. (Closes: #684901)
  * Really build the udeb with -Os -fomit-frame-pointer.

kmod (9-1ubuntu1) quantal; urgency=low

  * Initial sync with debian 9-1, remaining (module-init-tools) changes:
    - Ubuntu specific depmod.d and modprobe.d contents.

kmod (9-1) unstable; urgency=medium

  * New upstream release.

kmod (8-2) unstable; urgency=medium

  * Implemented systemd-compatible processing of modules-load.d directories,
    courtesy of Josh Triplett. (Closes: #672960)
  * Properly fix kmod on ia64 with backported patch commit-d30319e.

kmod (8-1) unstable; urgency=medium

  * New upstream release. Fixes:
    + An unclear error message. (Closes: #668216)
  * Moved libkmod.pc to the multiarch directory. (Closes: #670005)
  * Do not warn about a missing modules.builtin file for kernel versions
    < 2.6.33. (Closes: #670965)
  * Removed patch work_around_linking_issues, which is properly fixed by
    upstream patch commit-9625375.
  * Made the init script exit without processing /etc/modules if the
    /etc/modules-load.d/modules.conf symlink exists.

kmod (6-2) unstable; urgency=low

  * Applied a few upstream changesets to fix:
    + depmod correctly processing a kernel versions different from the
      running one. (Closes: #662891)
    + modprobe -q still too much verbose. (Closes: #662822)
    + modprobe -r removing only the first argument. (Closes: #662984)
  * Restored the code from the old module-init-tools package which deletes
    obsolete conffiles. Abort upgrading from releases older than lenny.
    (Closes: #663159)

kmod (6-1.1) unstable; urgency=low

  * Non-maintainer upload with maintainer approval.
  * Work around FTBFS on ia64 (probable toolchain bug) due to undefined
    references to kmod_log when linking tools/kmod: Add libkmod-private.la
    to kmod's LDADD variable to ensure that linking happens properly.
    + Patch: work_around_linking_issues; tested on merulo.

kmod (6-1) unstable; urgency=low

  * New upstream release. Fixes:
    + Documented the modprobe.blacklist parameter. (Closes: #630338)

kmod (5-2) experimental; urgency=high

  * Added patch check_if_exists to fix loops caused by install directives.
    (Closes: #659838)

kmod (5-1) experimental; urgency=low

  * New upstream release. (Closes: #659195)

kmod (3-1) experimental; urgency=low

  * Initial release. (Closes: #652284)
  * When replacing module-init-tools:
    - /etc/modules is preserved
    - /etc/modprobe.d/aliases.conf is deleted if unmodified, otherwise it
      is renamed to aliases-m-i-t.conf and will be used by kmod
    - /etc/init.d/module-init-tools is deleted if unmodified, otherwise it
      is renamed to /etc/init.d/module-init-tools.dpkg-bak

Date: Fri, 21 Sep 2012 16:05:32 -0600
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/kmod/9-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 21 Sep 2012 16:05:32 -0600
Source: kmod
Binary: kmod module-init-tools libkmod2 libkmod-dev libkmod2-udeb
Architecture: source
Version: 9-2ubuntu1
Distribution: raring
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Description: 
 kmod       - tools for managing Linux kernel modules
 libkmod-dev - libkmod development files
 libkmod2   - libkmod shared library
 libkmod2-udeb - libkmod shared library (udeb)
 module-init-tools - transitional dummy package (module-init-tools to kmod)
Closes: 630338 652284 659195 659838 662822 662891 662984 663159 668216 670005 670965 672960 684901
Changes: 
 kmod (9-2ubuntu1) raring; urgency=low
 .
   * Sync with Debian unstable; remaining Ubuntu changes:
     - Ubuntu-specific depmod.d and modprobe.d contents.
     - Mark module-init-tools Multi-Arch: foreign.
     - Don't install Debian's extra/aliases.conf file.
     - Install upstart job instead of the sysvinit script.
 .
 kmod (9-2) unstable; urgency=low
 .
   * Backported upstream fixes to make modprobe work like in module-init-tools
     and not load a blacklisted module even if modprobe is invoked with one of
     its aliases.
   * Report an error when some .bin files do not exist. (Closes: #684901)
   * Really build the udeb with -Os -fomit-frame-pointer.
 .
 kmod (9-1ubuntu1) quantal; urgency=low
 .
   * Initial sync with debian 9-1, remaining (module-init-tools) changes:
     - Ubuntu specific depmod.d and modprobe.d contents.
 .
 kmod (9-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 kmod (8-2) unstable; urgency=medium
 .
   * Implemented systemd-compatible processing of modules-load.d directories,
     courtesy of Josh Triplett. (Closes: #672960)
   * Properly fix kmod on ia64 with backported patch commit-d30319e.
 .
 kmod (8-1) unstable; urgency=medium
 .
   * New upstream release. Fixes:
     + An unclear error message. (Closes: #668216)
   * Moved libkmod.pc to the multiarch directory. (Closes: #670005)
   * Do not warn about a missing modules.builtin file for kernel versions
     < 2.6.33. (Closes: #670965)
   * Removed patch work_around_linking_issues, which is properly fixed by
     upstream patch commit-9625375.
   * Made the init script exit without processing /etc/modules if the
     /etc/modules-load.d/modules.conf symlink exists.
 .
 kmod (6-2) unstable; urgency=low
 .
   * Applied a few upstream changesets to fix:
     + depmod correctly processing a kernel versions different from the
       running one. (Closes: #662891)
     + modprobe -q still too much verbose. (Closes: #662822)
     + modprobe -r removing only the first argument. (Closes: #662984)
   * Restored the code from the old module-init-tools package which deletes
     obsolete conffiles. Abort upgrading from releases older than lenny.
     (Closes: #663159)
 .
 kmod (6-1.1) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer approval.
   * Work around FTBFS on ia64 (probable toolchain bug) due to undefined
     references to kmod_log when linking tools/kmod: Add libkmod-private.la
     to kmod's LDADD variable to ensure that linking happens properly.
     + Patch: work_around_linking_issues; tested on merulo.
 .
 kmod (6-1) unstable; urgency=low
 .
   * New upstream release. Fixes:
     + Documented the modprobe.blacklist parameter. (Closes: #630338)
 .
 kmod (5-2) experimental; urgency=high
 .
   * Added patch check_if_exists to fix loops caused by install directives.
     (Closes: #659838)
 .
 kmod (5-1) experimental; urgency=low
 .
   * New upstream release. (Closes: #659195)
 .
 kmod (3-1) experimental; urgency=low
 .
   * Initial release. (Closes: #652284)
   * When replacing module-init-tools:
     - /etc/modules is preserved
     - /etc/modprobe.d/aliases.conf is deleted if unmodified, otherwise it
       is renamed to aliases-m-i-t.conf and will be used by kmod
     - /etc/init.d/module-init-tools is deleted if unmodified, otherwise it
       is renamed to /etc/init.d/module-init-tools.dpkg-bak
Checksums-Sha1: 
 f852c6e603fbab4b9c3451499e61294aa6ea6a42 1288 kmod_9-2ubuntu1.dsc
 da459d3c0b6fd20176dfbb85dd06a81b11635fa6 1122668 kmod_9.orig.tar.xz
 c622a6079a631d48e381600562f18649fc444c8f 13837 kmod_9-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 52ce40ae3ca17f0244664129838fbb922225f66f6d3248bd91bddccfca66974b 1288 kmod_9-2ubuntu1.dsc
 0607267cb62dbc9009d0719f442a56f97f64d9983e20dbcaedfff9073abdcecf 1122668 kmod_9.orig.tar.xz
 ed73f86bc5eb90b6bd80aae2c52c40d38e052da77b4f86e3b2a2fd7858df372f 13837 kmod_9-2ubuntu1.debian.tar.gz
Files: 
 37e467a415bdae25ce081bd05ad9d484 1288 admin important kmod_9-2ubuntu1.dsc
 c8ae2d2694fbca2b28e238b30543a0cd 1122668 admin important kmod_9.orig.tar.xz
 e13ee8abaf07aa6f75987c900215d3e4 13837 admin important kmod_9-2ubuntu1.debian.tar.gz
Original-Maintainer: Marco d'Itri <md at linux.it>


More information about the Raring-changes mailing list