[Python-modules-commits] [jupyter-notebook] 09/11: Add an lintian override for the unused codemirror patch
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Jun 26 20:55:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository jupyter-notebook.
commit defb128616a7180ac59b7a44664222483bc7135f
Author: Gordon Ball <gordon at chronitis.net>
Date: Mon Jun 26 21:45:03 2017 +0200
Add an lintian override for the unused codemirror patch
---
debian/README.source | 9 +++++++++
debian/source.lintian-overrides | 1 +
2 files changed, 10 insertions(+)
diff --git a/debian/README.source b/debian/README.source
index 2398d9f..af99130 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -50,6 +50,15 @@ used for the shortcut editor. These have fairly extensive dependency chains,
so the initial approach is that these are replaced by an empty shim, and the
shortcut editor will be non-functional until this is packaged.
+codemirror
+----------
+
+The build tree includes (`tools/patches/codemirror.js`) a replacement copy of
+the main codemirror 5.22.2 source file, with a upstream patch applied. The
+version of codemirror in debian at the time of writing is currently rather
+behind this version, so this patch isn't used. Revisit when libjs-codemirror
+is updated.
+
dependencies
------------
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
index 924c722..cf214b5 100644
--- a/debian/source.lintian-overrides
+++ b/debian/source.lintian-overrides
@@ -6,3 +6,4 @@ jupyter-notebook source: source-is-missing notebook/tests/notebook/display_image
jupyter-notebook source: insane-line-length-in-source-file notebook/tests/notebook/roundtrip.js line length is 745 characters (>512)
jupyter-notebook source: source-contains-prebuilt-javascript-object notebook/tests/notebook/roundtrip.js line length is 745 characters (>512)
jupyter-notebook source: source-is-missing notebook/tests/notebook/roundtrip.js line length is 745 characters (>512)
+jupyter-notebook source: source-is-missing tools/patches/codemirror.js line length is 1953 characters (>512)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git
More information about the Python-modules-commits
mailing list