[neon/qt/qtsystems] debian: debian/rules: Do dh_auto_install in --no-parallel mode. Build problems have been observed when running dh_auto_install parallely.
    Mike Gabriel 
    null at kde.org
       
    Tue Feb 21 10:05:47 GMT 2023
    
    
  
Git commit 16974e2dfcf888114e7898c4c7e393fd55d68109 by Mike Gabriel.
Committed on 25/12/2021 at 17:57.
Pushed by carlosdem into branch 'master'.
debian/rules: Do dh_auto_install in --no-parallel mode. Build problems have been observed when running dh_auto_install parallely.
M  +1    -1    debian/rules
https://invent.kde.org/neon/qt/qtsystems/commit/16974e2dfcf888114e7898c4c7e393fd55d68109
diff --git a/debian/rules b/debian/rules
index fb93dfb..73f5504 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- CONFIG+="$(CONFIG)" QT_BUILD_PARTS+=tests
 
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install --no-parallel
 
 	# Fix wrong path in pkgconfig files
 	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig -type f -name '*.pc' \
    
    
More information about the Neon-commits
mailing list