d/control: wrap-and-sort
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
6677d2a3ac
commit
b5dd2682ff
27
debian/control.in
vendored
27
debian/control.in
vendored
@ -32,8 +32,8 @@ Build-Depends: asciidoc-base,
|
|||||||
sphinx-common,
|
sphinx-common,
|
||||||
tar,
|
tar,
|
||||||
xmlto,
|
xmlto,
|
||||||
zlib1g-dev,
|
zlib1g-dev
|
||||||
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
|
||||||
|
|
||||||
@ -41,9 +41,7 @@ Package: linux-tools-@KVMAJMIN@
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: linux-base,
|
Depends: linux-base, ${misc:Depends}, ${shlibs:Depends}
|
||||||
${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)
|
||||||
@ -52,8 +50,8 @@ Package: pve-headers-@KVNAME@
|
|||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Provides: linux-headers,
|
Provides: linux-headers
|
||||||
Depends: coreutils | fileutils (>= 4.0),
|
Depends: coreutils | fileutils (>= 4.0)
|
||||||
Description: The Proxmox PVE Kernel Headers
|
Description: The Proxmox PVE Kernel Headers
|
||||||
This package contains the linux kernel headers
|
This package contains the linux kernel headers
|
||||||
|
|
||||||
@ -61,11 +59,10 @@ Package: pve-kernel-@KVNAME@
|
|||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Provides: linux-image,
|
Provides: linux-image
|
||||||
Suggests: pve-firmware,
|
Suggests: pve-firmware
|
||||||
Depends: busybox,
|
Depends: busybox, initramfs-tools
|
||||||
initramfs-tools,
|
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: The Proxmox PVE Kernel Image
|
Description: The Proxmox PVE 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
|
||||||
|
|
||||||
@ -81,9 +78,9 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user