From 2eed1555cf9a3a86eb24c8256f81ed51dc92120f Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Thu, 9 Apr 2009 15:56:07 +0000 Subject: [PATCH] * debian/changelog: Update. * debian/rules.real: Fix location of alpha images. svn path=/dists/sid/linux-2.6/; revision=13383 --- debian/changelog | 4 ++++ debian/rules.real | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 79515d777..ddbe6ba7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 for the patch. (closes: #518231) * [parisc] Disable PHONET. + [ Bastian Blank ] + * [alpha] Fix location of kernel image. + -- maximilian attems Mon, 06 Apr 2009 11:19:29 +0200 linux-2.6 (2.6.29-2) unstable; urgency=low diff --git a/debian/rules.real b/debian/rules.real index 0d6718a83..223b03952 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -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)