diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-30 16:44:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-30 16:44:57 +0000 |
commit | e098267b6e85a8d48423629340d2c4e6147f8616 (patch) | |
tree | c3ec63264213f6ab454e52d9e1bc34f08b0fca5d /contrib/templates/debian.control | |
parent | Adding debian version 20230625-3~exp2. (diff) | |
download | firmware-nonfree-e098267b6e85a8d48423629340d2c4e6147f8616.tar.xz firmware-nonfree-e098267b6e85a8d48423629340d2c4e6147f8616.zip |
Merging upstream version 20240709.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'contrib/templates/debian.control')
-rw-r--r-- | contrib/templates/debian.control | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/templates/debian.control b/contrib/templates/debian.control new file mode 100644 index 0000000..a1c0564 --- /dev/null +++ b/contrib/templates/debian.control @@ -0,0 +1,18 @@ +Source: {{package}} +Section: unknown +Priority: optional +Maintainer: Linux Firmware <linux-firmware@kernel.org> +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.0 +Homepage: https://gitlab.com/kernel-firmware/linux-firmware +Vcs-Browser: https://gitlab.com/kernel-firmware/linux-firmware +Vcs-Git: https://gitlab.com/kernel-firmware/linux-firmware +Rules-Requires-Root: no + +Package: {{package}} +Architecture: all +Depends: ${misc:Depends} +Description: Upstream snapshot of linux-firmware package + Monolithic snapshot of upstream linux-firmware package, intended to + to validate upstream firmware without conflicts to the distribution + package. |