[Pkg-javascript-commits] [dompurify.js] 01/01: node module no longer depends on js library
Alexandre Viau
aviau at moszumanska.debian.org
Tue Dec 29 21:02:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
aviau pushed a commit to annotated tag debian/0.7.3_dfsg1-2
in repository dompurify.js.
commit 054f02b58d7e95299c299544e9bacb1579fa5541
Author: aviau <alexandre at alexandreviau.net>
Date: Tue Dec 29 15:58:50 2015 -0500
node module no longer depends on js library
---
debian/changelog | 7 +++++++
debian/control | 6 +++---
debian/node-dompurify.install | 1 +
debian/node-dompurify.links | 1 -
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 44eba28..f037f61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dompurify.js (0.7.3~dfsg1-2) unstable; urgency=medium
+
+ * Node module is no longer depends on JS library
+ * Updated descriptions
+
+ -- Alexandre Viau <aviau at debian.org> Tue, 29 Dec 2015 15:58:01 -0500
+
dompurify.js (0.7.3~dfsg1-1) unstable; urgency=medium
* Initial release. (Closes: #809045)
diff --git a/debian/control b/debian/control
index bb5753a..dc2d596 100644
--- a/debian/control
+++ b/debian/control
@@ -21,11 +21,11 @@ Description: XSS sanitizer for HTML, MathML and SVG
almost anything else using Blink or WebKit). It doesn't break on IE6 or
other legacy browsers. It simply does nothing there.
.
- This package contains the source and the minified version.
+ This package contains the Javascript library.
Package: node-dompurify
Architecture: all
-Depends: ${misc:Depends}, nodejs, libjs-dompurify
+Depends: ${misc:Depends}, nodejs
Description: XSS sanitizer for HTML, MathML and SVG - Node.js module
DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML,
MathML and SVG. It's also very simple to use and get started with. DOMPurify
@@ -34,4 +34,4 @@ Description: XSS sanitizer for HTML, MathML and SVG - Node.js module
almost anything else using Blink or WebKit). It doesn't break on IE6 or
other legacy browsers. It simply does nothing there.
.
- This package contains the nodejs module.
+ This package contains the NodeJS module.
diff --git a/debian/node-dompurify.install b/debian/node-dompurify.install
index a6d7e8f..702d9de 100644
--- a/debian/node-dompurify.install
+++ b/debian/node-dompurify.install
@@ -1 +1,2 @@
package.json usr/lib/nodejs/dompurify
+src/purify.js usr/lib/nodejs/dompurify/src
diff --git a/debian/node-dompurify.links b/debian/node-dompurify.links
deleted file mode 100644
index 9c592bf..0000000
--- a/debian/node-dompurify.links
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/javascript/dompurify/purify.js /usr/lib/nodejs/dompurify/src/purify.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dompurify.js.git
More information about the Pkg-javascript-commits
mailing list