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:
ck
2010-07-21 12:20:37 +02:00
parent 89e1b2d85a
commit e4a2b6fd7d

View File

@@ -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).