node-timers-browserify 2.0.11+dfsg-2 source package in Ubuntu

Changelog

node-timers-browserify (2.0.11+dfsg-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.4.1, no changes needed.
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on node-setimmediate.
    + node-timers-browserify: Drop versioned constraint on node-setimmediate in
      Depends.
  * 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.
  * Add "Rules-Requires-Root: no"
  * 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>  Wed, 22 Dec 2021 16:40:01 +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
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-timers-browserify_2.0.11+dfsg-2.dsc 2.2 KiB 9e58fb3d12ccf94c71c88efc34460395466c6005c1ae8c89a964738903973bdf
node-timers-browserify_2.0.11+dfsg.orig.tar.xz 4.4 KiB 58c4c69af51b16b614d1b4d90560aaa5eef842bcef1053fe3f4c0e5c397585c8
node-timers-browserify_2.0.11+dfsg-2.debian.tar.xz 3.5 KiB bb5e727a701ce65e513fa7207b816f5d183baa8295e641e6be432479dc406a0f

Available diffs

No changes file available.

Binary packages built by this source

node-timers-browserify: timers module for browserify

 This library adds support for the `timers` module to browserify. Browsers
 support the public methods of the `timers` module already.
 .
 But the `timers` module also includes some private methods used in other
 built-in Node.js modules. These are used to efficiently support a large
 quantity of timers with the same timeouts by creating only a few timers under
 the covers.
 .
 Node.js is an event-based server-side JavaScript engine.