[neon/qt/qtfeedback/Neon/release] debian: debian/rules: Remove broken CMake file (maybe needs later investigation in more depth). (Closes: #1004705).
Mike Gabriel
null at kde.org
Thu May 5 12:52:35 BST 2022
Git commit 90acad097882a4ea54999f510380503c24d3e507 by Mike Gabriel.
Committed on 31/01/2022 at 21:50.
Pushed by jriddell into branch 'Neon/release'.
debian/rules: Remove broken CMake file (maybe needs later investigation in more depth). (Closes: #1004705).
M +5 -2 debian/rules
https://invent.kde.org/neon/qt/qtfeedback/commit/90acad097882a4ea54999f510380503c24d3e507
diff --git a/debian/rules b/debian/rules
index edc3f77..7159fd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,11 +44,14 @@ override_dh_auto_install:
# Fix wrong path in pkgconfig files
find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig -type f -name '*.pc' \
-exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \;
-
+
# Remove private stuff
rm -rfv debian/tmp/usr/include/*/qt5/QtFeedback/*/QtFeedback/private/
rm -fv $(CURDIR)/debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_*_private.pri
-
+
+ # Remove broken .cmake file
+ rm -fv $(CURDIR)/debian/tmp/usr/lib/*/cmake/Qt5Feedback/Qt5Feedback_.cmake
+
# Remove libtool-like files
rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
More information about the Neon-commits
mailing list