node-vary 1.1.2-2 source package in Ubuntu

Changelog

node-vary (1.1.2-2) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Require node-supertest ≥ 1.1.0 (fixes debci)
  * Use pkg-js-tools auto test & install

 -- Xavier Guimard <email address hidden>  Sat, 21 Dec 2019 14:50:52 +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-vary_1.1.2-2.dsc 2.0 KiB d9ba98438a145af0b38fc179d8bb956197f25287850c5fa7353eb30e93295677
node-vary_1.1.2.orig.tar.gz 6.6 KiB 0487d45a6a185e7b83dc67d95f0261b2f0e85012c7cd9c8e682efd25af375dd2
node-vary_1.1.2-2.debian.tar.xz 2.6 KiB adee3a9212b4e242aad587134a92aa7c86b46e0f9cb75a2d36a98275fbd4e873

Available diffs

No changes file available.

Binary packages built by this source

node-vary: manage the Vary header of a HTTP response - Node.js module

 This package provides a simple module to manage the fields
 of the Vary header in a HTTP response.
 .
 The Vary HTTP response header determines how to match future
 request headers to decide whether a cached response can be
 used rather than requesting a fresh one from the origin server.
 It is used by the server to indicate which headers it used when
 selecting a representation of a resource in a content negotiation
 algorithm.
 .
 Node.js is an event-based server-side JavaScript engine.