Author: Michael R. Crusoe <crusoe@debian.org>
Description: Drop octicons
Forwarded: not-needed

Not currently packaged for Debian
--- grip.orig/grip/templates/index.html
+++ grip/grip/templates/index.html
@@ -6,7 +6,6 @@
   {%- for style_url in style_urls %}
   <link rel="stylesheet" href="{{ style_url }}" />
   {%- endfor %}
-  <link rel="stylesheet" href="{{ url_for('static', filename='octicons/octicons.css') }}" />
   {%- if styles %}
   <style>
     {%- for style in styles %}
--- grip.orig/setup.py
+++ grip/setup.py
@@ -42,7 +42,7 @@
     license='MIT',
     platforms='any',
     packages=find_packages(),
-    package_data={'grip': ['static/*.*', 'static/octicons/*', 'templates/*']},
+    package_data={'grip': ['static/*.*', 'templates/*']},
     install_requires=read('requirements.txt').splitlines(),
     extras_require={'tests': read('requirements-test.txt').splitlines()},
     zip_safe=False,
--- grip.orig/tests/output/app/gfm-test-user-context.html
+++ grip/tests/output/app/gfm-test-user-context.html
@@ -4,7 +4,6 @@
   <meta charset="utf-8" />
   <title>gfm-test.md - Grip</title>
   <link rel="icon" href="/__/grip/static/favicon.ico" />
-  <link rel="stylesheet" href="/__/grip/static/octicons/octicons.css" />
   <style>
     /* Page tweaks */
     .preview-page {
--- grip.orig/tests/output/app/gfm-test.html
+++ grip/tests/output/app/gfm-test.html
@@ -4,7 +4,6 @@
   <meta charset="utf-8" />
   <title>gfm-test.md - Grip</title>
   <link rel="icon" href="/__/grip/static/favicon.ico" />
-  <link rel="stylesheet" href="/__/grip/static/octicons/octicons.css" />
   <style>
     /* Page tweaks */
     .preview-page {
--- grip.orig/tests/output/app/simple-user-context.html
+++ grip/tests/output/app/simple-user-context.html
@@ -4,7 +4,6 @@
   <meta charset="utf-8" />
   <title>simple.md - Grip</title>
   <link rel="icon" href="/__/grip/static/favicon.ico" />
-  <link rel="stylesheet" href="/__/grip/static/octicons/octicons.css" />
   <style>
     /* Page tweaks */
     .preview-page {
--- grip.orig/tests/output/app/simple.html
+++ grip/tests/output/app/simple.html
@@ -4,7 +4,6 @@
   <meta charset="utf-8" />
   <title>simple.md - Grip</title>
   <link rel="icon" href="/__/grip/static/favicon.ico" />
-  <link rel="stylesheet" href="/__/grip/static/octicons/octicons.css" />
   <style>
     /* Page tweaks */
     .preview-page {
--- grip.orig/tests/output/app/zero-user-context.html
+++ grip/tests/output/app/zero-user-context.html
@@ -4,7 +4,6 @@
   <meta charset="utf-8" />
   <title>zero.md - Grip</title>
   <link rel="icon" href="/__/grip/static/favicon.ico" />
-  <link rel="stylesheet" href="/__/grip/static/octicons/octicons.css" />
   <style>
     /* Page tweaks */
     .preview-page {
--- grip.orig/tests/output/app/zero.html
+++ grip/tests/output/app/zero.html
@@ -4,7 +4,6 @@
   <meta charset="utf-8" />
   <title>zero.md - Grip</title>
   <link rel="icon" href="/__/grip/static/favicon.ico" />
-  <link rel="stylesheet" href="/__/grip/static/octicons/octicons.css" />
   <style>
     /* Page tweaks */
     .preview-page {
