Change logs for kernel-package source package in Intrepid

  • kernel-package (11.001-0.1) unstable; urgency=low
    
      * Porter NMU.
      * kernel/ruleset/*.mk: use DEB_HOST_ARCH_OS instead of DEB_HOST_GNU_SYSTEM
        to fix make-kpkg on armel                                (Closes: #425971).
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:10:45 +0100
  • kernel-package (11.001) unstable; urgency=low
    
      * Bug fix: "kernel-package: Typo "call" -> "cause" in make-kpkg(1)
        manpage", thanks to Ted Percival                         (Closes: #418496).
      * Bug fix: "[kernel-package] please fail more verbose in preinst",
        thanks to Carsten Hey                                    (Closes: #404871).
      * Bug fix: "kernel-package: make-kpkg should not limit choice of config
        method", thanks to Alex Hermann. Added silenoldconfig, but did not
        make it the default, since older kernel versions do not have this
        target, and make-kpkg should not fail by default for those versions. 
                                                                 (Closes: #413098).
      * Bug fix: "french manpage is out of date, and doesn't include the
        ramdisk option.", thanks to Sven Luther                  (Closes: #404855).
      * Bug fix: "kernel-package: make-kpkg debian fails if .config not
        present", thanks to Sami Liedes.                          (Closes: #416090).
      * Bug fix: "kernel/pkg/postinst says it's symlinking when hardlinking
        and vice versa", thanks to Simon Huggins                 (Closes: #417814).
      * Bug fix: "kernel-package: Option --cross-compile=- dont't work whith
        target modules*", thanks to Jose Calhariz                (Closes: #417948).
      * Make kernel-package handle a non-existent .config file again (tested
        on linux-2.2.26, linux-2.4.34, and linux-2.6.21.1).  We figure out
        which kernel needs a .config (>= 2.6.18), and for those kernels, call
        make defconfig as needed.
      * Added support for CONFIG_LOCALVERSION_AUTO and git source trees. If
        CONFIG_LOCALVERSION_AUTO is set, see if we are running in a git
        tree. If so, append -dirty to the git version string (since we do edit
        the scripts Makefile to ensure ./debian does not go missing during
        dpkg-buildpackage). Now that we can handle the appending of -dirty, we
        no longer move setlocalversion out of the way. This has not, however,
        been tested with a git tree.
      * Added XS-VCS-Arch and XS-VCS-Browse to debian/control
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  06 May 2007 08:08:06 +0100