[neon/qt6/qt6-doc/Neon/release] debian: clean up rules
Carlos De Maine
null at kde.org
Thu May 1 15:37:55 BST 2025
Git commit e91e5aed9f58d0ed70206a0496b0a02fce321e7d by Carlos De Maine.
Committed on 01/05/2025 at 14:37.
Pushed by carlosdem into branch 'Neon/release'.
clean up rules
M +0 -11 debian/rules
https://invent.kde.org/neon/qt6/qt6-doc/-/commit/e91e5aed9f58d0ed70206a0496b0a02fce321e7d
diff --git a/debian/rules b/debian/rules
index cce64f1..50e5fd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,17 +6,6 @@ include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
-#### uncomment when bootstrapping a new qt release ####
-#export DEB_BUILD_PROFILES := ${DEB_BUILD_PROFILES} nodoc
-
-ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)),)
-override_dh_auto_build-indep:
- dh_auto_build
-
-override_dh_auto_install-indep:
- DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
-endif
-
# QT_HOST_PATH isn't passed in cross-builds
ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
cmake_extra_args += \
More information about the Neon-commits
mailing list