node-csv-spectrum 1.0.0-3 source package in Ubuntu

Changelog

node-csv-spectrum (1.0.0-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + node-csv-spectrum: Add Multi-Arch: foreign.
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.2.1, no changes needed.

  [ Yadd ]
  * Bump debhelper from old 12 to 13.
  * Declare compliance with policy 4.6.0
  * 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 test & install

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 14:34:10 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-csv-spectrum_1.0.0-3.dsc 2.0 KiB 457e10460083a01f7b0f77de20f206d57ed7a4da11bc3e5cb40ad6df8535d1b1
node-csv-spectrum_1.0.0.orig.tar.gz 2.7 KiB 9a5e7e86388a84e9360753eddd819141b4602f28e914a82a9231e2babbee84f2
node-csv-spectrum_1.0.0-3.debian.tar.xz 2.7 KiB 7c0dad55e318c60dd6024ac777120dade1d6ac8f7d15b3f2abe9d639c50e940e

Available diffs

No changes file available.

Binary packages built by this source

node-csv-spectrum: Test for CSV parsing libraries

 The goal of this package is to capture test cases to represent
 the entire CSV spectrum.
 .
 A bunch of different CSV files to serve as an acid test for
 CSV parsing libraries. There are also JSON versions of the CSVs
 for verification purposes.
 .
 It is also a node module that you can require() in your tests.
 .
 Node.js is an event-based server-side JavaScript engine.