[SCM] morituri/master: fix syntax error

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:08 UTC 2014


The following commit has been merged in the master branch:
commit 82404900fd8e7510cdaff6a561082dd2f630679f
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Tue Jul 30 12:36:21 2013 +0200

    fix syntax error

diff --git a/morituri/configure/installed.py.in b/morituri/configure/installed.py.in
index c29a3f5..c80f431 100644
--- a/morituri/configure/installed.py.in
+++ b/morituri/configure/installed.py.in
@@ -7,5 +7,5 @@ def get():
         'isinstalled': True,
         'pluginsdir': '@PLUGINSDIR@',
         'version': '@VERSION@',
-        'revision', '@REVISION@',
+        'revision': '@REVISION@',
     }

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list