node-caseless 0.12.1-1 source package in Ubuntu

Changelog

node-caseless (0.12.1-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * 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.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto test & install
  * New upstream version 0.12.1
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf

 -- Xavier Guimard <email address hidden>  Mon, 27 Apr 2020 22:17:44 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-caseless_0.12.1-1.dsc 2.0 KiB 1aa2d955bc3f2599a065875121fb9031702215de87b7deb48fc3cb9aebd1f122
node-caseless_0.12.1.orig.tar.gz 5.3 KiB 8ee4b1b25a536cc57a5baa3435bc16737a5bfabdd95a342eb7f760a2710f0dfa
node-caseless_0.12.1-1.debian.tar.xz 2.2 KiB 354b1bd138c2de945f3797c0c617fdf51a4e07816a37b105dea4bd760e13d4b1

Available diffs

No changes file available.

Binary packages built by this source

node-caseless: get/set/check for HTTP headers in a caseless manner

 This library is incredibly useful when working with HTTP headers. It allows
 you to get/set/check for headers in a caseless manner while also preserving
 the caseing of headers the first time they are set.
 .
 Node.js is an event-based server-side JavaScript engine.