d/control: wrap-and-sort -tkn
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7e3bd8b16a
commit
d4beb8d050
26
debian/control.in
vendored
26
debian/control.in
vendored
@ -32,7 +32,7 @@ Build-Depends: asciidoc-base,
|
|||||||
xmlto,
|
xmlto,
|
||||||
zlib1g-dev,
|
zlib1g-dev,
|
||||||
zstd,
|
zstd,
|
||||||
Build-Conflicts: pve-headers-@KVNAME@
|
Build-Conflicts: pve-headers-@KVNAME@,
|
||||||
Vcs-Git: git://git.proxmox.com/git/pve-kernel
|
Vcs-Git: git://git.proxmox.com/git/pve-kernel
|
||||||
Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
|
Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ Package: linux-tools-@KVMAJMIN@
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: linux-base, ${misc:Depends}, ${shlibs:Depends}
|
Depends: linux-base, ${misc:Depends}, ${shlibs:Depends},
|
||||||
Description: Linux kernel version specific tools for version @KVMAJMIN@
|
Description: Linux kernel version specific tools for version @KVMAJMIN@
|
||||||
This package provides the architecture dependent parts for kernel
|
This package provides the architecture dependent parts for kernel
|
||||||
version locked tools (such as perf and x86_energy_perf_policy)
|
version locked tools (such as perf and x86_energy_perf_policy)
|
||||||
@ -49,8 +49,8 @@ Package: pve-headers-@KVNAME@
|
|||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Provides: linux-headers-@KVNAME@-amd64
|
Provides: linux-headers-@KVNAME@-amd64,
|
||||||
Depends: coreutils | fileutils (>= 4.0)
|
Depends: coreutils | fileutils (>= 4.0),
|
||||||
Description: Proxmox Kernel Headers
|
Description: Proxmox Kernel Headers
|
||||||
This package contains the linux kernel headers
|
This package contains the linux kernel headers
|
||||||
|
|
||||||
@ -58,16 +58,16 @@ Package: pve-kernel-@KVNAME@
|
|||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Provides: linux-image-@KVNAME@-amd64
|
Provides: linux-image-@KVNAME@-amd64,
|
||||||
Suggests: pve-firmware
|
Suggests: pve-firmware,
|
||||||
Depends: busybox, initramfs-tools | linux-initramfs-tool
|
Depends: busybox, initramfs-tools | linux-initramfs-tool,
|
||||||
Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64
|
Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
|
||||||
Description: Proxmox Kernel Image
|
Description: Proxmox Kernel Image
|
||||||
This package contains the linux kernel and initial ramdisk used for booting
|
This package contains the linux kernel and initial ramdisk used for booting
|
||||||
|
|
||||||
Package: pve-kernel-@KVNAME@-dbgsym
|
Package: pve-kernel-@KVNAME@-dbgsym
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Provides: linux-debug
|
Provides: linux-debug,
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Profiles: <pkg.pve-kernel.debug>
|
Build-Profiles: <pkg.pve-kernel.debug>
|
||||||
@ -82,10 +82,10 @@ Package: pve-kernel-libc-dev
|
|||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Provides: linux-libc-dev (=${binary:Version})
|
Provides: linux-libc-dev (=${binary:Version}),
|
||||||
Conflicts: linux-libc-dev
|
Conflicts: linux-libc-dev,
|
||||||
Replaces: linux-libc-dev
|
Replaces: linux-libc-dev,
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends},
|
||||||
Description: Linux support headers for userspace development
|
Description: Linux support headers for userspace development
|
||||||
This package provides userspaces headers from the Linux kernel. These headers
|
This package provides userspaces headers from the Linux kernel. These headers
|
||||||
are used by the installed headers for GNU libc and other system libraries.
|
are used by the installed headers for GNU libc and other system libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user