Package: ckeditor 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 dependencies and links for ckeditor to take this change into account. You'll find in attachment a patch against the tip of the SVN repository, with the needed changes.Dear Maintainer, -- 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
diff --git a/debian/ckeditor.links b/debian/ckeditor.links
index 44ad4a1..36449fe 100644
--- a/debian/ckeditor.links
+++ b/debian/ckeditor.links
@@ -1,3 +1,3 @@
-/usr/share/javascript/swfobject/swfobject.js /usr/share/doc/ckeditor/examples/assets/swfobject.js
-/usr/share/javascript/highlight/highlight.min.js /usr/share/javascript/ckeditor/plugins/codesnippet/lib/highlight.pack.js
-/usr/share/javascript/highlight/styles /usr/share/javascript/ckeditor/plugins/codesnippet/lib/styles
+/usr/share/javascript/swfobject/swfobject.js /usr/share/doc/ckeditor/examples/assets/swfobject.js
+/usr/share/javascript/highlight.js/highlight.min.js /usr/share/javascript/ckeditor/plugins/codesnippet/lib/highlight.pack.js
+/usr/share/javascript/highlight.js/styles /usr/share/javascript/ckeditor/plugins/codesnippet/lib/styles
diff --git a/debian/control b/debian/control
index f9448aa..4f43a8c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: git://anonscm.debian.org/collab-maint/ckeditor.git
Package: ckeditor
Architecture: all
-Depends: ${misc:Depends}, libjs-swfobject, libjs-highlight (>= 8.0~)
+Depends: ${misc:Depends}, libjs-swfobject, libjs-highlight.js (>= 8.0~)
Recommends: javascript-common
Description: text editor for internet
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor,
signature.asc
Description: Digital signature

