[neon/qt6/qt6-svg/Neon/release] debian: make it work
Carlos De Maine
null at kde.org
Fri Dec 15 15:50:45 GMT 2023
Git commit ab2c9d44505bd28f6bf3c00e5c51ac7dafe44bf8 by Carlos De Maine.
Committed on 15/12/2023 at 16:50.
Pushed by carlosdem into branch 'Neon/release'.
make it work
M +7 -7 debian/rules
https://invent.kde.org/neon/qt6/qt6-svg/-/commit/ab2c9d44505bd28f6bf3c00e5c51ac7dafe44bf8
diff --git a/debian/rules b/debian/rules
index 9b7894a..ba0e08f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_configure:
-DQT_UNITY_BUILD=ON \
$(extra_cmake_args)
-ifneq ($(filter neon_nodoc,$(DEB_BUILD_PROFILES)),)
+#ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
override_dh_auto_build-indep:
dh_auto_build -- docs
@@ -35,13 +35,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