diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:56:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:56:36 +0000 |
commit | 35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c (patch) | |
tree | 37c5bf1d95396a5b4d091502db8e959bf24b64a3 /debian/control | |
parent | Adding upstream version 1:2.0.27. (diff) | |
download | kexec-tools-35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c.tar.xz kexec-tools-35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c.zip |
Adding debian version 1:2.0.27-1.debian/1%2.0.27-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ba49f18 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: kexec-tools +Section: admin +Homepage: https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/ +Priority: optional +Maintainer: Khalid Aziz <khalid@debian.org> +Build-Depends: debhelper (>= 10.0.0), debhelper-compat (= 13), gnu-efi (>=3.0a-4)[ia64], libz-dev[arm64 ia64], po-debconf, libxen-dev[amd64 arm64 armhf] +Standards-Version: 4.5.1.0 +Rules-Requires-Root: no + +Package: kexec-tools +Architecture: linux-any +Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, dpkg (>= 1.15.7.2) +Description: tools to support fast kexec reboots + This package provides tools to load a kernel into memory and then + "reboot" directly into that kernel using the kexec system call, + bypassing the normal boot process. + +Package: kexec-tools-udeb +Section: debian-installer +Architecture: linux-any +XC-Package-Type: udeb +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: tools to support fast kexec reboots (udeb) |