[Pkg-javascript-commits] [highlight.js] 03/04: provide transitional packages, and break older versions
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Oct 19 12:12:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository highlight.js.
commit 320a79c7aaafbcfa72bf79b5298d7d07b4ac67c6
Author: Cédric Boutillier <boutil at debian.org>
Date: Sun Oct 19 13:22:35 2014 +0200
provide transitional packages, and break older versions
---
debian/control | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/debian/control b/debian/control
index c3611fa..6342b46 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Depends: ${misc:Depends}
Recommends: javascript-common
Provides: libjs-highlight
Replaces: libjs-highlight (<< 8.2+ds-2~)
+Breaks: libjs-highlight (<< 8.2+ds-2~)
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
@@ -33,6 +34,7 @@ Depends: ${misc:Depends}, nodejs
Recommends: javascript-common
Provides: node-highlight
Replaces: node-highlight (<< 8.2+ds-2~)
+Breaks: node-highlight (<< 8.2+ds-2~)
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
@@ -52,3 +54,21 @@ Description: JavaScript library for syntax highlighting - documentation
with more than twenty style themes.
.
This package contains the documentation of this library.
+
+Package: libjs-highlight
+Architecture: all
+Section: oldlibs
+Priority: extra
+Depends: ${misc:Depends}, libjs-highlight.js
+Description: Transitional package for libjs-hightlight.js
+ This is a transitional package to ease upgrades to the libjs-highlight.js
+ package. It can safely be removed.
+
+Package: node-highlight
+Architecture: all
+Section: oldlibs
+Priority: extra
+Depends: ${misc:Depends}, node-highlight.js
+Description: Transitional package for node-hightlight.js
+ This is a transitional package to ease upgrades to the node-highlight.js
+ package. It can safely be removed.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/highlight.js.git
More information about the Pkg-javascript-commits
mailing list