diff -Nru linux-meta-4.18.0.10.11/debian/changelog linux-meta-4.18.0.15.16/debian/changelog --- linux-meta-4.18.0.10.11/debian/changelog 2018-10-11 13:28:22.000000000 +0000 +++ linux-meta-4.18.0.15.16/debian/changelog 2019-02-07 10:32:36.000000000 +0000 @@ -1,3 +1,36 @@ +linux-meta (4.18.0.15.16) cosmic; urgency=medium + + * Bump ABI 4.18.0-15 + + -- Stefan Bader Thu, 07 Feb 2019 11:32:36 +0100 + +linux-meta (4.18.0.14.15) cosmic; urgency=medium + + * Bump ABI 4.18.0-14 + + -- Stefan Bader Mon, 14 Jan 2019 09:34:06 +0100 + +linux-meta (4.18.0.13.14) cosmic; urgency=medium + + * Bump ABI 4.18.0-13 + + -- Khalid Elmously Wed, 05 Dec 2018 00:11:16 -0500 + +linux-meta (4.18.0.12.13) cosmic; urgency=medium + + * Bump ABI 4.18.0-12 + + -- Thadeu Lima de Souza Cascardo Wed, 14 Nov 2018 11:48:12 -0200 + +linux-meta (4.18.0.11.12) cosmic; urgency=medium + + * Bump ABI 4.18.0-11 + + * linux-snapdragon: missing meta packages for this flavour (LP: #1798352) + - Add snapdragon meta packages + + -- Stefan Bader Tue, 23 Oct 2018 19:20:11 +0200 + linux-meta (4.18.0.10.11) cosmic; urgency=medium * Bump ABI 4.18.0-10 diff -Nru linux-meta-4.18.0.10.11/debian/control linux-meta-4.18.0.15.16/debian/control --- linux-meta-4.18.0.10.11/debian/control 2018-10-11 13:28:22.000000000 +0000 +++ linux-meta-4.18.0.15.16/debian/control 2019-02-07 10:32:36.000000000 +0000 @@ -5,8 +5,8 @@ Standards-Version: 3.9.8 Build-Depends: dpkg (>= 1.13.19), debhelper (>= 9), gawk, Build-Depends-Arch: - linux-headers-4.18.0-10, - linux-headers-4.18.0-10-generic, + linux-headers-4.18.0-15, + linux-headers-4.18.0-15-generic, Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/cosmic Package: linux-source @@ -320,6 +320,40 @@ and headers. Signed with the Ubuntu EFI key. +Package: linux-headers-snapdragon +Architecture: arm64 +Section: kernel +Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-snapdragon +Description: Linux kernel headers for the Qualcomm Snapdragon 410c architecture + This package will always depend on the latest kernel headers available + for ARM64 Qualcomm Snapdragon 410c systems. + +Package: linux-image-snapdragon +Architecture: arm64 +Section: kernel +Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-snapdragon, linux-firmware +Description: Linux kernel image for the Qualcomm Snapdragon 410c architecture + This package will always depend on the latest kernel image available + for ARM64 Qualcomm Snapdragon 410c systems. + +Package: linux-tools-snapdragon +Architecture: arm64 +Section: kernel +Provides: linux-tools +Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-snapdragon +Description: Linux kernel tools for the Qualcomm Snapdragon 410c architecture + This package will always depend on the latest kernel tools available + for ARM64 Qualcomm Snapdragon 410c systems. + +Package: linux-snapdragon +Architecture: arm64 +Section: kernel +Depends: ${misc:Depends}, linux-image-snapdragon (= ${binary:Version}), linux-headers-snapdragon (= ${binary:Version}) +Description: Complete Linux kernel and headers for the Qualcomm Snapdragon 410c architecture + This package will always depend on the latest complete Linux kernel and + headers available for ARM64 Qualcomm Snapdragon 410c systems. + + Package: linux-headers-virtual Architecture: i386 amd64 arm64 powerpc ppc64el s390x Section: kernel diff -Nru linux-meta-4.18.0.10.11/debian/control.d/snapdragon linux-meta-4.18.0.15.16/debian/control.d/snapdragon --- linux-meta-4.18.0.10.11/debian/control.d/snapdragon 1970-01-01 00:00:00.000000000 +0000 +++ linux-meta-4.18.0.15.16/debian/control.d/snapdragon 2019-02-05 13:05:16.000000000 +0000 @@ -0,0 +1,33 @@ +Package: linux-headers-snapdragon@SUFFIX@ +Architecture: arm64 +Section: kernel +Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-snapdragon +Description: Linux kernel headers for the Qualcomm Snapdragon 410c architecture + This package will always depend on the latest kernel headers available + for ARM64 Qualcomm Snapdragon 410c systems. + +Package: linux-image-snapdragon@SUFFIX@ +Architecture: arm64 +Section: kernel +Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-snapdragon, linux-firmware +Description: Linux kernel image for the Qualcomm Snapdragon 410c architecture + This package will always depend on the latest kernel image available + for ARM64 Qualcomm Snapdragon 410c systems. + +Package: linux-tools-snapdragon@SUFFIX@ +Architecture: arm64 +Section: kernel +Provides: linux-tools +Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-snapdragon +Description: Linux kernel tools for the Qualcomm Snapdragon 410c architecture + This package will always depend on the latest kernel tools available + for ARM64 Qualcomm Snapdragon 410c systems. + +Package: linux-snapdragon@SUFFIX@ +Architecture: arm64 +Section: kernel +Depends: ${misc:Depends}, linux-image-snapdragon@SUFFIX@ (= ${binary:Version}), linux-headers-snapdragon@SUFFIX@ (= ${binary:Version}) +Description: Complete Linux kernel and headers for the Qualcomm Snapdragon 410c architecture + This package will always depend on the latest complete Linux kernel and + headers available for ARM64 Qualcomm Snapdragon 410c systems. +