node-lunr 2.3.7~dfsg-1 source package in Ubuntu
Changelog
node-lunr (2.3.7~dfsg-1) unstable; urgency=medium [ upstream ] * New release. [ Jonas Smedegaard ] * Declare compliance with Debian Policy 4.4.1. * Install nodejs code under /usr/share (not /usr/lib). * Install README and CHANGELOG, rendered as plaintext and html: + Generate documentation unless nodoc requested. + Add patch 2004 to strip tracking URLs from README. + Build-depend on pandoc. * Update autopkgtests: Avoid shell and make. * Use debhelper compatibility level 10. * Update watch file: Use dversionmangle=auto. * Fix support DEB_BUILD_OPTIONS=nocheck. * Support DEB_BUILD_OPTIONS=terse: + Add patch 2005 to avoid hardcoded mocha reporter. + Use TAP output unless terse requested. -- Jonas Smedegaard <email address hidden> Tue, 22 Oct 2019 14:44:27 +0200
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-lunr_2.3.7~dfsg-1.dsc | 2.1 KiB | 38d0a215343b41405e5dc4339b4b620d230bb6f53184491395bfd4becad36408 |
node-lunr_2.3.7~dfsg.orig.tar.xz | 45.2 KiB | bb0a01dec37f0287dd32b1351ec42c3e7b7282c341010dc002f7f0cb728ac076 |
node-lunr_2.3.7~dfsg-1.debian.tar.xz | 6.3 KiB | 5c173dff378d62cd1a19c46b1dfaec1a8f4d5cb1170e5708ec60181e2858bcfc |
Available diffs
- diff from 2.3.6~dfsg-1 to 2.3.7~dfsg-1 (4.2 KiB)
No changes file available.
Binary packages built by this source
- libjs-lunr: simple full-text search - web browsers
Lunr.js is a small, full-text search library for use in the browser.
It indexes JSON documents and provides a simple search interface
for retrieving documents that best match text queries.
.
This package provides Lunr for use directly in web browsers.
.
Browsers that do not support ES5 will require a JavaScript shim
for Lunr to work.
You can either use Augment.js, ES5-Shim,
or any library that patches old browsers
to provide an ES5 compatible JavaScript environment.
- node-lunr: simple full-text search - Node.js
Lunr.js is a small, full-text search library for use in the browser.
It indexes JSON documents and provides a simple search interface
for retrieving documents that best match text queries.
.
This package provides Lunr for use with Node.js -
an event-based server-side JavaScript engine.