diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:20:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:20:55 +0000 |
commit | 751abe5af6e60af060ea7979512574d903a49eb0 (patch) | |
tree | 991d21305c4f60a4b0c13964436f8b8e08fee34b /debian/control | |
parent | Adding upstream version 3.0.10. (diff) | |
download | dkms-debian.tar.xz dkms-debian.zip |
Adding debian version 3.0.10-8+deb12u1.debian/3.0.10-8+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..69d328c --- /dev/null +++ b/debian/control @@ -0,0 +1,65 @@ +Source: dkms +Section: kernel +Priority: optional +Maintainer: Dynamic Kernel Module System Team <dkms@packages.debian.org> +Uploaders: David Paleino <dapal@debian.org>, + Petter Reinholdtsen <pere@debian.org>, + Aron Xu <aron@debian.org>, + Mario Limonciello <Mario_Limonciello@dell.com>, + Andreas Beckmann <anbe@debian.org>, +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.2 +Homepage: https://github.com/dell/dkms +Vcs-Git: https://salsa.debian.org/debian/dkms.git +Vcs-Browser: https://salsa.debian.org/debian/dkms +Rules-Requires-Root: no + +Package: dkms +Architecture: all +Multi-Arch: foreign +Pre-Depends: lsb-release +Depends: ${misc:Depends}, + kmod | kldutils, + gcc | c-compiler, + dpkg-dev, + make | build-essential, + patch, +Recommends: fakeroot, + sudo, + linux-headers-generic | linux-headers-686-pae | linux-headers-amd64 | linux-headers, +Suggests: menu, e2fsprogs +Breaks: +# in buster, not in bullseye + sl-modem-dkms (<< 2.9.11~20110321-16.0), +# in stretch, not in buster + blktap-dkms (<< 2.0.93-0.10.0), +# in jessie, not in stretch + oss4-dkms (<< 4.2-build2020-1~), +# in wheezy, not in jessie + blcr-dkms (<< 0.8.6~b3-1.0), +Provides: + dkms-autopkgtest (= ${binary:Version}), +Description: Dynamic Kernel Module System (DKMS) + DKMS is a framework designed to allow individual kernel modules to be upgraded + without changing the whole kernel. It is also very easy to rebuild modules as + you upgrade kernels. + +Package: dh-dkms +Architecture: all +Multi-Arch: foreign +Depends: + ${perl:Depends}, + ${misc:Depends}, +Breaks: + dkms (<< 3.0.3-3~), +Replaces: + dkms (<< 3.0.3-3~), +Provides: + dh-sequence-dkms, +Description: debhelper addon for the Dynamic Kernel Module System (DKMS) + DKMS is a framework designed to allow individual kernel modules to be upgraded + without changing the whole kernel. It is also very easy to rebuild modules as + you upgrade kernels. + . + This package provides a debhelper add-on 'dkms' that simplifies packaging of + dkms kernel module source packages. |