node-mime-types 2.0.2-1 source package in Ubuntu

Changelog

node-mime-types (2.0.2-1) unstable; urgency=medium


  * New upstream version.
  * Bump Standards-Version 3.9.6
  * Bunble mime-db as patch, export as mime.db:
    - 0000-bundle_mime-db.patch: import module
    - 0001-use-system-mime-types.patch: force build system
      to use mime types from mime-support package
    - 0002-update-tests-with-new-mimes.patch: update upstream
      tests with new mime database
    - 0003-exports-mime.db.patch: export mime-db as db property
      of module
    - debian/rules: build the mime database, run the tests and
      correctly clean the compiled files
  * debian/copyright: removed Files-Excluded field, no longer needed
  * debian/install: install mime-db and update files of mime-types
    module to install
  * debian/rules: install HISTORY.md as upstream changelog
  * debian/control: remove node-should from Build-Depends
  * debian/watch: fix dversionmangle

 -- Leo Iannacone <email address hidden>  Fri, 10 Oct 2014 11:57:51 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-mime-types_2.0.2-1.dsc 2.0 KiB 9ddb4f68bb62244dcdbaa787f9201fc05ae88e327eec27d6fbc79e29c79cdabe
node-mime-types_2.0.2.orig.tar.gz 4.4 KiB 14eb4a8c75bbd9df8ee7c528c38743ec239035c21a99820dd2a9a3fe5ebf8d21
node-mime-types_2.0.2-1.debian.tar.xz 46.9 KiB 2a48c48872c935c229e1dd78ae38a2ca64c39bbacfdc45375a3cbe94823171f5

Available diffs

No changes file available.

Binary packages built by this source

node-mime-types: ultimate JavaScript content-type utility - Node.js module

 This package provides a library for mime-type mapping similar to mime
 module with some differences, such as it always returns a value, even
 false if mime type is not found, and supports additional mime types.
 .
 Node.js is an event-based server-side JavaScript engine.