Author: Omar Campagne Subject: Declare the application is packaged. Description: Avoid dependency checking and disable --profile . This disables --profile on packaged versions as it didn't work and also prevents dependency checking at startup. Bug: http://bugs.locamotion.org/show_bug.cgi?id=1861 Forwarded: not-needed ========================================= Index: trunk/bin/virtaal =================================================================== --- trunk.orig/bin/virtaal 2012-01-11 17:38:38.000000000 +0100 +++ trunk/bin/virtaal 2012-01-11 17:46:34.000000000 +0100 @@ -31,7 +31,7 @@ packaged = getattr(sys, 'frozen', False) # Distributions can just set this value to True, if dependencies are taken care # of elsewhere: -#packaged = True +packaged = True # Let's check for dependencies before we do anything else if not packaged: