Lintian Fixes - edk2

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 4c641788a2..969d4fcda6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+edk2 (2023.02-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Add missing ${misc:Depends} to Depends for efi-shell-ia32, efi-shell-x64,
+    efi-shell-arm, efi-shell-aa64.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 12 to 13.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 09 Jul 2023 07:50:38 -0000
+
 edk2 (2023.02-2) experimental; urgency=medium
 
   * Introduce efi-shell-* packages. Thanks to Heinrich Schuchardt of
@@ -862,7 +875,7 @@ edk2 (0~20150106.5c2d456b-1) unstable; urgency=medium
   * Refactor debian/rules to support cross-building.
   * debian/patches/no-stack-protector-all-archs.diff: pass
     -fno-stack-protector to all ARM GCC toolchains.
-  * Add XS-Build-Indep-Architecture to debian/control, as a temporary 
+  * Add XS-Build-Indep-Architecture to debian/control, as a temporary
     measure pending standardization, to work around Launchpad builder
     behavior which would try to build our arch: all package on an arm64
     builder instead of an x86 one.
diff --git a/debian/control b/debian/control
index f0875af26a..01747adcf0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
 Uploaders: Steve Langasek <vorlon@debian.org>, Serge Hallyn <serge.hallyn@ubuntu.com>, dann frazier <dannf@debian.org>
 Build-Depends: bc,
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  dh-exec,
  dosfstools,
  dpkg (>= 1.19.3),
@@ -23,8 +23,8 @@ Build-Depends: bc,
  qemu-system-x86 (>= 1:2.12+dfsg),
  uuid-dev,
  xorriso,
-Standards-Version: 4.5.0
-Homepage: http://www.tianocore.org
+Standards-Version: 4.6.2
+Homepage: https://www.tianocore.org
 Vcs-Git: https://salsa.debian.org/qemu-team/edk2.git
 Vcs-Browser: https://salsa.debian.org/qemu-team/edk2
 XS-Build-Indep-Architecture: amd64
@@ -75,6 +75,7 @@ Description: transitional dummy package
 
 Package: efi-shell-ia32
 Architecture: all
+Depends: ${misc:Depends}
 Description: UEFI Shell for 32-bit x86 architecture
  The UEFI Shell provides a command line interface running on top of the EFI API.
  It can be used to execute EFI binaries, to manage EFI variables and boot
@@ -84,6 +85,7 @@ Description: UEFI Shell for 32-bit x86 architecture
 
 Package: efi-shell-x64
 Architecture: all
+Depends: ${misc:Depends}
 Description: UEFI Shell for 64-bit x86 architecture
  The UEFI Shell provides a command line interface running on top of the EFI API.
  It can be used to execute EFI binaries, to manage EFI variables and boot
@@ -93,6 +95,7 @@ Description: UEFI Shell for 64-bit x86 architecture
 
 Package: efi-shell-arm
 Architecture: all
+Depends: ${misc:Depends}
 Description: UEFI Shell for 32-bit ARM architecture
  The UEFI Shell provides a command line interface running on top of the EFI API.
  It can be used to execute EFI binaries, to manage EFI variables and boot
@@ -102,6 +105,7 @@ Description: UEFI Shell for 32-bit ARM architecture
 
 Package: efi-shell-aa64
 Architecture: all
+Depends: ${misc:Depends}
 Description: UEFI Shell for 64-bit ARM architecture
  The UEFI Shell provides a command line interface running on top of the EFI API.
  It can be used to execute EFI binaries, to manage EFI variables and boot
diff --git a/debian/copyright b/debian/copyright
index 29134b9c23..dd5e0dcc34 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: edk2
 Source: git://github.com/tianocore/edk2.git, http://www.openssl.org/source/,
  with .efi binary files removed from the source at package generation time.
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000000..8e26b7071c
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/tianocore/edk2/issues
+Bug-Submit: https://github.com/tianocore/edk2/issues/new
+Repository-Browse: https://github.com/tianocore/edk2

Run locally

More details

Full run details

Historical runs