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

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


Git commit 1bd8f0678e50d4f1aa99fc0a18df9b56c5908f03 by Carlos De Maine.
Committed on 27/07/2024 at 03:03.
Pushed by carlosdem into branch 'Neon/release_jammy'.

Revert "Update rules"

This reverts commit 36340082744fd22999168c35219a9a3f679be185.

M  +2    -2    debian/rules

https://invent.kde.org/neon/qt6/qbs/-/commit/1bd8f0678e50d4f1aa99fc0a18df9b56c5908f03

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