Skip to content
Snippets Groups Projects
Commit e4a2b6fd authored by ck's avatar ck
Browse files

Don't run dh_shlibdeps by default.

This particular script is responsible for > 90% of packaging time.

Reviewed-by: kh1
parent 89e1b2d8
No related merge requests found
...@@ -190,6 +190,7 @@ bool MaemoPackageCreationStep::createPackage() ...@@ -190,6 +190,7 @@ bool MaemoPackageCreationStep::createPackage()
QByteArray rulesContents = rulesFile.readAll(); QByteArray rulesContents = rulesFile.readAll();
rulesContents.replace("DESTDIR", "INSTALL_ROOT"); rulesContents.replace("DESTDIR", "INSTALL_ROOT");
rulesContents.replace("dh_shlibdeps", "# dh_shlibdeps");
// Would be the right solution, but does not work (on Windows), // Would be the right solution, but does not work (on Windows),
// because dpkg-genchanges doesn't know about it (and can't be told). // because dpkg-genchanges doesn't know about it (and can't be told).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment