Change logs for kernel-package source package in Natty

  • kernel-package (12.036+nmu1) unstable; urgency=low
    
      * Non-maintainer upload.
      * Fix pending l10n issues. Manpages translations:
        - French. Closes: #598048
      * Fix the clean target to actually clean translated manpages.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  17 Nov 2010 12:04:51 +0000
  • kernel-package (12.036) unstable; urgency=high
    
      * Fixing bugs introduced in the last bug fixing release
      * [9b4c1f8]: [master]: remove spurious symlink from examples
        Bug fix: "No such file or directory", thanks to Tino Keitel
                                                         (Closes:  #589700).
      * [198831c]: [master]: Cater to a cross compilation variable setting
        of - 
        Bug fix: "64-bit kernel build on i386 is broken", thanks to Sven
        Joachim                                           (Closes: #589704).
    
    kernel-package (12.035) unstable; urgency=high
    
      * More bug fixes. Priority high since it fixes an important (previously
        "grave") bug. 
      * [4729677]: [master]: Make make-kpkg clean less verbose
        Bug fix: "too verbose on clean target", thanks to Cameron Hutchison
                                                             (Closes: #576926).
      * [805647d]: [master]: Do not pass -nc to dpkg-buildpackage Passing -
        nc made dpkg-buildpackage default to not building source, and that
        caused the buildpackage to fail (arguably, this is a bug in dpkg).
        Bug fix: "make-kpkg buildpackage fails with 2.6.33", thanks to
        Christoph Anton Mitterer                             (Closes: #581182).
      * two patches to improve symlink creation with kernel-package example
        scripts, thanks to  Anisse Astier <email address hidden>
    
    kernel-package (12.034) unstable; urgency=low
    
      * Bug fixes.
      * [277021f]: [master]: Fixed incomplete paranoid check for image names
        in postinst Thanks to <email address hidden>
        Bug fix: "Fails to build linux-image on 2.6.35-rc4 if
        CONFIG_LOCALVERSION is set", thanks to Sven Joachim (Closes: #588126).
      * [0f83b83]: [master]: allow arch specific Makefiles to override
        objcopy as needed. kernel-package fails to build a kernel package on
        hppa when the target kernel is 64-bit. It fails because kernel-
        package uses hardcoded "objcopy" to build /usr/lib/debug debuginfo
        files for kernel modules but 64-bit kernel needs crosscompile prefix
        on parisc and normal objcopy does not understand the 64-bit module
        format. This change uses the same mechanism as the kernel Makefiles
        to allow arch specific Makefiles to specify what to use as objcopy.
        Bug fix: "wrong objcopy on 64-bit parisc, debug symbol stripping
        fails", thanks to Meelis Roos                        (Closes: #576725).
      * [f0bf2cf]: [master]: use KERNELRELEASE instead of version in the few
        remaining places. The generated debian/control file uses version
        rather than KERNELRELEASE varible which means that extra/local
        verion doesn't get into the file and the package build fails. This
        patch converts the remaining places that do not use KERNELRELEASE.
        Thanks to Michal Hocko <email address hidden>           Closes: Bug#588126
        Signed-off-by: Manoj Srivastava <email address hidden>
      * [49d0e16]: [master]: Allow $(DEB_DEST) to be Overridden
        Bug fix: "Please Allow $(DEB_DEST) to be Overridden", thanks to
        Elliott Mitchell                                       (Closes: #572398).
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:35:36 +0000
  • kernel-package (12.033) unstable; urgency=low
    
      * New bug fixing revision
      * [5226aad]: Change perl pattern match expressions in maintainer
        scripts to use the first occurrence only Also, anchor matches to the
        beginning of line.
        Bug fix: "See Bug#568317: linux-image-* postinst did not correctly run
        lilo", thanks to Paul Szabo                            (Closes: #568823).
      * [88f663a]: Fix a cut-and-paste typo
        Bug fix: "[kernel-package] syntax error in
        rulesets/targets/common.mk", thanks to Daniel Schaal   (Closes: #564452).
      * [2292461]: Allow a 0 revision
        Dont just test $version, but make sure that it is defined
        and non-empty, and thus permit a 0 revision.
        Bug fix: "Doesn&#39;t allow 0 revision", thanks to Matt Kraai (Closes: #566510).
      * [b804928]: Add a -j/--jobs option to make-kpkg
        This allows the user to build a kernel image package in parrallel, by
        using the internal CONCURRENCY_LEVEL variable. Idea and code from
        <email address hidden>. 
        Bug fix: "Please add a &#39;-jX&#39; flag to make-kpkg", thanks to
        <email address hidden>                                        (Closes: #569760).
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:52:51 +0100