node-diff 1.4.0~dfsg-2 source package in Ubuntu

Changelog

node-diff (1.4.0~dfsg-2) unstable; urgency=medium

  * Simplify rules.
    Stop build-depend on devscripts dh-buildinfo cdbs.
  * Set Rules-Requires-Root: no.
  * Update Vcs-* fields: Maintenance moved to Salsa.
  * Update copyright info:
    + Use https protocol in file format URL.
    + Strip superfluous copyright signs.
    + Extend coverage of packaging.
    + Consistently markup email identifiers.
  * Update git-buildpackage config:
    + Track debian branch debian/master.
  * Update watch file:
    + Use file format 4.
    + Use Github pattern.
    + Add usage comment.
    + Mangle filename.
    + Use substitution strings.
  * Install README rendered as plaintext and html,
    or skip when nodoc requested.
    Build-depend on pandoc.
  * Enable testsuite.
    Build-depend on mocha node-should perl.
  * Add autopkgtests.
  * Bump debhelper compatibility level to 10.
  * Declare compliance with Debian Policy 4.4.0.
  * Add patch 2001 to avoid privacy breaches reading the documentation.
  * Add lintian override regarding license in License-Reference field.
    See bug#786450.
  * Add lintian override regarding debhelper 10.
  * Install nodejs code under /usr/share (not /usr/lib).

 -- Jonas Smedegaard <email address hidden>  Thu, 29 Aug 2019 19:15:22 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-diff_1.4.0~dfsg-2.dsc 2.0 KiB 32f12685d5fa10767815fb5356396bd7de96257fcbf075a3c643901075fd8fbc
node-diff_1.4.0~dfsg.orig.tar.gz 22.8 KiB 42b9102d80d120935d1e3adaabc63b8c764ddb336742101c51cf3ac2229d1a19
node-diff_1.4.0~dfsg-2.debian.tar.xz 5.1 KiB 345cdb16a753f08ae85b02556c88947f9776ab90950e1b42cf26863a46b0f86e

Available diffs

No changes file available.

Binary packages built by this source

node-diff: javascript text differencing implementation

 Node is an event-based server-side JavaScript engine.
 .
 jsdiff is a javascript text differencing implementation
 based on the algorithm proposed
 in "An O(ND) Difference Algorithm and its Variations"
 (Myers, 1986):
 <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.6927>.