debian/0000755000000000000000000000000012144651133007166 5ustar debian/install0000644000000000000000000000015212143006320010544 0ustar index.js usr/lib/nodejs/node-redis parser.js usr/lib/nodejs/node-redis utils.js usr/lib/nodejs/node-redis debian/control0000644000000000000000000000175212144651101010571 0ustar Source: node-node-redis Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Mike Gabriel , Build-Depends: debhelper (>= 8.0.0), dh-buildinfo, Standards-Version: 3.9.4 Homepage: https://github.com/tim-smart/node-redis Vcs-Git: git://git.debian.org/collab-maint/node-node-redis.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-node-redis.git Package: node-node-redis Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3~), Suggests: node-assert, node-parallel, Description: Redis client implementation for Node.js Redis is a networked, in-memory, key-value data store with optional durability. As the durability of data is not needed, the in-memory nature of Redis allows it to perform extremely well compared to database systems that write every change to disk before considering a transaction committed. . This module provides Redis client support for Node.js. debian/copyright0000644000000000000000000000261312143003562011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: node-redis Upstream-Contact: Tim Smart Source: https://github.com/tim-smart/node-redis Files: * Copyright: 2013, Tim Smart License: Expat Files: debian/* Copyright: 2013, Mike Gabriel 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/rules0000755000000000000000000000016112143005201010230 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/examples0000644000000000000000000000001012143004146010711 0ustar bench.jsdebian/watch0000644000000000000000000000024312143003610010204 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-node-redis-$1.tar.gz/ \ https://github.com/Tim-Smart/node-redis/tags .*/archive/v?([\d\.]+).tar.gz debian/patches/0000755000000000000000000000000012143012514010606 5ustar debian/patches/series0000644000000000000000000000004512143006064012025 0ustar 001_debian-node-redis-examples.patch debian/patches/001_debian-node-redis-examples.patch0000644000000000000000000000057212143012514017300 0ustar Description: Adapt module import in example files to Debian package Author: Mike Gabriel --- a/bench.js +++ b/bench.js @@ -1,4 +1,4 @@ -var redis = require('./'), +var redis = require('./lib/node-redis'), //redis2 = require('redis'), //redis3 = require('./bench/redis-node/redis'), //redis4 = require('./bench/redis-client'), debian/docs0000644000000000000000000000001312143004171010024 0ustar README testdebian/changelog0000644000000000000000000000053612144651133011044 0ustar node-node-redis (0.1.6-2) unstable; urgency=low * /debian/control: + Fix versioned dependency on nodejs. -- Mike Gabriel Wed, 15 May 2013 11:16:09 +0200 node-node-redis (0.1.6-1) unstable; urgency=low * Initial release. (Closes: #707642). -- Mike Gabriel Thu, 09 May 2013 23:44:25 +0200 debian/compat0000644000000000000000000000000212142142326010361 0ustar 8 debian/links0000644000000000000000000000011712143006234010223 0ustar usr/lib/nodejs/node-redis usr/share/doc/node-node-redis/examples/lib/node-redisdebian/source/0000755000000000000000000000000012142142326010463 5ustar debian/source/format0000644000000000000000000000001412142142326011671 0ustar 3.0 (quilt)