[Pkg-javascript-commits] [SCM] highlight.js: syntax highlighting library for many languages branch, master, updated. upstream/7.3-12-gdc3dbe2
Cédric Boutillier
boutil at debian.org
Thu May 30 16:45:23 UTC 2013
The following commit has been merged in the master branch:
commit 93d8d463d3cbca5b3b67110c3d5645be5b8636a0
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Dec 19 23:02:42 2012 +0100
fix short description; depend on nodejs instead of recommend
diff --git a/debian/control b/debian/control
index 0574a3f..9aecbb8 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common
-Description: JavaScript library to make animated presentations
+Description: JavaScript library for syntax highlighting
Highlight.js is a JavaScript library which automatically detects the
language of code blocks in a web page, and provides syntax highlighting
for them. The library supports more than fifty languages and is bundled
@@ -25,9 +25,9 @@ Description: JavaScript library to make animated presentations
Package: node-highlight
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}
-Recommends: javascript-common, nodejs
-Description: JavaScript library to make animated presentations - NodeJS
+Depends: ${misc:Depends}, nodejs
+Recommends: javascript-common
+Description: JavaScript library for syntax highlighting - NodeJS
Highlight.js is a JavaScript library which automatically detects the
language of code blocks in a web page, and provides syntax highlighting
for them. The library supports more than fifty languages and is bundled
--
highlight.js: syntax highlighting library for many languages
More information about the Pkg-javascript-commits
mailing list