[PATCH 3/9] UBUNTU: [Packaging] lrg does not use fix-filenames
Andy Whitcroft
apw at canonical.com
Wed Sep 14 13:54:49 UTC 2022
We are building fix-filename in the lrg rules when we actually never use
it. Stop doing this.
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
debian/rules.lrg | 6 ------
1 file changed, 6 deletions(-)
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
--
2.36.1
More information about the kernel-team
mailing list