diff mbox

debian/control: remove ${shlibs:Depends} for fwts-frontend and fwts-efi-runtime-dkms

Message ID 20170424211741.14138-1-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King April 24, 2017, 9:17 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

These two packages don't need ${shlibs:Depends} and removing them cleans
up two lintian warnings

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Alex Hung April 25, 2017, 6:12 p.m. UTC | #1
On 2017-04-24 02:17 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> These two packages don't need ${shlibs:Depends} and removing them cleans
> up two lintian warnings
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  debian/control | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/debian/control b/debian/control
> index 9740b2f2..03c1bbb6 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -47,7 +47,7 @@ Description: FirmWare Test Suite core support library
>  Package: fwts-frontend
>  Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el s390x
>  Priority: optional
> -Depends: ${shlibs:Depends}, ${misc:Depends}, dialog, fwts
> +Depends: ${misc:Depends}, dialog, fwts
>  Description: Firmware Test Suite frontend interface
>   This is a dialog based interface designed to provide an easy to use method
>   to execute tests via Firmware Test Suite and is also used as the primary
> @@ -56,7 +56,7 @@ Description: Firmware Test Suite frontend interface
>  Package: fwts-efi-runtime-dkms
>  Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
>  Priority: optional
> -Depends: ${shlibs:Depends}, ${misc:Depends}, dkms
> +Depends: ${misc:Depends}, dkms
>  Description: Firmware Test Suite UEFI Runtime Service kernel driver
>   This package provides the efi_runtime kernel driver in DKMS format,
>   which is required for accessing UEFI Runtime Services.
>

Acked-by: Alex Hung <alex.hung@canonical.com>
Ivan Hu April 27, 2017, 6:37 a.m. UTC | #2
On 04/25/2017 05:17 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> These two packages don't need ${shlibs:Depends} and removing them cleans
> up two lintian warnings
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  debian/control | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/debian/control b/debian/control
> index 9740b2f2..03c1bbb6 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -47,7 +47,7 @@ Description: FirmWare Test Suite core support library
>  Package: fwts-frontend
>  Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el s390x
>  Priority: optional
> -Depends: ${shlibs:Depends}, ${misc:Depends}, dialog, fwts
> +Depends: ${misc:Depends}, dialog, fwts
>  Description: Firmware Test Suite frontend interface
>   This is a dialog based interface designed to provide an easy to use method
>   to execute tests via Firmware Test Suite and is also used as the primary
> @@ -56,7 +56,7 @@ Description: Firmware Test Suite frontend interface
>  Package: fwts-efi-runtime-dkms
>  Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
>  Priority: optional
> -Depends: ${shlibs:Depends}, ${misc:Depends}, dkms
> +Depends: ${misc:Depends}, dkms
>  Description: Firmware Test Suite UEFI Runtime Service kernel driver
>   This package provides the efi_runtime kernel driver in DKMS format,
>   which is required for accessing UEFI Runtime Services.
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

diff --git a/debian/control b/debian/control
index 9740b2f2..03c1bbb6 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,7 @@  Description: FirmWare Test Suite core support library
 Package: fwts-frontend
 Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el s390x
 Priority: optional
-Depends: ${shlibs:Depends}, ${misc:Depends}, dialog, fwts
+Depends: ${misc:Depends}, dialog, fwts
 Description: Firmware Test Suite frontend interface
  This is a dialog based interface designed to provide an easy to use method
  to execute tests via Firmware Test Suite and is also used as the primary 
@@ -56,7 +56,7 @@  Description: Firmware Test Suite frontend interface
 Package: fwts-efi-runtime-dkms
 Architecture: i386 amd64 armel armhf arm64 ppc64 ppc64el
 Priority: optional
-Depends: ${shlibs:Depends}, ${misc:Depends}, dkms
+Depends: ${misc:Depends}, dkms
 Description: Firmware Test Suite UEFI Runtime Service kernel driver
  This package provides the efi_runtime kernel driver in DKMS format,
  which is required for accessing UEFI Runtime Services.