diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:28:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:28:00 +0000 |
commit | 3565071f226432336a54d0193d729fa4508a3394 (patch) | |
tree | 4cde13f078f84c0a7785d234fd52edce7c90546a /debian/templates/source.control.in | |
parent | Adding upstream version 6.6.15. (diff) | |
download | linux-3565071f226432336a54d0193d729fa4508a3394.tar.xz linux-3565071f226432336a54d0193d729fa4508a3394.zip |
Adding debian version 6.6.15-2.debian/6.6.15-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/templates/source.control.in')
-rw-r--r-- | debian/templates/source.control.in | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/templates/source.control.in b/debian/templates/source.control.in new file mode 100644 index 0000000000..7c64616706 --- /dev/null +++ b/debian/templates/source.control.in @@ -0,0 +1,38 @@ +Section: kernel +Priority: optional +Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org> +Uploaders: Bastian Blank <waldi@debian.org>, maximilian attems <maks@debian.org>, Ben Hutchings <benh@debian.org>, Salvatore Bonaccorso <carnil@debian.org> +Standards-Version: 4.2.0 +Build-Depends: + debhelper-compat (= 12), dh-exec, +# used to run debian/bin/*.py + python3:native, + python3-jinja2:native, +# used by debian/rules.real to prepare the source + quilt, +# used by debian/rules.real to build linux-doc and linux-headers + cpio <!pkg.linux.nokernel>, +# used by upstream to compress kernel and by debian/rules.real to build linux-source + xz-utils <!pkg.linux.nokernel !pkg.linux.nosource>, +# used by debian/rules.real to build linux-perf and linux-support + dh-python <!pkg.linux.notools>, +# used by upstream to build genksyms, kconfig, and perf + bison <!pkg.linux.nokernel>, flex (>= 2.6.1-1.1~) <!pkg.linux.nokernel>, +Build-Depends-Arch: +# used by upstream to build include/generated/timeconst.h + bc <!pkg.linux.nokernel>, +# used by upstream to build signing tools and to process certificates + libssl-dev:native <!pkg.linux.nokernel>, + libssl-dev <!pkg.linux.notools>, + openssl (>= 1.1.0-1~) <!pkg.linux.nokernel>, +# used by upstream to build objtool (native for images; host arch for +# linux-kbuild), perf (host arch) + libelf-dev:native <!pkg.linux.nokernel>, + libelf-dev <!pkg.linux.notools>, + lz4 [amd64 arm64] <!pkg.linux.nokernel>, +# used for bft debug info + pahole <!pkg.linux.nokernel> | dwarves:native (>= 1.16~) <!pkg.linux.nokernel>, +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/kernel-team/linux.git +Vcs-Browser: https://salsa.debian.org/kernel-team/linux +Homepage: https://www.kernel.org/ |