+
+# if we are called directly as script
+if __name__ == "__main__":
+ # get config
+ import imp
+ config = imp.load_source('config', 'debian/auto-debuild.conf').__dict__
+ os.remove('debian/auto-debuild.confc')
+ # and go for it
+ createAndInstall(config, overwriteCheck=True)