From: Johannes Schauer <josch@debian.org>
Date: Wed, 2 Aug 2017 10:55:50 +0200
X-Dgit-Generated: 0.21-4 90f72641b5c0c648bdb8c1f70007196fbc3597a9
Subject: Replace jquery-tablesorter/themes/blue/style.css with jquery-tablesorter/css/theme.blue.css after upstream switch


---

--- botch-0.21.orig/tests/cross/out/stats.html
+++ botch-0.21/tests/cross/out/stats.html
@@ -3,7 +3,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>Debian Dependency Graph Analysis Results</title>
-    <link href="file:///usr/share/javascript/jquery-tablesorter/themes/blue/style.css" rel="stylesheet" />
+    <link href="file:///usr/share/javascript/jquery-tablesorter/css/theme.blue.css" rel="stylesheet" />
     <style>
     body {margin-top:6em}
     table {font-size: 1em !important}
--- botch-0.21.orig/tests/default/out/stats.html
+++ botch-0.21/tests/default/out/stats.html
@@ -3,7 +3,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>Debian Dependency Graph Analysis Results</title>
-    <link href="file:///usr/share/javascript/jquery-tablesorter/themes/blue/style.css" rel="stylesheet" />
+    <link href="file:///usr/share/javascript/jquery-tablesorter/css/theme.blue.css" rel="stylesheet" />
     <style>
     body {margin-top:6em}
     table {font-size: 1em !important}
--- botch-0.21.orig/tests/selfcontained/out/stats.html
+++ botch-0.21/tests/selfcontained/out/stats.html
@@ -3,7 +3,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>Debian Dependency Graph Analysis Results</title>
-    <link href="file:///usr/share/javascript/jquery-tablesorter/themes/blue/style.css" rel="stylesheet" />
+    <link href="file:///usr/share/javascript/jquery-tablesorter/css/theme.blue.css" rel="stylesheet" />
     <style>
     body {margin-top:6em}
     table {font-size: 1em !important}
--- botch-0.21.orig/tools/stat-html.py
+++ botch-0.21/tools/stat-html.py
@@ -335,7 +335,7 @@ def stat_html(data, online=False, verbos
         webresources_pager = "/webresources"
     else:
         webresources_style = \
-            "file:///usr/share/javascript/jquery-tablesorter/themes/blue"
+            "file:///usr/share/javascript/jquery-tablesorter/css"
         webresources_jquery = \
             "file:///usr/share/javascript/jquery"
         webresources_tablesorter = \
@@ -348,7 +348,7 @@ def stat_html(data, online=False, verbos
   <head>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>Debian Dependency Graph Analysis Results</title>
-    <link href="%s/style.css" rel="stylesheet" />
+    <link href="%s/theme.blue.css" rel="stylesheet" />
     <style>
     body {margin-top:6em}
     table {font-size: 1em !important}
