debian/0000755000000000000000000000000012202673362007171 5ustar debian/docs0000644000000000000000000000001212202660527010034 0ustar Readme.md debian/watch0000644000000000000000000000025712202660417010223 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-delayed-stream-$1.tar.gz/ \ https://github.com/felixge/node-delayed-stream/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000144112202660373010572 0ustar Source: node-delayed-stream Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 8~) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/felixge/node-delayed-stream Vcs-Git: git://anonscm.debian.org/collab-maint/node-delayed-stream.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-delayed-stream.git Package: node-delayed-stream Architecture: all Depends: ${misc:Depends} , nodejs Description: Buffer stream events for later handling - module for Node.js node-delayed-stream can delay stream responses, and can be used to combine streams one after another. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000253412202660620011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: delayed-stream Source: https://github.com/felixge/node-delayed-stream Upstream-Contact: https://github.com/felixge/node-delayed-stream/issues Files: * Copyright: 2011 Debuggable Limited 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/links0000644000000000000000000000012612202660757010237 0ustar usr/lib/nodejs/delayed-stream/delayed_stream.js usr/lib/nodejs/delayed-stream/index.jsdebian/install0000644000000000000000000000006412202660723010557 0ustar lib/delayed_stream.js usr/lib/nodejs/delayed-stream debian/source/0000755000000000000000000000000012202660220010456 5ustar debian/source/format0000644000000000000000000000001412202660220011664 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212202660220010354 0ustar 8 debian/rules0000755000000000000000000000024212202673151010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: override_dh_auto_test: debian/changelog0000644000000000000000000000024212202673321011034 0ustar node-delayed-stream (0.0.5-1) unstable; urgency=low * Initial release (Closes: #719688) -- Jérémy Lal Wed, 14 Aug 2013 14:23:44 +0200