node-https-browserify 1.0.0-2 source package in Ubuntu

Changelog

node-https-browserify (1.0.0-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * 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-https-browserify: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper from old 12 to 13.
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Modernize debian/watch
    * Fix filenamemangle
    * Fix GitHub tags regex
  * Drop dependency to nodejs
  * Use dh-sequence-nodejs auto install

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 18:17:46 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-https-browserify_1.0.0-2.dsc 2.1 KiB 1270e6c21d3e9d2a0525a116e006e459bbefd6700f003997a603b84f45808840
node-https-browserify_1.0.0.orig.tar.gz 1.7 KiB abe839806bcbc0db298e12abaf15f0617ee2c92e7457566f2825310afd15d814
node-https-browserify_1.0.0-2.debian.tar.xz 2.5 KiB f2c0a26861d97b3d9a5130263449272de283e2d8c8017d16ab32c4ffe5827f5f

Available diffs

No changes file available.

Binary packages built by this source

node-https-browserify: https module compatibility for browserify

 The API is the same as the client portion of the node core https module.
 .
 This library is a dependency for browserify. Browserify takes code targeted at
 node.js and makes it run in the browser. Node.js comes with API of its own
 that is not available in the browsers. Browserify exposes this code
 to programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.