node-requires-port 1.0.0-2 source package in Ubuntu

Changelog

node-requires-port (1.0.0-2) unstable; urgency=medium

  * Team Upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 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.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + node-requires-port: Add Multi-Arch: foreign.

  [ Pirate Praveen ]
  * Bump Standards-Version to 4.5.1 (no changes needed)
  * Bump debhelper compatibility level to 13
  * Switch to section javascript (not web)
  * Use dh-sequence-nodejs
  * Enable tests with nocheck build profile

 -- Pirate Praveen <email address hidden>  Fri, 01 Jan 2021 17:30:57 +0530

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-requires-port_1.0.0-2.dsc 2.1 KiB 6c8a87725380f19f2f729ff75b46beffdd1c3020e4c392ebb699dc789cb92315
node-requires-port_1.0.0.orig.tar.gz 3.0 KiB 6150769f202060d925a510d13afa2fbf0b1154bb59ccc766935719ff1605c6e2
node-requires-port_1.0.0-2.debian.tar.xz 2.4 KiB 92ab8b1355d90afc380d4f21931671c2f4bd502ef4c97890e9bfaf44c47f2f95

Available diffs

No changes file available.

Binary packages built by this source

node-requires-port: checks if a protocol requires a certain port number to be added to an URL

 The module name says it all, check if a protocol requires a given port.
 It is intended to be used with browserify or Node.js
 .
 Node.js is an event-based server-side JavaScript engine.