]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Merge branch 'rename-helpers' into 'master'
authorSteve McIntyre <93sam@debian.org>
Thu, 7 Mar 2019 00:23:52 +0000 (00:23 +0000)
committerSteve McIntyre <93sam@debian.org>
Thu, 7 Mar 2019 00:23:52 +0000 (00:23 +0000)
Rename all the packages containg the helper binaries

See merge request efi-team/shim!2

12 files changed:
debian/changelog
debian/control
debian/shim-amd64-signed-template.lintian-overrides [deleted file]
debian/shim-arm64-signed-template.lintian-overrides [deleted file]
debian/shim-helpers-amd64-signed-template.lintian-overrides [new file with mode: 0644]
debian/shim-helpers-arm64-signed-template.lintian-overrides [new file with mode: 0644]
debian/shim-helpers-i386-signed-template.lintian-overrides [new file with mode: 0644]
debian/shim-i386-signed-template.lintian-overrides [deleted file]
debian/signing-template.generate
debian/signing-template/changelog.in
debian/signing-template/control.in
debian/signing-template/copyright

index 6dc54b7d7f2729427bcdac0688f908a128479f5a..c0d0ab1f030c170f9858960dbe3256cdd2ed436f 100644 (file)
@@ -15,8 +15,9 @@ shim (15+1533136590.3beb971-3) UNRELEASED; urgency=medium
   [ Steve McIntyre ]
   * Change maintenance address to be the EFI team
   * Add me and vorlon to the Uploaders list
+  * Rename the helper binary packages to shim-helpers-$arch.
 
- -- Luca Boccassi <bluca@debian.org>  Fri, 15 Feb 2019 19:50:10 +0000
+ -- Steve McIntyre <93sam@debian.org>  Wed, 06 Mar 2019 22:35:52 +0000
 
 shim (15+1533136590.3beb971-2) unstable; urgency=medium
 
index e713ee2157eef640fb45be08900c328c6a0357d8..bedff821bc0060cd6278985aa384d64652bbb932 100644 (file)
@@ -20,23 +20,23 @@ Description: boot loader to chain-load signed boot loaders under Secure Boot
  infrequently-changing binary to be signed by the UEFI CA, while allowing
  an OS distributor to revision their main bootloader independently of the CA.
 
-Package: shim-amd64-signed-template
+Package: shim-helpers-amd64-signed-template
 Architecture: amd64
 Depends: ${misc:Depends},
 Description: boot loader to chain-load signed boot loaders (signing template)
- This package contains template files for shim-amd64-signed.
+ This package contains template files for shim-helpers-amd64-signed.
  This is only needed for Secure Boot signing.
 
-Package: shim-i386-signed-template
+Package: shim-helpers-i386-signed-template
 Architecture: i386
 Depends: ${misc:Depends},
 Description: boot loader to chain-load signed boot loaders (signing template)
- This package contains template files for shim-i386-signed.
+ This package contains template files for shim-helpers-i386-signed.
  This is only needed for Secure Boot signing.
 
-Package: shim-arm64-signed-template
+Package: shim-helpers-arm64-signed-template
 Architecture: arm64
 Depends: ${misc:Depends},
 Description: boot loader to chain-load signed boot loaders (signing template)
- This package contains template files for shim-arm64-signed.
+ This package contains template files for shim-helpers-arm64-signed.
  This is only needed for Secure Boot signing.
diff --git a/debian/shim-amd64-signed-template.lintian-overrides b/debian/shim-amd64-signed-template.lintian-overrides
deleted file mode 100644 (file)
index 96e97d2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-shim-amd64-signed-template: missing-dep-for-interpreter
diff --git a/debian/shim-arm64-signed-template.lintian-overrides b/debian/shim-arm64-signed-template.lintian-overrides
deleted file mode 100644 (file)
index a5478bb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-shim-arm64-signed-template: missing-dep-for-interpreter
diff --git a/debian/shim-helpers-amd64-signed-template.lintian-overrides b/debian/shim-helpers-amd64-signed-template.lintian-overrides
new file mode 100644 (file)
index 0000000..e894fa9
--- /dev/null
@@ -0,0 +1 @@
+shim-helpers-amd64-signed-template: missing-dep-for-interpreter
diff --git a/debian/shim-helpers-arm64-signed-template.lintian-overrides b/debian/shim-helpers-arm64-signed-template.lintian-overrides
new file mode 100644 (file)
index 0000000..adb0fa9
--- /dev/null
@@ -0,0 +1 @@
+shim-helpers-arm64-signed-template: missing-dep-for-interpreter
diff --git a/debian/shim-helpers-i386-signed-template.lintian-overrides b/debian/shim-helpers-i386-signed-template.lintian-overrides
new file mode 100644 (file)
index 0000000..8833480
--- /dev/null
@@ -0,0 +1 @@
+shim-helpers-i386-signed-template: missing-dep-for-interpreter
diff --git a/debian/shim-i386-signed-template.lintian-overrides b/debian/shim-i386-signed-template.lintian-overrides
deleted file mode 100644 (file)
index 41935bf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-shim-i386-signed-template: missing-dep-for-interpreter
index cc842c140710306655884a08922ee6366d65dbf1..63ba0f24ec9585367660187415ed980a46956984 100755 (executable)
@@ -20,7 +20,7 @@ subst () {
 }
 
 template='./debian/signing-template'
-pkg_name="shim-${DEB_HOST_ARCH}-signed-template"
+pkg_name="shim-helpers-${DEB_HOST_ARCH}-signed-template"
 pkg_dir="debian/${pkg_name}/usr/share/code-signing/${pkg_name}"
 pkg_deb="${pkg_dir}/source-template/debian"
 
index ca666d7d5ead53660a66de6b6694813e4815f4e1..f2e4ba69db1bca0b6167fbf1e759f271e1b6c503 100644 (file)
@@ -1,10 +1,10 @@
-shim-@arch@-signed (1+@version_mangled@) @distribution@; urgency=@urgency@
+shim-helpers-@arch@-signed (1+@version_mangled@) @distribution@; urgency=@urgency@
 
   * Update to shim @version_binary@
 
  -- Debian signing service <ftpmaster@debian.org>  @date@
 
-shim-@arch@-signed (1) unstable; urgency=medium
+shim-helpers-@arch@-signed (1) unstable; urgency=medium
 
   * Add template source package for signing
 
index a352242c9f69733d7d4f5164d665398bd2af2f44..960d0091711877d526369b915f314f1b2a8bfb2c 100644 (file)
@@ -1,14 +1,14 @@
-Source: shim-@arch@-signed
+Source: shim-helpers-@arch@-signed
 Section: admin
 Priority: optional
-Maintainer: Steve Langasek <vorlon@debian.org>
-Standards-Version: 3.9.8
+Maintainer: Debian EFI team <efi-team@lists.debian.org>
+Standards-Version: 4.3.0
 Build-Depends: debhelper (>= 10.1~),
  sbsigntool [amd64 arm64 i386],
  shim-unsigned (= @version_binary@),
 Rules-Requires-Root: no
 
-Package: shim-@arch@-signed
+Package: shim-helpers-@arch@-signed
 Architecture: @arch@
 Conflicts: shim (<< 15+1533136590.3beb971-3~),
 Replaces: shim (<< 15+1533136590.3beb971-3~),
index 6d325cbaf2d7339e919a1aaec2ba5ab4bb587ff7..955ccbf829ee64ec1096f091a768d86a311387d5 100644 (file)
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Comment:
- This file describes only the shim-signed source package.
+ This file describes only the shim-helpers-signed-* source package.
 
 Files: debian/signatures/*
 License: public-domain