[Pkg-javascript-commits] [mathjax-docs] 01/01: Drop all patches.
Dmitry Shachnev
mitya57-guest at moszumanska.debian.org
Sun Jun 15 11:18:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
mitya57-guest pushed a commit to branch master
in repository mathjax-docs.
commit 4ec44c0ad1b40b48d5ab82de31dfca7e7e7c0b29
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Jun 15 15:18:05 2014 +0400
Drop all patches.
No longer needed with version 2.4.
---
debian/changelog | 7 +++++
.../patches/no_mathjax_js_in_documentation.patch | 19 -------------
debian/patches/series | 2 --
debian/patches/use_mjtheme.patch | 33 ----------------------
4 files changed, 7 insertions(+), 54 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b3e69a..5024830 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mathjax-docs (2.4+20140613-1) UNRELEASED; urgency=medium
+
+ * New upstream snapshot.
+ * Drop all patches, no longer needed.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Sun, 15 Jun 2014 15:14:33 +0400
+
mathjax-docs (2.3+20140108-1) unstable; urgency=low
* New upstream snapshot.
diff --git a/debian/patches/no_mathjax_js_in_documentation.patch b/debian/patches/no_mathjax_js_in_documentation.patch
deleted file mode 100644
index e170c9f..0000000
--- a/debian/patches/no_mathjax_js_in_documentation.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Dmitry Shachnev <mitya57 at gmail.com>
-Description: Remove reference to MathJax.js from mjtheme/layout.html
- This is needed to work-around bug in dh_sphinxdoc:
- http://bugs.debian.org/682850
-Forwarded: not-needed
-Last-Update: 2012-10-27
-
-diff --git a/_themes/mjtheme/layout.html b/_themes/mjtheme/layout.html
-index 7862e78..940ed2e 100644
---- a/_themes/mjtheme/layout.html
-+++ b/_themes/mjtheme/layout.html
-@@ -108,7 +108,6 @@
- {%- for scriptfile in script_files %}
- <script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script>
- {%- endfor %}
-- <!--<script type="text/javascript" src="{{ pathto('../../MathJax.js?config=TeX-AMS-MML_HTMLorMML', 1) }}"></script>-->
- {%- if use_opensearch %}
- <link rel="search" type="application/opensearchdescription+xml"
- title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}"
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index bf34205..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-no_mathjax_js_in_documentation.patch
-use_mjtheme.patch
diff --git a/debian/patches/use_mjtheme.patch b/debian/patches/use_mjtheme.patch
deleted file mode 100644
index cc2d07a..0000000
--- a/debian/patches/use_mjtheme.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Dmitry Shachnev <mitya57 at gmail.com>
-Description: Use "mjtheme" theme instead of "sphinx-bootstrap"
- The "sphinx-bootstrap" theme is bloated with external JavaScript and
- CSS files, which is inappropriate for Debian.
-Forwarded: not-needed
-Last-Update: 2012-10-27
-
-diff --git a/conf.py b/conf.py
-index 6b97faf..10d9321 100644
---- a/conf.py
-+++ b/conf.py
-@@ -93,20 +93,7 @@ pygments_style = 'sphinx'
-
- # The theme to use for HTML and HTML Help pages. Major themes that come with
- # Sphinx are currently 'default' and 'sphinxdoc'.
--html_theme = 'sphinx-bootstrap'
--
--# Theme options are theme-specific and customize the look and feel of a theme
--# further. For a list of options available for each theme, see the
--# documentation.
--html_theme_options = {
-- 'analytics_code': 'UA-15609829-1',
-- 'analytics_domain': 'mathjax.org',
-- 'github_user': 'mathjax',
-- 'github_repo': 'mathjax',
-- 'twitter_username': 'mathjax',
-- 'home_url': 'http://www.mathjax.org',
-- 'disqus_shortname': 'mathjax',
--}
-+html_theme = 'mjtheme'
-
- # Add any paths that contain custom themes here, relative to this directory.
- html_theme_path = ['_themes']
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mathjax-docs.git
More information about the Pkg-javascript-commits
mailing list