From 2d62d8a40033fa1e0a0581f0ca62e91c434703d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 24 Jan 2018 11:54:19 +0100 Subject: [PATCH] build: move/merge files the control files were merged as appropriate, the rest are plain renames. --- control.in | 11 ------- control.tools | 12 ------- changelog.Debian => debian/changelog | 0 debian/control.in | 31 +++++++++++++++++++ copyright => debian/copyright | 0 .../pve-headers.postinst.in | 0 postinst.in => debian/pve-kernel.postinst.in | 0 postrm.in => debian/pve-kernel.postrm.in | 0 prerm.in => debian/pve-kernel.prerm.in | 0 debian/rules | 7 +++++ abi-check => debian/scripts/abi-check | 0 .../scripts/find-firmware.pl | 0 headers-control.in | 10 ------ 13 files changed, 38 insertions(+), 33 deletions(-) delete mode 100644 control.in delete mode 100644 control.tools rename changelog.Debian => debian/changelog (100%) create mode 100644 debian/control.in rename copyright => debian/copyright (100%) rename headers-postinst.in => debian/pve-headers.postinst.in (100%) rename postinst.in => debian/pve-kernel.postinst.in (100%) rename postrm.in => debian/pve-kernel.postrm.in (100%) rename prerm.in => debian/pve-kernel.prerm.in (100%) create mode 100755 debian/rules rename abi-check => debian/scripts/abi-check (100%) rename find-firmware.pl => debian/scripts/find-firmware.pl (100%) delete mode 100644 headers-control.in diff --git a/control.in b/control.in deleted file mode 100644 index d73536e..0000000 --- a/control.in +++ /dev/null @@ -1,11 +0,0 @@ -Package: pve-kernel-@KVNAME@ -Version: @KERNEL_VER@-@PKGREL@ -Section: admin -Priority: optional -Architecture: @ARCH@ -Provides: linux-image, linux-image-2.6 -Suggests: pve-firmware -Depends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64, initramfs-tools, busybox -Maintainer: Proxmox Support Team -Description: The Proxmox PVE Kernel Image - This package contains the linux kernel and initial ramdisk used for booting diff --git a/control.tools b/control.tools deleted file mode 100644 index 08434a0..0000000 --- a/control.tools +++ /dev/null @@ -1,12 +0,0 @@ -Source: pve-kernel -Maintainer: Proxmox Support Team - -Package: linux-tools-4.13 -Architecture: any -Section: devel -Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends}, linux-base -Description: Linux kernel version specific tools for version 4.10 - This package provides the architecture dependent parts for kernel - version locked tools (such as perf and x86_energy_perf_policy) - diff --git a/changelog.Debian b/debian/changelog similarity index 100% rename from changelog.Debian rename to debian/changelog diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..dd1f33d --- /dev/null +++ b/debian/control.in @@ -0,0 +1,31 @@ +Package: pve-kernel-@KVNAME@ +Version: @KERNEL_VER@-@PKGREL@ +Section: admin +Priority: optional +Architecture: @ARCH@ +Provides: linux-image, linux-image-2.6 +Suggests: pve-firmware +Depends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64, initramfs-tools, busybox +Maintainer: Proxmox Support Team +Description: The Proxmox PVE Kernel Image + This package contains the linux kernel and initial ramdisk used for booting + +Package: pve-headers-@KVNAME@ +Version: @KERNEL_VER@-@PKGREL@ +Section: devel +Priority: optional +Architecture: @ARCH@ +Provides: linux-headers, linux-headers-2.6 +Depends: coreutils | fileutils (>= 4.0) +Maintainer: Proxmox Support Team +Description: The Proxmox PVE Kernel Headers + This package contains the linux kernel headers + +Package: linux-tools-4.13 +Architecture: any +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-base +Description: Linux kernel version specific tools for version 4.13 + This package provides the architecture dependent parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) diff --git a/copyright b/debian/copyright similarity index 100% rename from copyright rename to debian/copyright diff --git a/headers-postinst.in b/debian/pve-headers.postinst.in similarity index 100% rename from headers-postinst.in rename to debian/pve-headers.postinst.in diff --git a/postinst.in b/debian/pve-kernel.postinst.in similarity index 100% rename from postinst.in rename to debian/pve-kernel.postinst.in diff --git a/postrm.in b/debian/pve-kernel.postrm.in similarity index 100% rename from postrm.in rename to debian/pve-kernel.postrm.in diff --git a/prerm.in b/debian/pve-kernel.prerm.in similarity index 100% rename from prerm.in rename to debian/pve-kernel.prerm.in diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a8ddb61 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + diff --git a/abi-check b/debian/scripts/abi-check similarity index 100% rename from abi-check rename to debian/scripts/abi-check diff --git a/find-firmware.pl b/debian/scripts/find-firmware.pl similarity index 100% rename from find-firmware.pl rename to debian/scripts/find-firmware.pl diff --git a/headers-control.in b/headers-control.in deleted file mode 100644 index c9a7cf3..0000000 --- a/headers-control.in +++ /dev/null @@ -1,10 +0,0 @@ -Package: pve-headers-@KVNAME@ -Version: @KERNEL_VER@-@PKGREL@ -Section: devel -Priority: optional -Architecture: @ARCH@ -Provides: linux-headers, linux-headers-2.6 -Depends: coreutils | fileutils (>= 4.0) -Maintainer: Proxmox Support Team -Description: The Proxmox PVE Kernel Headers - This package contains the linux kernel headers