[Pkg-owncloud-commits] [owncloud-client] 22/211: macdeployqt: Fix missing symbol
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 32aaecd832c43eaba83e386765de9fc51e5708f8
Author: Markus Goetz <markus at woboq.com>
Date: Thu Oct 9 12:07:00 2014 +0200
macdeployqt: Fix missing symbol
---
admin/osx/macdeployqt.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/admin/osx/macdeployqt.py b/admin/osx/macdeployqt.py
index ca826aa..02b3dfe 100755
--- a/admin/osx/macdeployqt.py
+++ b/admin/osx/macdeployqt.py
@@ -68,6 +68,9 @@ class CouldNotFindQtPluginError(Error):
class CouldNotFindScriptPluginError(Error):
pass
+class CouldNotFindFrameworkError(Error):
+ pass
+
if len(sys.argv) < 2:
print 'Usage: %s <bundle.app>' % sys.argv[0]
exit()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list