forced build-depends on kernel-package 9.005 on powerpc to fix mkvmlinuz

support, and documented fix in asm-ppc[64] missing headers in changelog.

svn path=/trunk/kernel/source/linux-2.6/; revision=3709
This commit is contained in:
Sven Luther 2005-08-07 07:19:02 +00:00
parent e1a8ab49f9
commit a19a9953c7
2 changed files with 9 additions and 4 deletions

11
debian/changelog vendored
View File

@ -20,10 +20,10 @@ linux-2.6 (2.6.12-2) UNRELEASED; urgency=low
* Add ARM support. (Vincent Sanders)
* Add desc.* files for ia64. (dann frazier)
* Strip down the scripts dir in the headers packages. (Bastian Blank)
* Add m68k support. (Christian T. Steigies)
* Add m68k support. (Christian T. Steigies)
* Added 2.6.12.4 (Frederik Schüler)
- Fix powernow oops on dual-core athlon
@ -44,7 +44,12 @@ linux-2.6 (2.6.12-2) UNRELEASED; urgency=low
* Enable CONFIG_6PACK=m for all archs (Andres Salomon)
(closes: #319646)
-- Christian T. Steigies <cts@debian.org> Sat, 6 Aug 2005 10:21:14 +0200
* [powerpc] Fixed minor problems with the powerpc image :
- mkvmlinuz support was missing, should be fixed building with
kernel-package 9.005. (Closes: #321625)
- typo made the ams-ppc and asm-ppc64 headers not being included.
-- Sven Luther <luther@debian.org> Sun, 7 Aug 2005 09:12:51 +0200
linux-2.6 (2.6.12-1) unstable; urgency=low

View File

@ -4,5 +4,5 @@ Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Andres Salomon <dilinger@debian.org>
Standards-Version: 3.6.1.0
Build-Depends: gcc (>= 4:4.0) [!sparc !alpha], gcc-3.3 [sparc alpha], debhelper (>= 4.1.0), module-init-tools, dpkg-dev (>= 1.10.23), debianutils (>= 1.6), bzip2, console-tools [!s390], sparc-utils [sparc], kernel-package (>= 9.004)
Build-Depends: gcc (>= 4:4.0) [!sparc !alpha], gcc-3.3 [sparc alpha], debhelper (>= 4.1.0), module-init-tools, dpkg-dev (>= 1.10.23), debianutils (>= 1.6), bzip2, console-tools [!s390], sparc-utils [sparc], kernel-package (>= 9.004), kernel-package (>= 9.005) [powerpc]
Build-Depends-Indep: docbook-utils, gs, transfig, xmlto, dh-kpatches (>= 0.99.3)