* debian/changelog: Update.

* debian/rules.real: Fix location of alpha images.

svn path=/dists/sid/linux-2.6/; revision=13383
This commit is contained in:
Bastian Blank 2009-04-09 15:56:07 +00:00
parent c813a5f889
commit 2eed1555cf
2 changed files with 7 additions and 1 deletions

4
debian/changelog vendored
View File

@ -1,9 +1,13 @@
linux-2.6 (2.6.29-3) UNRELEASED; urgency=low
[ maximilian attems ]
* [powerpc] Pipe mkimage postinst call to stderr for debconf.
Thanks Jordi Mallach <jordi@debian.org> for the patch. (closes: #518231)
* [parisc] Disable PHONET.
[ Bastian Blank ]
* [alpha] Fix location of kernel image.
-- maximilian attems <maks@debian.org> Mon, 06 Apr 2009 11:19:29 +0200
linux-2.6 (2.6.29-2) unstable; urgency=low

4
debian/rules.real vendored
View File

@ -331,7 +331,9 @@ install-image_amd64_$(FEATURESET)_$(FLAVOUR)_plain_image \
install-image_i386_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/arch/$(KERNEL_ARCH)/boot/bzImage' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
install-image_alpha_$(FEATURESET)_$(FLAVOUR)_plain_image \
install-image_alpha_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/arch/$(KERNEL_ARCH)/boot/vmlinux.gz' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
install-image_ia64_$(FEATURESET)_$(FLAVOUR)_plain_image \
install-image_m68k_$(FEATURESET)_$(FLAVOUR)_plain_image:
install -m644 '$(DIR)/vmlinux.gz' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)