[neon/qt6/qbs/Neon/release] debian: Revert "Update rules"

Carlos De Maine null at kde.org
Sat Jul 27 04:04:48 BST 2024


Git commit 61b051d508c9b042a1322284f2fc0ab707694303 by Carlos De Maine.
Committed on 27/07/2024 at 03:03.
Pushed by carlosdem into branch 'Neon/release'.

Revert "Update rules"

This reverts commit d96e81ec02845a2486cfed9fa3f64e385e2e4265.

M  +2    -2    debian/rules

https://invent.kde.org/neon/qt6/qbs/-/commit/61b051d508c9b042a1322284f2fc0ab707694303

diff --git a/debian/rules b/debian/rules
index b9df2eb..fe8ce06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,9 +37,9 @@ override_dh_auto_install-arch:
 	dh_auto_install -- -C doc/man
 
 override_dh_auto_build-indep:
-	dh_auto_build --no-parallel -- doc
+	dh_auto_build --no-parallel -- -C doc
 	dh_auto_build -- -C share
 
 override_dh_auto_install-indep:
-	dh_auto_install --no-parallel -- doc
+	dh_auto_install --no-parallel -- -C doc
 	dh_auto_install -- -C share



More information about the Neon-commits mailing list