forked from qt-creator/qt-creator
		
	Don't run dh_shlibdeps by default.
This particular script is responsible for > 90% of packaging time. Reviewed-by: kh1
This commit is contained in:
		@@ -190,6 +190,7 @@ bool MaemoPackageCreationStep::createPackage()
 | 
			
		||||
 | 
			
		||||
        QByteArray rulesContents = rulesFile.readAll();
 | 
			
		||||
        rulesContents.replace("DESTDIR", "INSTALL_ROOT");
 | 
			
		||||
        rulesContents.replace("dh_shlibdeps", "# dh_shlibdeps");
 | 
			
		||||
 | 
			
		||||
        // Would be the right solution, but does not work (on Windows),
 | 
			
		||||
        // because dpkg-genchanges doesn't know about it (and can't be told).
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user