[Pkg-javascript-commits] [node-fuzzaldrin-plus] 17/17: create libjs-fuzzaldrin-plus
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Nov 19 18:46:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-fuzzaldrin-plus.
commit dad4b0b27efe6a7795c691b2d67a97068e5cbe9e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Nov 20 00:10:56 2016 +0530
create libjs-fuzzaldrin-plus
---
debian/control | 23 ++++++++++++++++++++++-
debian/libjs-fuzzaldrin-plus.install | 1 +
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 5db9c98..5319c9d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,9 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
+ , grunt
+ , node-browserify-lite
+ , node-uglify
Standards-Version: 3.9.8
Homepage: https://github.com/jeancroy/fuzzaldrin-plus
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-fuzzaldrin-plus.git
@@ -18,6 +21,24 @@ Depends:
${misc:Depends}
, nodejs
Description: Fuzzy filtering and string scoring - compatible with fuzzaldrin
- FIX_ME long description
+ A fuzzy search / highlight that specialize for programmer text editor. It
+ tries to provide intuitive result by recognizing patterns that people use
+ while searching.
+ .
+ A rewrite of the fuzzaldrin library. API is backward compatible with some
+ extra options. Tuning has been done from report usage of the Atom text editor.
.
Node.js is an event-based server-side JavaScript engine.
+
+Package: libjs-fuzzaldrin-plus
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: fuzzy search / highlight for programmer's text editor (browser)
+ A fuzzy search / highlight that specialize for programmer text editor. It
+ tries to provide intuitive result by recognizing patterns that people use
+ while searching.
+ .
+ A rewrite of the fuzzaldrin library. API is backward compatible with some
+ extra options. Tuning has been done from report usage of the Atom text editor.
+ .
+ This package provides fuzzaldrin-plus usable in browser environment.
diff --git a/debian/libjs-fuzzaldrin-plus.install b/debian/libjs-fuzzaldrin-plus.install
new file mode 100644
index 0000000..0aec47a
--- /dev/null
+++ b/debian/libjs-fuzzaldrin-plus.install
@@ -0,0 +1 @@
+dist-browser/fuzzaldrin-plus.*.js usr/share/javascript/fuzzaldrin
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fuzzaldrin-plus.git
More information about the Pkg-javascript-commits
mailing list