[neon/qt6/qt6-base/Neon/release] debian: rules as well
Carlos De Maine
null at kde.org
Thu Dec 14 01:53:54 GMT 2023
Git commit 1240d0977399ec72bef60eecabbcf2b501f826de by Carlos De Maine.
Committed on 14/12/2023 at 02:53.
Pushed by carlosdem into branch 'Neon/release'.
rules as well
M +3 -3 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/1240d0977399ec72bef60eecabbcf2b501f826de
diff --git a/debian/rules b/debian/rules
index 86d953e..a3729ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -125,12 +125,12 @@ execute_after_dh_auto_install-arch:
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake
override_dh_auto_build-indep:
- dh_auto_build -- docs
+ dh_auto_build #-- docs
override_dh_auto_install-indep:
- DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install_docs
+ DESTDIR=$(CURDIR)/debian/tmp dh_auto_build #-- install_docs
# Remove build path from index files.
- find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
+# find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
sed -i 's@$(CURDIR)/@@g' {} \;
### no longer needed??
More information about the Neon-commits
mailing list