Ian Campbell <ijc@hellion.org.uk> (2013-10-19): > I see 3.11 is now in NEW so I've just pushed the patch to reduce the > armhf di flavours to just armmp as discussed. KERNELVERSION is still > 3.10-3, I assume this'll be taken care of in bulk across all arches when > the time comes? Yep, I've just crafted a local patch for that, will push once the src:linux buildd page is little greener (3.10 packages should stay for a while and should make it possible to keep getting daily builds). I've attached it, just in case. > There seem to have been no d-i daily images on armhf since 11th October > and none on armel since the 16th. I'm not sure who to ping, debian-arm@ > added. > > http://d-i.debian.org/daily-images/armhf/ > http://d-i.debian.org/daily-images/armel/ I'm not sure about ancina, but at least hasse had disc issues. Not sure what the status is, but the right contact would usually be $arch@buildd, added. Mraw, KiBi.
From 1092c4095f7545b663d2477904e79d61382ddaee Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <kibi@debian.org>
Date: Sun, 20 Oct 2013 03:53:50 +0200
Subject: [PATCH] Bump linux kernel version from 3.10-3 to 3.11-1.
---
build/config/amd64.cfg | 2 +-
build/config/armel.cfg | 2 +-
build/config/armhf.cfg | 2 +-
build/config/i386.cfg | 2 +-
build/config/ia64.cfg | 2 +-
build/config/m68k.cfg | 8 ++++----
build/config/mips.cfg | 2 +-
build/config/mipsel.cfg | 2 +-
build/config/powerpc.cfg | 2 +-
build/config/s390.cfg | 2 +-
build/config/s390x.cfg | 2 +-
build/config/sparc.cfg | 2 +-
debian/changelog | 3 +++
13 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/build/config/amd64.cfg b/build/config/amd64.cfg
index 51796ee..420a14b 100644
--- a/build/config/amd64.cfg
+++ b/build/config/amd64.cfg
@@ -2,7 +2,7 @@ MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen hd-media
MEDIUM_SUPPORTED_EXTRA = monolithic
# The version of the kernel to use.
-KERNELVERSION = 3.10-3-amd64
+KERNELVERSION = 3.11-1-amd64
KERNELMAJOR = 2.6
KERNEL_FLAVOUR = di
KERNELNAME = vmlinuz
diff --git a/build/config/armel.cfg b/build/config/armel.cfg
index 2bf69d2..2043e01 100644
--- a/build/config/armel.cfg
+++ b/build/config/armel.cfg
@@ -1,7 +1,7 @@
SUBARCH_SUPPORTED = iop32x kirkwood orion5x versatile
KERNELMAJOR = 2.6
-KERNELVERSION = 3.10-3
+KERNELVERSION = 3.11-1
KERNEL_FLAVOUR = di
KERNELIMAGEVERSION = $(KERNELVERSION)
KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinuz-$(ver))
diff --git a/build/config/armhf.cfg b/build/config/armhf.cfg
index 0287ef2..3cf8ada 100644
--- a/build/config/armhf.cfg
+++ b/build/config/armhf.cfg
@@ -3,7 +3,7 @@ SUBARCH_SUPPORTED = armmp
MKLIBS = mklibs --ldlib=/lib/ld-linux-armhf.so.3
KERNELMAJOR = 2.6
-KERNELVERSION = 3.10-3
+KERNELVERSION = 3.11-1
KERNEL_FLAVOUR = di
KERNELIMAGEVERSION = $(KERNELVERSION)
KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinuz-$(ver))
diff --git a/build/config/i386.cfg b/build/config/i386.cfg
index 7ff86cd..9cb5bd0 100644
--- a/build/config/i386.cfg
+++ b/build/config/i386.cfg
@@ -2,7 +2,7 @@ MEDIUM_SUPPORTED = cdrom cdrom-xen netboot netboot-gtk netboot-xen hd-media
MEDIUM_SUPPORTED_EXTRA = monolithic
# The version of the kernel to use.
-BASEVERSION = 3.10-3
+BASEVERSION = 3.11-1
KERNELVERSION = $(BASEVERSION)-486
KERNELMAJOR = 2.6
KERNEL_FLAVOUR = di
diff --git a/build/config/ia64.cfg b/build/config/ia64.cfg
index 7f3ea50..ac99697 100644
--- a/build/config/ia64.cfg
+++ b/build/config/ia64.cfg
@@ -5,7 +5,7 @@ MEDIUM_SUPPORTED = cdrom netboot
# The version of the kernel to use.
KERNELMAJOR = 2.6
-KERNELVERSION = 3.10-3-itanium
+KERNELVERSION = 3.11-1-itanium
KERNEL_FLAVOUR = di
KERNELNAME = vmlinuz
KERNELIMAGEVERSION = $(KERNELVERSION)
diff --git a/build/config/m68k.cfg b/build/config/m68k.cfg
index 9306640..7bedf23 100644
--- a/build/config/m68k.cfg
+++ b/build/config/m68k.cfg
@@ -3,14 +3,14 @@ MEDIUM_SUPPORTED = cdrom hd-media kernels nativehd #floppy network-console
# netboot isn't supported on amiga, atari, or mac, the only subarchs with 2.6 kernels.
# floppy image is too big (and has been for a while)
-M68K_KERNEL_AMIGA = 3.10-3-amiga
-M68K_KERNEL_ATARI = 3.10-3-atari
-M68K_KERNEL_MAC = 3.10-3-mac
+M68K_KERNEL_AMIGA = 3.11-1-amiga
+M68K_KERNEL_ATARI = 3.11-1-atari
+M68K_KERNEL_MAC = 3.11-1-mac
M68K_KERNEL = $(M68K_KERNEL_AMIGA) $(M68K_KERNEL_ATARI) $(M68K_KERNEL_MAC)
KEYRING=/usr/share/keyrings/debian-ports-archive-keyring.gpg
-KERNELMAJOR = 3.10
+KERNELMAJOR = 3.11
KERNELVERSION = $(M68K_KERNEL)
KERNEL_FLAVOUR = di
KERNELIMAGEVERSION = $(KERNELVERSION)
diff --git a/build/config/mips.cfg b/build/config/mips.cfg
index c5094bb..01bf002 100644
--- a/build/config/mips.cfg
+++ b/build/config/mips.cfg
@@ -3,7 +3,7 @@ SUBARCH_SUPPORTED = malta r4k-ip22 r5k-ip32 sb1-bcm91250a miniiso
KERNELMAJOR = 2.4
KERNELMINOR = 27
# Targets for 2.6 kernel images will use this version instead.
-KERNELVERSION_2.6 = 3.10-3
+KERNELVERSION_2.6 = 3.11-1
KERNEL_FLAVOUR = di
KERNELIMAGEVERSION = $(KERNELVERSION)
KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinux-$(ver))
diff --git a/build/config/mipsel.cfg b/build/config/mipsel.cfg
index 3a56121..dd109c7 100644
--- a/build/config/mipsel.cfg
+++ b/build/config/mipsel.cfg
@@ -3,7 +3,7 @@ SUBARCH_SUPPORTED = cobalt malta sb1-bcm91250a loongson-2f
KERNELMAJOR = 2.4
KERNELMINOR = 27
# Targets for 2.6 kernel images will use this version instead.
-KERNELVERSION_2.6 = 3.10-3
+KERNELVERSION_2.6 = 3.11-1
KERNEL_FLAVOUR = di
KERNELIMAGEVERSION = $(KERNELVERSION)
KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinux-$(ver))
diff --git a/build/config/powerpc.cfg b/build/config/powerpc.cfg
index 121cdcb..6cc73e3 100644
--- a/build/config/powerpc.cfg
+++ b/build/config/powerpc.cfg
@@ -1,7 +1,7 @@
SUBARCH_SUPPORTED = powerpc powerpc64 # apus prep
KERNELMAJOR = 2.6
-BASEVERSION = 3.10-3
+BASEVERSION = 3.11-1
# create the kernels with builtin initrd.
builtin_initrd: $(TEMP_KERNEL) $(TEMP_INITRD)
diff --git a/build/config/s390.cfg b/build/config/s390.cfg
index 0f3bfcf..eb905b1 100644
--- a/build/config/s390.cfg
+++ b/build/config/s390.cfg
@@ -3,7 +3,7 @@ MEDIUM_SUPPORTED = generic
KERNEL = $(DEST)/image.debian
KERNELMAJOR = 2.6
-KERNELVERSION = 3.10-3-s390x
+KERNELVERSION = 3.11-1-s390x
KERNEL_FLAVOUR = di
KERNELNAME = vmlinuz
KERNELIMAGEVERSION = $(KERNELVERSION)
diff --git a/build/config/s390x.cfg b/build/config/s390x.cfg
index bcc6c15..e8bdb3a 100644
--- a/build/config/s390x.cfg
+++ b/build/config/s390x.cfg
@@ -3,7 +3,7 @@ MEDIUM_SUPPORTED = generic
KERNEL = $(DEST)/image.debian
KERNELMAJOR = 2.6
-KERNELVERSION = 3.10-3-s390x
+KERNELVERSION = 3.11-1-s390x
KERNEL_FLAVOUR = di
KERNELNAME = vmlinuz
KERNELIMAGEVERSION = $(KERNELVERSION)
diff --git a/build/config/sparc.cfg b/build/config/sparc.cfg
index 48b8dff..dc0d41c 100644
--- a/build/config/sparc.cfg
+++ b/build/config/sparc.cfg
@@ -3,7 +3,7 @@ MEDIUM_SUPPORTED = cdrom netboot miniiso
VERSIONED_SYSTEM_MAP = t
KERNELMAJOR = 2.6
-KERNELVERSION = 3.10-3-sparc64
+KERNELVERSION = 3.11-1-sparc64
KERNEL_FLAVOUR = di
KERNELNAME = vmlinuz-${KERNELVERSION}
diff --git a/debian/changelog b/debian/changelog
index 1faaca8..3357fff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ debian-installer (2013XXXX) UNRELEASED; urgency=low
[ Ian Campbell ]
* Remove mx5 and vexpress flavours from armhf, they are covered by armmp.
+ [ Cyril Brulebois ]
+ * Bump linux kernel version from 3.10-3 to 3.11-1.
+
-- Ian Campbell <ijc@hellion.org.uk> Tue, 15 Oct 2013 21:46:33 +0100
debian-installer (20131014) unstable; urgency=low
--
1.7.10.4
Attachment:
signature.asc
Description: Digital signature