[med-svn] r15522 - trunk/packages/openslide-python/trunk/debian/patches
Mathieu Malaterre
malat at moszumanska.debian.org
Fri Dec 13 13:04:16 UTC 2013
Author: malat
Date: 2013-12-13 13:04:16 +0000 (Fri, 13 Dec 2013)
New Revision: 15522
Added:
trunk/packages/openslide-python/trunk/debian/patches/onlineref2.patch
Modified:
trunk/packages/openslide-python/trunk/debian/patches/onlineref.patch
trunk/packages/openslide-python/trunk/debian/patches/series
Log:
Fix installation
Modified: trunk/packages/openslide-python/trunk/debian/patches/onlineref.patch
===================================================================
--- trunk/packages/openslide-python/trunk/debian/patches/onlineref.patch 2013-12-13 12:20:01 UTC (rev 15521)
+++ trunk/packages/openslide-python/trunk/debian/patches/onlineref.patch 2013-12-13 13:04:16 UTC (rev 15522)
@@ -14,7 +14,7 @@
<script type="text/javascript" src="static/jquery.js"></script>
-<script type="text/javascript" src="static/OpenSeadragon.js"></script>
+<script type="text/javascript"
-+ src="http://openslide.org/demo/OpenSeadragon.js">
++ src="http://openslide.org/demo/openseadragon.min.js">
+</script>
<script type="text/javascript">
$(document).ready(function() {
Added: trunk/packages/openslide-python/trunk/debian/patches/onlineref2.patch
===================================================================
--- trunk/packages/openslide-python/trunk/debian/patches/onlineref2.patch (rev 0)
+++ trunk/packages/openslide-python/trunk/debian/patches/onlineref2.patch 2013-12-13 13:04:16 UTC (rev 15522)
@@ -0,0 +1,15 @@
+Description: Simple patch to get jquery working easily
+Author: Mathieu Malaterre <malat at debian.org>
+Forwarded: no
+
+--- openslide-python-0.4.0.orig/examples/deepzoom/templates/index.html
++++ openslide-python-0.4.0/examples/deepzoom/templates/index.html
+@@ -103,7 +103,7 @@ div#properties dd {
+ {% endif %}
+ </div>
+
+-<script type="text/javascript" src="static/jquery.js"></script>
++<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
+ <script type="text/javascript"
+ src="http://openslide.org/demo/openseadragon.min.js">
+ </script>
Modified: trunk/packages/openslide-python/trunk/debian/patches/series
===================================================================
--- trunk/packages/openslide-python/trunk/debian/patches/series 2013-12-13 12:20:01 UTC (rev 15521)
+++ trunk/packages/openslide-python/trunk/debian/patches/series 2013-12-13 13:04:16 UTC (rev 15522)
@@ -1 +1,2 @@
onlineref.patch
+onlineref2.patch
More information about the debian-med-commit
mailing list