underscore 1.3.3-1ubuntu1~ubuntu12.04.1 source package in Ubuntu

Changelog

underscore (1.3.3-1ubuntu1~ubuntu12.04.1) precise-backports; urgency=low

  * No-change backport to precise (LP: #1011694)

underscore (1.3.3-1ubuntu1) quantal; urgency=low

  * Merge from Debian unstable (LP: #1006849)
    + Suggest javascript-common instead of recommending it.
    + Build using yui-compressor, we don't want uglifyjs's
      dependencies in main.

underscore (1.3.3-1) unstable; urgency=low

  * New upstream release.

underscore (1.3.2-1) unstable; urgency=low

  * New upstream release.

  * Bump standards-version to 3.9.3.
  * Use anonscm.debian.org for Vcs-Browser field.
  * Update copyright file:
    + Fix double-indent in Copyright fields as per Policy ยง5.6.13.
    + Bump format to 1.0.
    + Update copyright years.
    + Quote license strings in GPL license comments.

underscore (1.3.1-1) unstable; urgency=low

  * New upstream release.

underscore (1.3.0-1) unstable; urgency=low

  * New upstream release.
  * Install (newly renamed) README.md.

underscore (1.2.4-1) unstable; urgency=low

  * New upstream release.
  * Bump debhelper compat level to 7.
  * Extend copyright years for Debian packaging.
  * Update copyright file:
    + Drop duplicate comments.
    + Extend copyright years.

underscore (1.2.3-2) unstable; urgency=low

  * Update watch file: Use more flexible regex.
  * Have node-underscore depend on and symlink code from
    libjs-underscore (not duplicate code). Thanks to lintian.
  * Ship index.html with node-underscore (not only libjs-underscore).

underscore (1.2.3-1) unstable; urgency=low

  * New upstream release.
  * Update copyright file: Extend copyright range.

underscore (1.2.2-1) unstable; urgency=low

  * New upstream release.
  * Add David as uploader.
  * Drop dpkg local-options hints from packaging source: now defaults.
  * Update package relations:
    + Relax build-depend unversioned on debhelper (needed version
      satisfied even in oldstable).

underscore (1.1.6-2) unstable; urgency=low

  [ David Paleino ]
  * Team upload
  * New binary package (node-underscore), providing the NodeJS module.
 -- Iain Lane <email address hidden>   Thu, 14 Jun 2012 16:15:11 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports main web

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
underscore_1.3.3.orig.tar.gz 116.5 KiB 9de06715525260a669fc5172b4e92347a7e145fd10bac3f089fcce1e8f8422fb
underscore_1.3.3-1ubuntu1~ubuntu12.04.1.debian.tar.gz 5.2 KiB b8dc6de0c1566e269733c821c9f4e267945bdfcc7453d6616c0c1acda67d409c
underscore_1.3.3-1ubuntu1~ubuntu12.04.1.dsc 2.1 KiB d2cd3557eb133d43916711c7391fead0a156f2f183afeeb016f6873b4512cb13

View changes file

Binary packages built by this source

libjs-underscore: JavaScript's functional programming helper library

 Underscore is a utility-belt library for JavaScript that provides a lot
 of the functional programming support that you would expect in
 Prototype.js (or Ruby), but without extending any of the built-in
 JavaScript objects. It's the tie to go along with jQuery's tux.
 .
 Underscore provides 60-odd functions that support both the usual
 functional suspects: map, select, invoke - as well as more specialized
 helpers: function binding, javascript templating, deep equality
 testing, and so on. It delegates to built-in functions, if present, so
 modern browsers will use the native implementations of forEach, map,
 reduce, filter, every, some and indexOf.

node-underscore: JavaScript's functional programming helper library - NodeJS

 Underscore is a utility-belt library for JavaScript that provides a lot
 of the functional programming support that you would expect in
 Prototype.js (or Ruby), but without extending any of the built-in
 JavaScript objects. It's the tie to go along with jQuery's tux.
 .
 Underscore provides 60-odd functions that support both the usual
 functional suspects: map, select, invoke - as well as more specialized
 helpers: function binding, javascript templating, deep equality
 testing, and so on. It delegates to built-in functions, if present, so
 modern browsers will use the native implementations of forEach, map,
 reduce, filter, every, some and indexOf.
 .
 This package contains the NodeJS module.