node-abbrev 1.1.1-1 source package in Ubuntu

Changelog

node-abbrev (1.1.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * debian/control:
    + Switch VCS-Uri to salsa
    + Switch to dh compat level 11
    + Priority is optional
    + Compliant with Policy 4.1.4
    + add node-tap and node-util for running testsuite
    + Switch section to javascript
  * debian/copyright:
    + Switch to https-Url
    + Update copyright years
  * debian/install:
    + Install to /usr/lib/nodejs/abbrev/ instead directly to /usr/lib/nodejs
    + Also install package.json
  * debian/rules:
    + Run testsuite during build
  * debian/tests:
    + Add autopkgtest to run basic "require" test and run testsuite

 -- Andreas Moog <email address hidden>  Thu, 31 May 2018 19:49:25 +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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-abbrev_1.1.1-1.dsc 2.0 KiB 5f9f9d9bf2c0cfb8c96fad3148cd191f207ba9a70b3a4125e2831f082ef08fa6
node-abbrev_1.1.1.orig.tar.gz 3.1 KiB a6560444a3572a1d3d8626f16dc0d47fd7125d1635b38ce8ea954edee8ef1a01
node-abbrev_1.1.1-1.debian.tar.xz 2.8 KiB e51b9713b63007e55e439a93e69422ea8a488adb0d9f4f737a7680dfeea581df

Available diffs

No changes file available.

Binary packages built by this source

node-abbrev: Get unique abbreviations for a set of strings - Node.js module

 Given a set of strings, this module computes a list of distinct abbreviations.
 This is handy for command-line scripts, or other cases where
 one wants to be able to accept shorthands.
 .
 Node.js is an event-based server-side JavaScript engine.