node-split 1.0.1-1 source package in Ubuntu

Changelog

node-split (1.0.1-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ 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
  * debian/watch: use github tags instead of npm registry
  * Use dh-sequence-nodejs auto install (Closes: #974353)
  * Apply multi-arch hints (foreign)
  * New upstream version 1.0.1

 -- Xavier Guimard <email address hidden>  Mon, 25 Jan 2021 18:46:58 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-split_1.0.1-1.dsc 2.0 KiB 37533af8e1f9468fecd15e11e9708bc960521bb35326a740c51053cbc029ab52
node-split_1.0.1.orig.tar.gz 6.9 KiB 361fde6e392d0479f0e3f1f4eba3722e81cc26f6220662e11fb23a47bd52d86b
node-split_1.0.1-1.debian.tar.xz 2.5 KiB fe58940b8c65ed677941488fcb2e5249bd6dbbe0ecbed918fb550a6b568e3c48

Available diffs

No changes file available.

Binary packages built by this source

node-split: split a Text Stream into a Line Stream

 This Node.js module breaks up a stream and reassembles it so that
 each line is a chunk passed to the stream data event.
 It accepts the same arguments as String.split: a string or a
 regular expression - the optional limit parameter being ignored.
 .
 Node.js is an event-based server-side JavaScript engine.