[debian] rules: Don't bother deleting the extra LICENSE file.

It's failing on Launchpad for some reason.
This commit is contained in:
David Korth 2025-06-16 23:30:50 -04:00
parent c96e470e1b
commit 253af29292

5
debian/rules vendored
View File

@ -22,8 +22,3 @@ override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
CTEST_OUTPUT_ON_FAILURE=1 $(MAKE) -C build test
endif
# Remove the extra LICENSE file.
override_dh_auto_install:
dh_auto_install
rm $(DESTDIR)/usr/share/doc/rvthtool/LICENSE