node-is-dotfile 2.0.0-1 source package in Ubuntu

Changelog

node-is-dotfile (2.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, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + node-is-dotfile: Add Multi-Arch: foreign.

  [ 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 test & install
  * Embed @types/is-dotfile and dotfile-regex
  * New upstream version 2.0.0

 -- Xavier Guimard <email address hidden>  Fri, 27 Nov 2020 17:37:13 +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-is-dotfile_2.0.0-1.dsc 2.6 KiB 85909873a145b74325a3d5efc56fa3c77279a22eccf1e70e28acdd3ead733cc3
node-is-dotfile_2.0.0.orig-dotfile-regex.tar.gz 2.6 KiB f0578a091dc4c4f6f0dcc1539e3a7bbf84a280a6aa6a39d50f12b8532bf6c6bc
node-is-dotfile_2.0.0.orig-types-is-dotfile.tar.gz 1.4 KiB f0f96979450b4b61bebaea12d09687187eda615c290e4faffa982ba369d8e79c
node-is-dotfile_2.0.0.orig.tar.gz 5.4 KiB d3608d3e964f21fa3a1a5f31b7cd77ca7d65dc57b608de99ab0443de404967e3
node-is-dotfile_2.0.0-1.debian.tar.xz 2.7 KiB 85a05bdcf31e2237f2eb5dc3ea178b66c903c1b2aa69a07841cedd080f759099

Available diffs

No changes file available.

Binary packages built by this source

node-is-dotfile: Return true if a file path is (or has) a dotfile

 Return true if a file path is (or has) a dotfile. Returns false if the path
 is a dot directory.
 .
 Node.js is an event-based server-side JavaScript engine.