debian/0000755000000000000000000000000012144754342007174 5ustar debian/install0000644000000000000000000000003412142706677010570 0ustar keypress.js usr/lib/nodejs/ debian/control0000644000000000000000000000217012144650735010600 0ustar Source: node-keypress 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/TooTallNate/keypress Vcs-Git: git://git.debian.org/collab-maint/node-keypress.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-keypress.git Package: node-keypress Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3~), Description: Make any Node ReadableStream emit "keypress" events Previous to Node v0.8.x, there was an undocumented "keypress" event that process.stdin would emit when it was a TTY. Some people discovered this hidden gem, and started using it in their own code. . In Node v0.8.x (and above), this "keypress" event does not get emitted by default, but rather only when it is being used in conjunction with the readline (or by extension, the repl) module. . This module is the exact logic from the node pre-v0.8.x releases ripped out into its own module. . Bonus: Now with mouse support! debian/copyright0000644000000000000000000000263512142707110011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: keypress Upstream-Contact: Nathan Rajlich Source: https://github.com/TooTallNate/keypress Files: * Copyright: 2012, Nathan Rajlich License: MIT Files: debian/* Copyright: 2013, Mike Gabriel License: MIT License: MIT 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/rules0000755000000000000000000000036512142707774010265 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_install: cp -av index.js keypress.js dh_auto_install override_dh_auto_clean: rm -f keypress.js dh_auto_clean debian/watch0000644000000000000000000000024112142706631010216 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-keypress-$1.tar.gz/ \ https://github.com/TooTallNate/keypress/tags .*/archive/v?([\d\.]+).tar.gz debian/patches/0000755000000000000000000000000012142710415010612 5ustar debian/patches/series0000644000000000000000000000004412142710057012027 0ustar 001_fix-spelling-in-README-md.patch debian/patches/001_fix-spelling-in-README-md.patch0000644000000000000000000000104212142710415016546 0ustar Description: Fix typo in README.md Author: Mike Gabriel --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ gem, and started using it in their own code. Now in Node `v0.8.x`, this `"keypress"` event does not get emitted by default, -but rather only when it is being used in conjuction with the `readline` (or by +but rather only when it is being used in conjunction with the `readline` (or by extension, the `repl`) module. This module is the exact logic from the node `v0.8.x` releases ripped out into its debian/docs0000644000000000000000000000002212142710504010027 0ustar README.md test.js debian/changelog0000644000000000000000000000053212144650773011051 0ustar node-keypress (0.1.0-2) unstable; urgency=low * /debian/control: + Fix versioned dependency on nodejs. -- Mike Gabriel Wed, 15 May 2013 11:14:32 +0200 node-keypress (0.1.0-1) unstable; urgency=low * Initial release. (Closes: #707556). -- Mike Gabriel Thu, 09 May 2013 14:06:51 +0200 debian/compat0000644000000000000000000000000212142142326010361 0ustar 8 debian/source/0000755000000000000000000000000012142142326010463 5ustar debian/source/format0000644000000000000000000000001412142142326011671 0ustar 3.0 (quilt)