node-slash 3.0.0-1 source package in Ubuntu

Changelog

node-slash (3.0.0-1) 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.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * New upstream version 3.0.0
  * Use pkg-js-tools auto install
  * Enable upstream test using tape instead of ava
  * Update description

 -- Xavier Guimard <email address hidden>  Mon, 13 Jan 2020 12:06:21 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-slash_3.0.0-1.dsc 2.0 KiB bf61bc5e4be5f06a8125afe6f4d26b654e8ebf313c78fa3e67610c7b08906b95
node-slash_3.0.0.orig.tar.gz 2.5 KiB 162ae4434c40358597d62bdc553d15d9c0bc9e731120990f6290c2d68792f174
node-slash_3.0.0-1.debian.tar.xz 2.7 KiB bb652f6690e286deabf79907edc6a03461bf505adaefa971ad4ea03bf5141aa4

Available diffs

No changes file available.

Binary packages built by this source

node-slash: Node.js library to convert Windows backslash paths to slash paths

 node-slash provides a simple way to convert Windows backslash paths to slash
 paths: 'foo\bar' becomes 'foo/bar'
 .
 Node.js is an event-based server-side JavaScript engine.