diff -Nru debian-installer-20101020ubuntu514/build/config/amd64.cfg debian-installer-20101020ubuntu515/build/config/amd64.cfg --- debian-installer-20101020ubuntu514/build/config/amd64.cfg 2017-08-04 05:06:45.000000000 +0000 +++ debian-installer-20101020ubuntu515/build/config/amd64.cfg 2017-08-15 14:24:38.000000000 +0000 @@ -2,7 +2,7 @@ MEDIUM_SUPPORTED_EXTRA = monolithic # The version of the kernel to use. -BASEVERSION = 4.11.0-13 +BASEVERSION = 4.12.0-11 KERNELVERSION = $(BASEVERSION)-generic KERNELMAJOR = 2.6 KERNEL_FLAVOUR = di diff -Nru debian-installer-20101020ubuntu514/build/config/arm64.cfg debian-installer-20101020ubuntu515/build/config/arm64.cfg --- debian-installer-20101020ubuntu514/build/config/arm64.cfg 2017-08-04 05:06:45.000000000 +0000 +++ debian-installer-20101020ubuntu515/build/config/arm64.cfg 2017-08-15 14:24:38.000000000 +0000 @@ -1,7 +1,7 @@ MEDIUM_SUPPORTED = cdrom netboot device-tree KERNELMAJOR = 2.6 -KERNELVERSION = 4.11.0-13-generic +KERNELVERSION = 4.12.0-11-generic KERNEL_FLAVOUR = di KERNELIMAGEVERSION = $(KERNELVERSION) KERNELNAME = vmlinuz diff -Nru debian-installer-20101020ubuntu514/build/config/armel.cfg debian-installer-20101020ubuntu515/build/config/armel.cfg --- debian-installer-20101020ubuntu514/build/config/armel.cfg 2017-08-04 05:06:45.000000000 +0000 +++ debian-installer-20101020ubuntu515/build/config/armel.cfg 2017-08-15 14:24:38.000000000 +0000 @@ -2,7 +2,7 @@ #SUBARCH_SUPPORTED = iop32x ixp4xx kirkwood orion5x versatile ads dove omap4 KERNELMAJOR = 2.6 -KERNELVERSION = 4.11.0-13 +KERNELVERSION = 4.12.0-11 KERNEL_FLAVOUR = di KERNELIMAGEVERSION = $(KERNELVERSION) KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinuz-$(ver)) diff -Nru debian-installer-20101020ubuntu514/build/config/armhf.cfg debian-installer-20101020ubuntu515/build/config/armhf.cfg --- debian-installer-20101020ubuntu514/build/config/armhf.cfg 2017-08-04 05:06:45.000000000 +0000 +++ debian-installer-20101020ubuntu515/build/config/armhf.cfg 2017-08-15 14:24:38.000000000 +0000 @@ -3,7 +3,7 @@ MKLIBS = mklibs-copy --ldlib=/lib/ld-linux-armhf.so.3 KERNELMAJOR = 2.6 -KERNELVERSION = 4.11.0-13 +KERNELVERSION = 4.12.0-11 KERNEL_FLAVOUR = di KERNELIMAGEVERSION = $(KERNELVERSION) KERNELNAME = $(foreach ver,$(KERNELVERSION),vmlinuz-$(ver)) diff -Nru debian-installer-20101020ubuntu514/build/config/i386.cfg debian-installer-20101020ubuntu515/build/config/i386.cfg --- debian-installer-20101020ubuntu514/build/config/i386.cfg 2017-08-04 05:06:45.000000000 +0000 +++ debian-installer-20101020ubuntu515/build/config/i386.cfg 2017-08-15 14:24:38.000000000 +0000 @@ -2,7 +2,7 @@ MEDIUM_SUPPORTED_EXTRA = monolithic # The version of the kernel to use. -BASEVERSION = 4.11.0-13 +BASEVERSION = 4.12.0-11 KERNELVERSION = $(BASEVERSION)-generic KERNELMAJOR = 2.6 KERNEL_FLAVOUR = di diff -Nru debian-installer-20101020ubuntu514/build/config/powerpc.cfg debian-installer-20101020ubuntu515/build/config/powerpc.cfg --- debian-installer-20101020ubuntu514/build/config/powerpc.cfg 2017-08-04 05:06:45.000000000 +0000 +++ debian-installer-20101020ubuntu515/build/config/powerpc.cfg 2017-08-15 14:24:38.000000000 +0000 @@ -1,7 +1,7 @@ SUBARCH_SUPPORTED = powerpc powerpc64 e500mc # apus prep KERNELMAJOR = 2.6 -BASEVERSION = 4.11.0-13 +BASEVERSION = 4.12.0-11 # create the kernels with builtin initrd. builtin_initrd: $(TEMP_KERNEL) $(TEMP_INITRD) diff -Nru debian-installer-20101020ubuntu514/build/config/ppc64el.cfg debian-installer-20101020ubuntu515/build/config/ppc64el.cfg --- debian-installer-20101020ubuntu514/build/config/ppc64el.cfg 2017-08-04 05:06:45.000000000 +0000 +++ debian-installer-20101020ubuntu515/build/config/ppc64el.cfg 2017-08-15 14:24:38.000000000 +0000 @@ -1,7 +1,7 @@ MEDIUM_SUPPORTED = netboot cdrom KERNELMAJOR = 2.6 -BASEVERSION = 4.11.0-13 +BASEVERSION = 4.12.0-11 KERNELVERSION = $(BASEVERSION)-generic KERNEL_FLAVOUR = di KERNELNAME = vmlinux diff -Nru debian-installer-20101020ubuntu514/build/config/s390x.cfg debian-installer-20101020ubuntu515/build/config/s390x.cfg --- debian-installer-20101020ubuntu514/build/config/s390x.cfg 2017-08-04 05:06:45.000000000 +0000 +++ debian-installer-20101020ubuntu515/build/config/s390x.cfg 2017-08-15 14:24:38.000000000 +0000 @@ -3,7 +3,7 @@ KERNEL = $(DEST)/image.ubuntu KERNELMAJOR = 2.6 -BASEVERSION = 4.11.0-13 +BASEVERSION = 4.12.0-11 KERNELVERSION = $(BASEVERSION)-generic KERNEL_FLAVOUR = di KERNELNAME = vmlinuz diff -Nru debian-installer-20101020ubuntu514/debian/changelog debian-installer-20101020ubuntu515/debian/changelog --- debian-installer-20101020ubuntu514/debian/changelog 2017-08-04 05:06:54.000000000 +0000 +++ debian-installer-20101020ubuntu515/debian/changelog 2017-08-15 14:24:38.000000000 +0000 @@ -1,3 +1,9 @@ +debian-installer (20101020ubuntu515) artful; urgency=medium + + * Move master kernels to 4.12.0-11. + + -- Adam Conrad Tue, 15 Aug 2017 08:24:38 -0600 + debian-installer (20101020ubuntu514) artful; urgency=medium * Move master kernels to 4.11.0-13.