node-openid 2.0.7-1 source package in Ubuntu

Changelog

node-openid (2.0.7-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove unnecessary XS-Testsuite field in debian/control.
  * Update Vcs-* headers to use salsa repository.
  * Apply multi-arch hints.
    + node-openid: Add Multi-Arch: foreign.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Use dh-sequence-nodejs auto install (Closes: #974278)
  * New upstream version 2.0.7
  * Add lintian overrides
  * Add patch to replace request by axios
  * Enable upstream test using jest
  * Install sample.js example

 -- Xavier Guimard <email address hidden>  Sat, 28 Nov 2020 12:41:04 +0100

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-openid_2.0.7-1.dsc 2.0 KiB 32848a4948639de32e24d08d6fbc5d243e8def0f9ac619bbb5e94b598836c93a
node-openid_2.0.7.orig.tar.gz 66.6 KiB 57ddf13a9bbb93285ca792f01870e0e4f4a90f38c9cf277136f704ec1034d865
node-openid_2.0.7-1.debian.tar.xz 3.4 KiB b344ca071bd8739f576017ac2f7134337882eb09dede4f8c4c6ff3cdf6cd75d4

Available diffs

No changes file available.

Binary packages built by this source

node-openid: OpenID client library for Node.js

 This library implements OpenID client support for Node.js. Features
 include:
 .
  * Full OpenID 1.0/1.1/2.0 compliant Relying Party (client) implementation
  * Very simple API
  * Simple extension points for association state
 .
 Node.js is an event-based server-side JavaScript engine.