Update module name
This commit is contained in:
parent
37ee4a2cb3
commit
c980a0bb1d
20
Makefile
20
Makefile
@ -1,6 +1,6 @@
|
|||||||
include /usr/share/dpkg/pkg-info.mk
|
include /usr/share/dpkg/pkg-info.mk
|
||||||
|
|
||||||
# also bump proxmox-kernel-meta if the default MAJ.MIN version changes!
|
# also bump qoup-kernel-meta if the default MAJ.MIN version changes!
|
||||||
KERNEL_MAJ=6
|
KERNEL_MAJ=6
|
||||||
KERNEL_MIN=8
|
KERNEL_MIN=8
|
||||||
KERNEL_PATCHLEVEL=8
|
KERNEL_PATCHLEVEL=8
|
||||||
@ -13,8 +13,8 @@ KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
|||||||
|
|
||||||
EXTRAVERSION=-$(KREL)-qoup
|
EXTRAVERSION=-$(KREL)-qoup
|
||||||
KVNAME=$(KERNEL_VER)$(EXTRAVERSION)
|
KVNAME=$(KERNEL_VER)$(EXTRAVERSION)
|
||||||
PACKAGE=proxmox-kernel-$(KVNAME)
|
PACKAGE=qoup-kernel-$(KVNAME)
|
||||||
HDRPACKAGE=proxmox-headers-$(KVNAME)
|
HDRPACKAGE=qoup-headers-$(KVNAME)
|
||||||
|
|
||||||
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ endif
|
|||||||
|
|
||||||
SKIPABI=0
|
SKIPABI=0
|
||||||
|
|
||||||
BUILD_DIR=proxmox-kernel-$(KERNEL_VER)
|
BUILD_DIR=qoup-kernel-$(KERNEL_VER)
|
||||||
|
|
||||||
KERNEL_SRC=ubuntu-kernel
|
KERNEL_SRC=ubuntu-kernel
|
||||||
KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC)
|
KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC)
|
||||||
@ -42,13 +42,13 @@ MODULE_DIRS=$(ZFSDIR)
|
|||||||
# exported to debian/rules via debian/rules.d/dirs.mk
|
# exported to debian/rules via debian/rules.d/dirs.mk
|
||||||
DIRS=KERNEL_SRC ZFSDIR MODULES
|
DIRS=KERNEL_SRC ZFSDIR MODULES
|
||||||
|
|
||||||
DSC=proxmox-kernel-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL).dsc
|
DSC=qoup-kernel-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL).dsc
|
||||||
DST_DEB=$(PACKAGE)_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
DST_DEB=$(PACKAGE)_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
||||||
SIGNED_TEMPLATE_DEB=$(PACKAGE)-signed-template_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
SIGNED_TEMPLATE_DEB=$(PACKAGE)-signed-template_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
||||||
META_DEB=proxmox-kernel-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)_all.deb
|
META_DEB=qoup-kernel-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)_all.deb
|
||||||
HDR_DEB=$(HDRPACKAGE)_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
HDR_DEB=$(HDRPACKAGE)_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
||||||
META_HDR_DEB=proxmox-headers-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)_all.deb
|
META_HDR_DEB=qoup-headers-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)_all.deb
|
||||||
USR_HDR_DEB=proxmox-kernel-libc-dev_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
USR_HDR_DEB=qoup-kernel-libc-dev_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
||||||
LINUX_TOOLS_DEB=linux-tools-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
LINUX_TOOLS_DEB=linux-tools-$(KERNEL_MAJMIN)_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
||||||
LINUX_TOOLS_DBG_DEB=linux-tools-$(KERNEL_MAJMIN)-dbgsym_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
LINUX_TOOLS_DBG_DEB=linux-tools-$(KERNEL_MAJMIN)-dbgsym_$(KERNEL_VER)-$(KREL)_$(ARCH).deb
|
||||||
|
|
||||||
@ -167,5 +167,5 @@ abi-tmp-$(KVNAME):
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf *~ proxmox-kernel-[0-9]*/ *.prepared $(KERNEL_CFG_ORG)
|
rm -rf *~ qoup-kernel-[0-9]*/ *.prepared $(KERNEL_CFG_ORG)
|
||||||
rm -f *.deb *.dsc *.changes *.buildinfo *.build proxmox-kernel*.tar.*
|
rm -f *.deb *.dsc *.changes *.buildinfo *.build qoup-kernel*.tar.*
|
||||||
|
12
debian/signing-template/control.in
vendored
12
debian/signing-template/control.in
vendored
@ -1,24 +1,24 @@
|
|||||||
Source: proxmox-kernel-signed-@KVMAJMIN@
|
Source: qoup-kernel-signed-@KVMAJMIN@
|
||||||
Section: kernel
|
Section: kernel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@qoup.ru>
|
||||||
Standards-Version: 4.2.0
|
Standards-Version: 4.2.0
|
||||||
Build-Depends: debhelper-compat (= 12), dh-exec, python3:any, rsync, sbsigntool, proxmox-kernel-@KVNAME@ (= @UNSIGNED_VERSION@)
|
Build-Depends: debhelper-compat (= 12), dh-exec, python3:any, rsync, sbsigntool, proxmox-kernel-@KVNAME@ (= @UNSIGNED_VERSION@)
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
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
|
||||||
|
|
||||||
Package: proxmox-kernel-@KVNAME@-signed
|
Package: qoup-kernel-@KVNAME@-signed
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Provides: linux-image-@KVNAME@-amd64, proxmox-kernel-@KVNAME@
|
Provides: linux-image-@KVNAME@-amd64, qoup-kernel-@KVNAME@
|
||||||
Depends: ${unsigned:Depends}, ${misc:Depends}
|
Depends: ${unsigned:Depends}, ${misc:Depends}
|
||||||
Recommends: ${unsigned:Recommends}
|
Recommends: ${unsigned:Recommends}
|
||||||
Suggests: ${unsigned:Suggests}
|
Suggests: ${unsigned:Suggests}
|
||||||
Breaks: ${unsigned:Breaks}
|
Breaks: ${unsigned:Breaks}
|
||||||
Conflicts: proxmox-kernel-@KVNAME@
|
Conflicts: qoup-kernel-@KVNAME@
|
||||||
Replaces: proxmox-kernel-@KVNAME@
|
Replaces: qoup-kernel-@KVNAME@
|
||||||
Description: ${unsigned:DescriptionShort} (signed)
|
Description: ${unsigned:DescriptionShort} (signed)
|
||||||
${unsigned:DescriptionLong}
|
${unsigned:DescriptionLong}
|
||||||
.
|
.
|
||||||
|
2
debian/signing-template/files.json.in
vendored
2
debian/signing-template/files.json.in
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"packages": {
|
"packages": {
|
||||||
"proxmox-kernel-@KVNAME@": {
|
"qoup-kernel-@KVNAME@": {
|
||||||
"trusted_certs": [],
|
"trusted_certs": [],
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
|
2
debian/signing-template/rules.in
vendored
2
debian/signing-template/rules.in
vendored
@ -7,7 +7,7 @@ export DH_OPTIONS
|
|||||||
include /usr/share/dpkg/architecture.mk
|
include /usr/share/dpkg/architecture.mk
|
||||||
|
|
||||||
KERNEL_VERSION=@KVNAME@
|
KERNEL_VERSION=@KVNAME@
|
||||||
IMAGE_PACKAGE_NAME=proxmox-kernel-$(KERNEL_VERSION)
|
IMAGE_PACKAGE_NAME=qoup-kernel-$(KERNEL_VERSION)
|
||||||
PACKAGE_NAME=$(IMAGE_PACKAGE_NAME)-signed
|
PACKAGE_NAME=$(IMAGE_PACKAGE_NAME)-signed
|
||||||
PACKAGE_VERSION=@PKG_VERSION@
|
PACKAGE_VERSION=@PKG_VERSION@
|
||||||
PACKAGE_DIR=debian/$(PACKAGE_NAME)
|
PACKAGE_DIR=debian/$(PACKAGE_NAME)
|
||||||
|
2
debian/source/lintian-overrides
vendored
2
debian/source/lintian-overrides
vendored
@ -1,2 +1,2 @@
|
|||||||
debian-control-has-dbgsym-package (in section for proxmox-kernel-*-pve-dbgsym) Package [debian/control:*]
|
debian-control-has-dbgsym-package (in section for qoup-kernel-*-pve-dbgsym) Package [debian/control:*]
|
||||||
license-problem-gfdl-invariants invariant part is: with the :ref:`invariant sections <fdl-invariant>` being list their titles, with the :ref:`front-cover texts <fdl-cover-texts>` being list, and with the :ref:`back-cover texts <fdl-cover-texts>` being list [ubuntu-kernel/Documentation/userspace-api/media/fdl-appendix.rst]
|
license-problem-gfdl-invariants invariant part is: with the :ref:`invariant sections <fdl-invariant>` being list their titles, with the :ref:`front-cover texts <fdl-cover-texts>` being list, and with the :ref:`back-cover texts <fdl-cover-texts>` being list [ubuntu-kernel/Documentation/userspace-api/media/fdl-appendix.rst]
|
||||||
|
Loading…
Reference in New Issue
Block a user