node-q 1.5.1-1 source package in Ubuntu

Changelog

node-q (1.5.1-1) unstable; urgency=medium

  * New upstream release
  * Add myself to uploaders (Closes: #792865)
  * Change priority from extra to optional as required by policy ≥ 4.1.0
  * Declare conformance with Policy 4.2.1
  * Set debian/copyright format to https url
  * Remove unnecessary testsuite
  * Change Section from web to javascript
  * Bump debhelper compatibility level to 10
  * Update copyright years in copyright file
  * Update copyright links to https
  * Set libjs-q Multi-Arch to foreign
  * Don't push node examples in libjs-q

 -- Xavier Guimard <email address hidden>  Tue, 28 Aug 2018 20:13:40 +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-q_1.5.1-1.dsc 2.0 KiB f137334bde58fe278b797814b5d52f8eb9916722a15cce5470ba40b909453836
node-q_1.5.1.orig.tar.gz 123.9 KiB 9c90ac1d181f9c1fae25904364766469c97915eb8d9dd47252c5edfa2c2f2e5e
node-q_1.5.1-1.debian.tar.xz 3.5 KiB 88248fdc945aa8c8e436768a86b5361080f63511bc58a2542e9eeaf948cefa4a

Available diffs

No changes file available.

Binary packages built by this source

libjs-q: JavaScript library for promises (CommonJS/Promises/A,B,D)

 Q is a tool for creating and composing asynchronous promises in JavaScript.
 .
 If a function cannot return a value or throw an exception without blocking,
 it can return a promise instead. A promise is an object that represents the
 return value or the thrown exception that the function may eventually provide.
 A promise can also be used as a proxy for a remote object to overcome latency.
 .
 This package contains the q.js JavaScript library.

node-q: Node.js module for promises (CommonJS/Promises/A,B,D)

 Q is a tool for creating and composing asynchronous promises in JavaScript.
 .
 If a function cannot return a value or throw an exception without blocking,
 it can return a promise instead. A promise is an object that represents the
 return value or the thrown exception that the function may eventually provide.
 A promise can also be used as a proxy for a remote object to overcome latency.
 .
 This package contains the q module for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.