drop signing
This commit is contained in:
5
debian/templates/config.control.in
vendored
5
debian/templates/config.control.in
vendored
@@ -6,8 +6,7 @@ Multi-Arch: same
|
||||
Depends: ${misc:Depends}
|
||||
Recommends: @source_basename@-source-@version@
|
||||
Description: Debian kernel configurations for Linux @version@
|
||||
This package contains the configuration files used to build the
|
||||
official Debian kernel files, but without references to Debian's
|
||||
signing certificates.
|
||||
This package contains the configuration files used to build kernel
|
||||
files.
|
||||
.
|
||||
These can be used as a basis for configuring custom kernels.
|
||||
|
2
debian/templates/headers.control.in
vendored
2
debian/templates/headers.control.in
vendored
@@ -3,7 +3,7 @@ Meta-Rules-Target: headers
|
||||
Build-Profiles: <!pkg.linux.nokernel>
|
||||
Depends:
|
||||
linux-headers-@abiname@-common@localversion_headers@ (= ${source:Version}),
|
||||
linux-image-@abiname@@localversion@ (= ${binary:Version}) | linux-image-@abiname@@localversion@-unsigned (= ${binary:Version}),
|
||||
linux-image-@abiname@@localversion@ (= ${binary:Version}),
|
||||
linux-kbuild-@abiname@,
|
||||
${misc:Depends}
|
||||
Description: Header files for Linux @abiname@@localversion@
|
||||
|
1
debian/templates/image-unsigned.NEWS.j2
vendored
1
debian/templates/image-unsigned.NEWS.j2
vendored
@@ -1 +0,0 @@
|
||||
image.NEWS.j2
|
11
debian/templates/image-unsigned.control.in
vendored
11
debian/templates/image-unsigned.control.in
vendored
@@ -1,11 +0,0 @@
|
||||
Package: linux-image-@abiname@@localversion@-unsigned
|
||||
Meta-Rules-Target: image
|
||||
Build-Profiles: <!pkg.linux.nokernel>
|
||||
Build-Depends:
|
||||
kmod,
|
||||
Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}
|
||||
Suggests: firmware-linux-free, linux-doc-@version@, debian-kernel-handbook
|
||||
Conflicts: linux-image-@abiname@@localversion@
|
||||
Replaces: linux-image-@abiname@@localversion@
|
||||
Description: Linux @upstreamversion@ for @class@
|
||||
The Linux kernel @upstreamversion@ and modules for use on @longclass@.
|
@@ -1 +0,0 @@
|
||||
image.lintian-overrides.j2
|
1
debian/templates/image-unsigned.postinst.in
vendored
1
debian/templates/image-unsigned.postinst.in
vendored
@@ -1 +0,0 @@
|
||||
image.postinst.in
|
1
debian/templates/image-unsigned.postrm.in
vendored
1
debian/templates/image-unsigned.postrm.in
vendored
@@ -1 +0,0 @@
|
||||
image.postrm.in
|
1
debian/templates/image-unsigned.preinst.in
vendored
1
debian/templates/image-unsigned.preinst.in
vendored
@@ -1 +0,0 @@
|
||||
image.preinst.in
|
1
debian/templates/image-unsigned.prerm.in
vendored
1
debian/templates/image-unsigned.prerm.in
vendored
@@ -1 +0,0 @@
|
||||
image.prerm.in
|
7
debian/templates/signed-template.control.in
vendored
7
debian/templates/signed-template.control.in
vendored
@@ -1,7 +0,0 @@
|
||||
Package: linux-image@source_suffix@-@arch@-signed-template
|
||||
Meta-Rules-Target: signed-template
|
||||
Build-Profiles: <!pkg.linux.nokernel>
|
||||
Depends: dpkg-dev, python3:any, ${misc:Depends}
|
||||
Description: Template for signed linux-image packages for @arch@
|
||||
This package is used to control code signing by the Debian signing
|
||||
service.
|
@@ -1 +0,0 @@
|
||||
linux-image@source_suffix@-@arch@-signed-template: script-not-executable
|
@@ -1 +0,0 @@
|
||||
headers.meta.control.in
|
@@ -1,3 +0,0 @@
|
||||
# linux-signed-* source packages are generated by the linux source
|
||||
# package, so it is OK for their binaries to share documentation
|
||||
@package@: usr-share-doc-symlink-to-foreign-package linux-headers-@abiname@@localversion@
|
@@ -1 +0,0 @@
|
||||
headers.meta.maintscript.in
|
1
debian/templates/signed.image.NEWS.j2
vendored
1
debian/templates/signed.image.NEWS.j2
vendored
@@ -1 +0,0 @@
|
||||
image.NEWS.j2
|
19
debian/templates/signed.image.control.in
vendored
19
debian/templates/signed.image.control.in
vendored
@@ -1,19 +0,0 @@
|
||||
Package: linux-image-@abiname@@localversion@
|
||||
Meta-Rules-Target: image
|
||||
Meta-Sign-Package: linux-image-@abiname@@localversion@-unsigned
|
||||
Meta-Sign-Files: boot/@image-stem@-@abiname@@localversion@:efi
|
||||
Build-Profiles: <!pkg.linux.nokernel>
|
||||
Build-Depends:
|
||||
linux-image-@abiname@@localversion@-unsigned (= @signedtemplate_binaryversion@),
|
||||
kmod,
|
||||
# Used by debian/signing_templates/rules.real
|
||||
rsync,
|
||||
Built-Using: @source_basename@@source_suffix@ (= @version_complete@)
|
||||
Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}
|
||||
Conflicts: linux-image-@abiname@@localversion@-unsigned
|
||||
Replaces: linux-image-@abiname@@localversion@-unsigned
|
||||
Suggests: firmware-linux-free, linux-doc-@version@, debian-kernel-handbook
|
||||
Description: Linux @upstreamversion@ for @class@ (signed)
|
||||
The Linux kernel @upstreamversion@ and modules for use on @longclass@.
|
||||
.
|
||||
The kernel image is signed for use with Secure Boot.
|
1
debian/templates/signed.image.postinst.in
vendored
1
debian/templates/signed.image.postinst.in
vendored
@@ -1 +0,0 @@
|
||||
image.postinst.in
|
1
debian/templates/signed.image.postrm.in
vendored
1
debian/templates/signed.image.postrm.in
vendored
@@ -1 +0,0 @@
|
||||
image.postrm.in
|
1
debian/templates/signed.image.preinst.in
vendored
1
debian/templates/signed.image.preinst.in
vendored
@@ -1 +0,0 @@
|
||||
image.preinst.in
|
1
debian/templates/signed.image.prerm.in
vendored
1
debian/templates/signed.image.prerm.in
vendored
@@ -1 +0,0 @@
|
||||
image.prerm.in
|
14
debian/templates/signed.source.control.in
vendored
14
debian/templates/signed.source.control.in
vendored
@@ -1,14 +0,0 @@
|
||||
Source: linux-signed@source_suffix@-@arch@
|
||||
Section: kernel
|
||||
Priority: optional
|
||||
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
|
||||
Uploaders: Bastian Blank <waldi@debian.org>, maximilian attems <maks@debian.org>, Ben Hutchings <benh@debian.org>, Salvatore Bonaccorso <carnil@debian.org>
|
||||
Standards-Version: 4.2.0
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
python3:any,
|
||||
sbsigntool [amd64 arm64],
|
||||
Rules-Requires-Root: no
|
||||
Vcs-Git: https://salsa.debian.org/kernel-team/linux.git
|
||||
Vcs-Browser: https://salsa.debian.org/kernel-team/linux
|
||||
Homepage: https://www.kernel.org/
|
@@ -1,7 +0,0 @@
|
||||
# linux-signed-* source packages are generated by the linux source
|
||||
# package, and produce binaries with the same versions, even in case
|
||||
# of a binNMU of linux
|
||||
linux-signed-@arch@ source: version-substvar-for-external-package Depends *${binary:Version} linux-headers-* -> linux-headers-*
|
||||
|
||||
# The changelog is mostly copied from linux which is non-native
|
||||
linux-signed-@arch@ source: odd-historical-debian-changelog-version * (for native)*
|
Reference in New Issue
Block a user