[Python-apps-commits] r13404 - in packages/gitinspector/trunk/debian/patches (1 file)

ckk at users.alioth.debian.org ckk at users.alioth.debian.org
Tue Jul 19 18:48:57 UTC 2016


    Date: Tuesday, July 19, 2016 @ 18:48:56
  Author: ckk
Revision: 13404

Fix typo in patch breaking jquery-tablesorter inclusion

Closes: #831817

Modified:
  packages/gitinspector/trunk/debian/patches/Use-jQuery-libraries-from-the-Debian-archive.patch

Modified: packages/gitinspector/trunk/debian/patches/Use-jQuery-libraries-from-the-Debian-archive.patch
===================================================================
--- packages/gitinspector/trunk/debian/patches/Use-jQuery-libraries-from-the-Debian-archive.patch	2016-07-19 17:54:41 UTC (rev 13403)
+++ packages/gitinspector/trunk/debian/patches/Use-jQuery-libraries-from-the-Debian-archive.patch	2016-07-19 18:48:56 UTC (rev 13404)
@@ -38,7 +38,7 @@
 +		resize_js = None
 +		jquery_js = None
 +		with open('/usr/share/javascript/jquery-tablesorter/jquery.tablesorter.js') as js:
-+			tablersorter_js = js.read().decode("utf-8", "replace")
++			tablesorter_js = js.read().decode("utf-8", "replace")
 +		with open('/usr/share/javascript/jquery-flot/jquery.flot.js') as js:
 +			flot_js = js.read().decode("utf-8", "replace")
 +		with open('/usr/share/javascript/jquery-flot/jquery.flot.pie.js') as js:




More information about the Python-apps-commits mailing list