node-github-url-from-git 1.5.0-1 source package in Ubuntu

Changelog

node-github-url-from-git (1.5.0-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Change section to javascript
  * Change priority to optional
  * Add debian/gbp.conf
  * Add upstream/metadata
  * New upstream version 1.5.0
  * Switch install to pkg-js-tools
  * Update VCS fields to salsa
  * Update debian/copyright
  * Enable upstream test, this embeds better-assert and callsite for test only

 -- Xavier Guimard <email address hidden>  Tue, 08 Oct 2019 21:26:39 +0200

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-github-url-from-git_1.5.0-1.dsc 2.2 KiB f4679d435728d21bfe1cf2bcc7df9bdfedabc4b81ef80e7d7c076e9c03a2f15f
node-github-url-from-git_1.5.0.orig.tar.gz 2.8 KiB 15448a808db69b2fbc1724fa0f5187286a548b33a58f35fe29851cba1f235fb8
node-github-url-from-git_1.5.0-1.debian.tar.xz 4.6 KiB a298ef42b0b34dadf9c68b6d8eff7aae11c09efc00dbaf3ec8e48828e5dc8dfb

Available diffs

No changes file available.

Binary packages built by this source

node-github-url-from-git: Convert github git or gist url to an http url - Node.js module

 This module is a simple regular expression for parsing and converting
 a git repository url from github to an http url. It supports gists as
 well. It is used by npm and node-normalize-package-data.
 .
 Node.js is an event-based server-side javascript engine.