[kernel] r13383 - dists/sid/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Thu Apr 9 15:56:09 UTC 2009


Author: waldi
Date: Thu Apr  9 15:56:07 2009
New Revision: 13383

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

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/rules.real

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Thu Apr  9 15:02:55 2009	(r13382)
+++ dists/sid/linux-2.6/debian/changelog	Thu Apr  9 15:56:07 2009	(r13383)
@@ -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 at debian.org> for the patch. (closes: #518231)
   * [parisc] Disable PHONET.
 
+  [ Bastian Blank ]
+  * [alpha] Fix location of kernel image.
+
  -- maximilian attems <maks at debian.org>  Mon, 06 Apr 2009 11:19:29 +0200
 
 linux-2.6 (2.6.29-2) unstable; urgency=low

Modified: dists/sid/linux-2.6/debian/rules.real
==============================================================================
--- dists/sid/linux-2.6/debian/rules.real	Thu Apr  9 15:02:55 2009	(r13382)
+++ dists/sid/linux-2.6/debian/rules.real	Thu Apr  9 15:56:07 2009	(r13383)
@@ -331,7 +331,9 @@
 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)



More information about the Kernel-svn-changes mailing list