diff mbox series

[3/9] UBUNTU: [Packaging] lrg does not use fix-filenames

Message ID 20220914135455.2685644-4-apw@canonical.com
State New
Headers show
Series [1/9] UBUNTU: [Packaging] fix our dh_clean override | expand

Commit Message

Andy Whitcroft Sept. 14, 2022, 1:54 p.m. UTC
We are building fix-filename in the lrg rules when we actually never use
it.  Stop doing this.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 debian/rules.lrg | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/debian/rules.lrg b/debian/rules.lrg
index 210518c..c560b77 100755
--- a/debian/rules.lrg
+++ b/debian/rules.lrg
@@ -5,9 +5,6 @@  arch = $(shell dpkg-architecture -qDEB_HOST_ARCH)
 test::
 	echo "$(src_version) $(src_main_version)"
 
-debian/scripts/fix-filenames: debian/scripts/fix-filenames.c
-	$(CC) -o $@ $^
-
 clean::
 	rm -rf rm -rf $(dkms_dir)
 	rm -f debian/scripts/fix-filenames
@@ -25,8 +22,5 @@  custom-upload:
 	cd $(custom_top) && tar czvf ../../../$(custom_tar) .
 	dpkg-distaddfile $(custom_tar) raw-signing -
 
-override_dh_prep: debian/scripts/fix-filenames
-	dh_prep
-
 override_dh_auto_install: nvidia-$(arch) custom-upload
 	dh_install