[neon/backports-focal/libcec/Neon/release_focal] debian: try to remove excessive compat file
Jonathan Esk-Riddell
null at kde.org
Thu May 5 15:04:42 BST 2022
Git commit afb6df36d3ecb25a203f04b1392dfcae57439370 by Jonathan Esk-Riddell.
Committed on 05/05/2022 at 14:04.
Pushed by jriddell into branch 'Neon/release_focal'.
try to remove excessive compat file
M +5 -0 debian/rules
https://invent.kde.org/neon/backports-focal/libcec/commit/afb6df36d3ecb25a203f04b1392dfcae57439370
diff --git a/debian/rules b/debian/rules
index 6f35918..e8a5675 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,11 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@ --with python3
+
+override_dh_auto_clean:
+ rm debian/compat
+ dh_auto_clean
+
override_dh_auto_configure:
ln -s /usr/include/cec-platform include/platform && \
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
More information about the Neon-commits
mailing list