node-vary 1.1.2+~1.1.0-1 source package in Ubuntu

Changelog

node-vary (1.1.2+~1.1.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints.
    + node-vary: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs
  * Uploaders: replace Leo Iannacone by myself, thanks for your work!
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Drop dependency to nodejs
  * Embed typescript definitions and repack

 -- Yadd <email address hidden>  Tue, 23 Nov 2021 14:27:39 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-vary_1.1.2+~1.1.0-1.dsc 2.3 KiB 46b4dcfaa20edb7e878f474cdbaa25d809bd2c1a53ebe094855514f65951a09b
node-vary_1.1.2+~1.1.0.orig-types-vary.tar.gz 1.5 KiB c7cbdd11993e3d704446c83333c7be42e6bbfe5ebfed2685a0d1f63cec8c5f08
node-vary_1.1.2+~1.1.0.orig.tar.gz 6.6 KiB 0487d45a6a185e7b83dc67d95f0261b2f0e85012c7cd9c8e682efd25af375dd2
node-vary_1.1.2+~1.1.0-1.debian.tar.xz 3.2 KiB 99c833fe2293460045aae76ad6eb988e506c9665d7952a7474dd767a7b35fe8b

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.