Package: ipython-notebook-common Severity: important Tags: patch Hi,
In order to comply with Debian javascript policy, the package libjs-highlight has been renamed to libjs-highlight.js. Please update the build-dependencies for ipython and dependencies for ipython-notebook-common to take this change into account. You'll find in attachment a patch against the tip of the SVN repository, with the needed changes. Cheers, Cédric -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (100, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: debian/control
===================================================================
--- debian/control (révision 31021)
+++ debian/control (copie de travail)
@@ -9,7 +9,7 @@
fonts-font-awesome (>= 3.2.1),
graphviz,
libc-bin (>= 2.13-1~),
- libjs-highlight,
+ libjs-highlight.js,
libjs-jquery-ui,
libjs-marked,
libjs-underscore,
@@ -139,7 +139,7 @@
Package: ipython-notebook-common
Architecture: all
Depends: fonts-font-awesome,
- libjs-highlight,
+ libjs-highlight.js,
libjs-jquery (>= 1.7),
libjs-jquery-ui,
libjs-marked,
Index: debian/ipython-notebook-common.links
===================================================================
--- debian/ipython-notebook-common.links (révision 31021)
+++ debian/ipython-notebook-common.links (copie de travail)
@@ -1,4 +1,4 @@
usr/share/javascript/marked/marked.min.js usr/share/ipython/notebook/static/components/marked/lib/marked.js
-usr/share/javascript/highlight/highlight.js usr/share/ipython/notebook/static/components/highlight.js/build/highlight.pack.js
+usr/share/javascript/highlight.js/highlight.js usr/share/ipython/notebook/static/components/highlight.js/build/highlight.pack.js
usr/share/javascript/underscore/underscore.min.js usr/share/ipython/notebook/static/components/underscore/underscore-min.js
signature.asc
Description: Digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

