node-stable 0.1.8-3 source package in Ubuntu

Changelog

node-stable (0.1.8-3) unstable; urgency=medium

  [ Xavier Guimard ]
  * Add debian/gbp.conf
  * Fix salsa repository

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Update build to drop dependency to npm (Closes: #1009550)
  * Drop dependency to nodejs
  * Fix debian/watch

  [ Andrius Merkys ]
  * Bump copyright years.

 -- Andrius Merkys <email address hidden>  Wed, 13 Apr 2022 01:38:09 -0400

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-stable_0.1.8-3.dsc 2.0 KiB 637dbd9cb977db8423d91b3f8a1a82c450eed88d710d5c50f27d4fa3c211c299
node-stable_0.1.8.orig.tar.xz 3.9 KiB e5923477eda7fb99a1b20c5abf40e71572bb8c683fc4241dc2825a24aa6bc9dd
node-stable_0.1.8-3.debian.tar.xz 2.5 KiB 45e076d1125a39bfbd8ec6462ff210922e29e9bc98987c91f9b4de12ddf98add

Available diffs

No changes file available.

Binary packages built by this source

node-stable: stable array sort, as Array#sort() is not guaranteed to be stable

 The default sort is, as with Array#sort, lexicographical. Unlike Array#sort,
 the default sort is not in-place. To do an in-place sort, use stable.inplace,
 which otherwise works the same.