From 01997497f915e8f79871f3f2acb55ac465051d24 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:49:59 +0200 Subject: Adding debian version 6.1.76-1. Signed-off-by: Daniel Baumann --- debian/templates/source.control.in | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 debian/templates/source.control.in (limited to 'debian/templates/source.control.in') diff --git a/debian/templates/source.control.in b/debian/templates/source.control.in new file mode 100644 index 000000000..9a4f1417e --- /dev/null +++ b/debian/templates/source.control.in @@ -0,0 +1,44 @@ +Section: kernel +Priority: optional +Maintainer: Debian Kernel Team +Uploaders: Bastian Blank , maximilian attems , Ben Hutchings , Salvatore Bonaccorso +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 , +# used by upstream to compress kernel and by debian/rules.real to build linux-source + xz-utils , +# used by debian/rules.real to build linux-perf and linux-support + dh-python , +# used by upstream to build genksyms, kconfig, and perf + bison , flex (>= 2.6.1-1.1~) , +Build-Depends-Arch: +# used by debian/rules.real to build udebs + kernel-wedge (>= 2.102~) , +# used by kernel-wedge (only on Linux, thus not declared as a dependency) + kmod , +# used by upstream to build include/generated/timeconst.h + bc , +# used by upstream to build signing tools and to process certificates + libssl-dev:native , + libssl-dev , + openssl (>= 1.1.0-1~) , +# used by upstream to build objtool (native for images; host arch for +# linux-kbuild), perf (host arch) + libelf-dev:native , + libelf-dev , +# used by upstream headers_install target and by debian/rules.d/tools/usb/usbip + rsync, + lz4 [amd64 arm64] , +# used for bft debug info + pahole | dwarves:native (>= 1.16~) , +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/ -- cgit v1.2.3