node-googlediff 0.1.0-3 source package in Ubuntu

Changelog

node-googlediff (0.1.0-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Apply multi-arch hints.
    + node-googlediff: Add Multi-Arch: foreign.
  * Set upstream metadata fields: Bug-Submit.
  * Bump debhelper from old 11 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Update debian/watch to use npm registry
  * Drop dependency to nodejs
  * Use dh-sequence-nodejs auto test & install
  * Install examples in the right place

 -- Yadd <email address hidden>  Sun, 04 Sep 2022 19:45:04 +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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-googlediff_0.1.0-3.dsc 2.0 KiB f0b515e1df30087a40fa7a30507984a8878f5757da952de42dda48e3033b4c9e
node-googlediff_0.1.0.orig.tar.gz 37.0 KiB 73f685523e59a8c052446ce7e4346390fc1ccd8c2b0418e3801fabaf94fb538e
node-googlediff_0.1.0-3.debian.tar.xz 2.7 KiB dd5f3b6f17a59c378a064864e1c6bfba608383019050f1b1f0a99c74052b8f8c

Available diffs

No changes file available.

Binary packages built by this source

node-googlediff: Compares the differences between the two texts

 The Diff Match and Patch libraries offer robust algorithms to perform the
 operations required for synchronizing plain text. This library implements
 Myer's diff algorithm which is generally considered to be the best general
 purpose diff.
 .
 Node.js is an event-based server-side JavaScript engine.