From 65b4f61110c5dd3b02f8e72c1bba74a58e1f4dc9 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Mon, 16 Nov 2020 04:21:36 +0000 Subject: [PATCH] debian: Drop pointless dh_shlibdeps override There's no other mention of DHSLIBS in the entire tree so it'll always be empty. --- contrib/debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/debian/rules b/contrib/debian/rules index 6861bc7e8..be9a6dad0 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -110,6 +110,3 @@ ifeq (ubuntu,$(SB_STYLE)) dpkg-distaddfile $(tar_name) raw-uefi - ;\ fi endif - -override_dh_shlibdeps: - dh_shlibdeps $$DHSLIBS