[neon/qt6/qt6-svg/Neon/release] debian: remove outdated comment

Carlos De Maine null at kde.org
Wed Apr 30 06:26:40 BST 2025


Git commit c849abd667203b324d1785667d6d06e6b7f1f82c by Carlos De Maine.
Committed on 30/04/2025 at 05:26.
Pushed by carlosdem into branch 'Neon/release'.

remove outdated comment

M  +8    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-svg/-/commit/c849abd667203b324d1785667d6d06e6b7f1f82c

diff --git a/debian/rules b/debian/rules
index 8d71a36..fc2f7d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,13 @@ 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))
@@ -45,4 +50,4 @@ endif
 
 execute_after_dh_auto_install-arch:
 	# Reproducible builds: remove build paths from .prl files
-	sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
+	sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
\ No newline at end of file


More information about the Neon-commits mailing list