[neon/qt6/qt6-shadertools/Neon/release] debian: make it work
Carlos De Maine
null at kde.org
Fri Dec 15 15:48:48 GMT 2023
Git commit fb634bad9b2de7f76cf1a6e2b1a5d51fbab38dd7 by Carlos De Maine.
Committed on 15/12/2023 at 16:48.
Pushed by carlosdem into branch 'Neon/release'.
make it work
M +7 -7 debian/rules
https://invent.kde.org/neon/qt6/qt6-shadertools/-/commit/fb634bad9b2de7f76cf1a6e2b1a5d51fbab38dd7
diff --git a/debian/rules b/debian/rules
index 7558577..37d4831 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_configure:
-DQT_UNITY_BUILD=ON \
$(cmake_extra_args)
-ifneq ($(filter neon_nodoc,$(DEB_BUILD_PROFILES)),)
+#ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
override_dh_auto_build-indep:
dh_auto_build -- docs
@@ -40,13 +40,13 @@ override_dh_auto_install-indep:
# Remove build path from index files.
find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
sed -i 's@$(CURDIR)/@@g' {} \;
-else
-override_dh_auto_build-indep:
- dh_auto_build
+#else
+#override_dh_auto_build-indep:
+# dh_auto_build
-override_dh_auto_install-indep:
- DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
-endif
+#override_dh_auto_install-indep:
+# DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
+#endif
execute_after_dh_auto_install-arch:
# Reproducible builds: remove build paths from .prl files
More information about the Neon-commits
mailing list