|
| 1 | +# |
| 2 | +# Copyright 2018 Delphix |
| 3 | +# |
| 4 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +# you may not use this file except in compliance with the License. |
| 6 | +# You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | +# |
| 16 | + |
| 17 | +Source: delphix-kernel |
| 18 | +Section: metapackages |
| 19 | +Priority: optional |
| 20 | +Maintainer: Delphix Engineering < [email protected]> |
| 21 | +Build-Depends: debhelper (>= 10), devscripts |
| 22 | +Standards-Version: 4.1.2 |
| 23 | + |
| 24 | +# |
| 25 | +# The following meta-package consolidates all the kernel packages required |
| 26 | +# by the Delphix Appliance for a given platform. Note that delphix-kernel |
| 27 | +# only has dependencies on kernel modules and tools that are built for a |
| 28 | +# specific version of the kernel. Any tools that are not specific to a |
| 29 | +# particular kernel version should not be included here. |
| 30 | +# |
| 31 | +Package: delphix-kernel-@@KVERS@@ |
| 32 | +Provides: delphix-kernel-generic, delphix-kernel |
| 33 | +Architecture: any |
| 34 | +Depends: linux-generic-hwe-18.04, |
| 35 | + linux-tools-generic-hwe-18.04, |
| 36 | + zfs-modules-@@KVERS@@, |
| 37 | + zfs-headers-@@KVERS@@, |
| 38 | + linux-image-@@KVERS@@, |
| 39 | + connstat-module-@@KVERS@@ |
| 40 | +Description: Kernel packages consolidation for the Delphix Appliance. |
| 41 | + This package consolidates all the version-specific kernel modules and tools |
| 42 | + required by the Delphix Appliance for a given platform. |
0 commit comments