dkms/debian/control

88 lines
2.5 KiB
Plaintext
Raw Normal View History

Source: dkms
Section: kernel
2024-11-20 15:11:08 +01:00
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>,
2024-11-20 15:11:08 +01:00
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://github.com/dell/dkms
Vcs-Git: https://salsa.debian.org/debian/dkms.git
Vcs-Browser: https://salsa.debian.org/debian/dkms
2024-11-20 15:11:08 +01:00
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-dkms
2024-11-20 15:11:08 +01:00
Package: dkms
Architecture: all
Multi-Arch: foreign
Pre-Depends: lsb-release
Depends: ${misc:Depends},
kmod,
dpkg-dev,
make | build-essential,
patch,
Recommends:
gcc | c-compiler,
fakeroot,
sudo,
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.
Package: dkms-test-dkms
Architecture: all
Depends:
${misc:Depends},
Description: trivial dkms test kernel module
This package provides the dkms source code for the dkms_test kernel module.
.
This package is only intended for ci tests and not expected to be installed
on regular systems
Package: dkms-noautoinstall-test-dkms
Architecture: all
Depends:
${misc:Depends},
Description: trivial dkms noautoinstall test kernel module
This package provides the dkms source code for the dkms_noautoinstall_test
kernel module.
.
This package is only intended for ci tests and not expected to be installed
on regular systems