node-fstream-ignore 1.0.5-1 source package in Ubuntu

Changelog

node-fstream-ignore (1.0.5-1) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update Vcs-* headers to use salsa repository.

  [ 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
  * Modernize debian/watch
  * Use dh-sequence-nodejs auto install
  * New upstream version 1.0.5
  * Enable upstream test using tap

 -- Xavier Guimard <email address hidden>  Tue, 22 Dec 2020 12:39:40 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fstream-ignore_1.0.5-1.dsc 2.2 KiB c4ad7f33e4fc151005ba05112199b8b6813121bb562cad793a9f3afb084f8ae1
node-fstream-ignore_1.0.5.orig.tar.gz 6.3 KiB 329fc373efa97c09108bfca52c211efb5be79535dd621da665a58be03884217d
node-fstream-ignore_1.0.5-1.debian.tar.xz 3.0 KiB 5843b9f76a6bab8cae400a5d162a65b227f350df931e639c66373a6c9c5a4b97

Available diffs

No changes file available.

Binary packages built by this source

node-fstream-ignore: Directory reader configurable by .ignore module for Node.js

 node-fstream-ignore filters out files that match globs in `.ignore`
 files throughout the tree, like how git ignores files based on a
 `.gitignore` file.
 .
 Node.js is an event-based server-side javascript engine.