debian/0000755000000000000000000000000012204770621007167 5ustar debian/docs0000644000000000000000000000001211730450217010032 0ustar README.md debian/libjs-lru-cache.install0000644000000000000000000000004711730457435013534 0ustar lib/lru-cache.js usr/share/javascript/ debian/watch0000644000000000000000000000024312122723013010207 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-lru-cache-$1.tar.gz/ \ https://github.com/isaacs/node-lru-cache/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000171412204770402010572 0ustar Source: node-lru-cache Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 8.0.0) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/isaacs/node-lru-cache Vcs-Git: git://anonscm.debian.org/collab-maint/node-lru-cache.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-lru-cache.git Package: node-lru-cache Architecture: all Depends: ${misc:Depends} , nodejs Description: least-recently-used cache object for Node.js A cache object that deletes the least-recently-used items. This is the Node.js module. . Node.js is an event-based server-side javascript engine. Package: libjs-lru-cache Architecture: all Depends: ${misc:Depends} , nodejs Description: Javascript least-recently-used cache object A cache object that deletes the least-recently-used items. This is the libjs module. debian/copyright0000644000000000000000000000263512204770435011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lru-cache Upstream-Contact: https://github.com/isaacs/node-lru-cache/issues Source: https://github.com/isaacs/node-lru-cache Files: * Copyright: 2009, 2010, 2011 Isaac Z. Schlueter License: Expat Files: debian/* Copyright: 2012, Jérémy Lal License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/node-lru-cache.install0000644000000000000000000000004111730457453013350 0ustar lib/lru-cache.js usr/lib/nodejs/ debian/source/0000755000000000000000000000000011730457001010464 5ustar debian/source/format0000644000000000000000000000001411730450217011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211730450217010364 0ustar 8 debian/rules0000755000000000000000000000016111730452515010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000143212204770621011041 0ustar node-lru-cache (2.3.1-1) unstable; urgency=low * Upstream update. * control: + Standards-Version 3.9.4 + Canonicalize Vcs fields * copyright: add Upstream-Contact and Source fields. -- Jérémy Lal Wed, 21 Aug 2013 00:44:50 +0200 node-lru-cache (2.3.0-1) experimental; urgency=low * Upstream update. * Copyright: Upstream-Name is lru-cache. -- Jérémy Lal Sat, 27 Apr 2013 16:34:31 +0200 node-lru-cache (2.2.2-1) experimental; urgency=low * Upstream update. * Use github url in watch file. -- Jérémy Lal Fri, 22 Mar 2013 01:34:13 +0100 node-lru-cache (1.0.5-1) unstable; urgency=low * Initial release (Closes: #664149) -- Jérémy Lal Sat, 17 Mar 2012 23:30:55 +0100