|
| 1 | +# Items that get replaced: |
| 2 | +# FLAVOUR |
| 3 | +# DESC |
| 4 | +# ARCH |
| 5 | +# SUPPORTED |
| 6 | +# TARGET |
| 7 | +# BOOTLOADER |
| 8 | +# =PROVIDES= |
| 9 | +# |
| 10 | +# Items marked with =FOO= are optional |
| 11 | +# |
| 12 | +# This file describes the template for packages that are created for each flavour |
| 13 | +# in debian/control.d/vars.* |
| 14 | +# |
| 15 | +# This file gets edited in a couple of places. See the debian/control.stub rule in |
| 16 | +# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the |
| 17 | +# process of creating debian/control. |
| 18 | +# |
| 19 | +# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various |
| 20 | +# flavour files in debian/control.d/vars.* |
| 21 | +# |
| 22 | +# XXX: Leave the blank line before the first package!! |
| 23 | + |
| 24 | +Package: linux-modules-PKGVER-ABINUM-FLAVOUR |
| 25 | +Build-Profiles: <!stage1> |
| 26 | +Architecture: ARCH |
| 27 | +Section: kernel |
| 28 | +Priority: optional |
| 29 | +Depends: ${misc:Depends}, ${shlibs:Depends} |
| 30 | +Description: Oracle Linux kernel extra modules for version PKGVER on DESC |
| 31 | + Contains the corresponding System.map file, the modules built by the |
| 32 | + packager, and scripts that try to ensure that the system is not left in an |
| 33 | + unbootable state after an update. |
| 34 | + . |
| 35 | + Supports SUPPORTED processors. |
| 36 | + . |
| 37 | + TARGET |
| 38 | + . |
| 39 | + You likely do not want to install this package directly. Instead, install |
| 40 | + the linux-FLAVOUR meta-package, which will ensure that upgrades work |
| 41 | + correctly, and that supporting packages are also installed. |
| 42 | + |
| 43 | +Package: linux-modules-extra-PKGVER-ABINUM-FLAVOUR |
| 44 | +Build-Profiles: <!stage1> |
| 45 | +Architecture: ARCH |
| 46 | +Section: kernel |
| 47 | +Priority: optional |
| 48 | +Depends: ${misc:Depends}, ${shlibs:Depends}, wireless-regdb, linux-modules-PKGVER-ABINUM-FLAVOUR |
| 49 | +Description: Oracle Linux kernel extra modules for version PKGVER on DESC |
| 50 | + This package contains the Oracle Linux kernel extra modules for version PKGVER on |
| 51 | + DESC. |
| 52 | + . |
| 53 | + Also includes the corresponding System.map file, the modules built by the |
| 54 | + packager, and scripts that try to ensure that the system is not left in an |
| 55 | + unbootable state after an update. |
| 56 | + . |
| 57 | + Supports SUPPORTED processors. |
| 58 | + . |
| 59 | + TARGET |
| 60 | + . |
| 61 | + You likely do not want to install this package directly. Instead, install |
| 62 | + the linux-FLAVOUR meta-package, which will ensure that upgrades work |
| 63 | + correctly, and that supporting packages are also installed. |
| 64 | + |
| 65 | +Package: linux-headers-PKGVER-ABINUM-FLAVOUR |
| 66 | +Build-Profiles: <!stage1> |
| 67 | +Architecture: ARCH |
| 68 | +Section: devel |
| 69 | +Priority: optional |
| 70 | +Depends: ${misc:Depends}, SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends} |
| 71 | +Provides: linux-headers, linux-headers-3.0 |
| 72 | +Description: Oracle Linux kernel headers for version PKGVER on DESC |
| 73 | + This package provides kernel header files for version PKGVER on |
| 74 | + DESC. |
| 75 | + . |
| 76 | + This is for sites that want the latest kernel headers. Please read |
| 77 | + /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details. |
| 78 | + |
| 79 | +Package: linux-tools-PKGVER-ABINUM-FLAVOUR |
| 80 | +Build-Profiles: <!stage1> |
| 81 | +Architecture: ARCH |
| 82 | +Section: devel |
| 83 | +Priority: optional |
| 84 | +Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM |
| 85 | +Description: Oracle Linux kernel version specific tools for version PKGVER-ABINUM |
| 86 | + This package provides the architecture dependant parts for kernel |
| 87 | + version locked tools (such as perf and x86_energy_perf_policy) for |
| 88 | + version PKGVER-ABINUM on |
| 89 | + =HUMAN=. |
| 90 | + |
| 91 | +Package: linux-cloud-tools-PKGVER-ABINUM-FLAVOUR |
| 92 | +Build-Profiles: <!stage1> |
| 93 | +Architecture: ARCH |
| 94 | +Section: devel |
| 95 | +Priority: optional |
| 96 | +Depends: ${misc:Depends}, SRCPKGNAME-cloud-tools-PKGVER-ABINUM |
| 97 | +Description: Oracle Linux kernel version specific cloud tools for version PKGVER-ABINUM |
| 98 | + This package provides the architecture dependant parts for kernel |
| 99 | + version locked tools for cloud for version PKGVER-ABINUM on |
| 100 | + =HUMAN=. |
0 commit comments