debian/0000755000000000000000000000000012137514547007177 5ustar debian/docs0000644000000000000000000000001212137514257010041 0ustar README.md debian/watch0000644000000000000000000000030312136704421010213 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-slide-$1.tar.gz/,dversionmangle=s/~dfsg[\d]*$// \ https://github.com/isaacs/slide-flow-control/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000161612136742236010603 0ustar Source: node-slide 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/slide-flow-control Vcs-Git: git://git.debian.org/collab-maint/node-slide.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-slide.git Package: node-slide Architecture: all Depends: ${misc:Depends} , nodejs Description: Simple chain and asyncMap flow control module for Node.js The flow control module used by npm, for chaining functions with a clean and concise style, without the need for lots of inlined callbacks functions. Results are optionally filled in an array given as argument. . node-slide also provides an asyncMap function. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000240512137514100011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: slide Source: https://github.com/isaacs/slide-flow-control Files: * Copyright: 2009-2011 Isaac Z. Schlueter 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/install0000644000000000000000000000006712136576323010572 0ustar index.js usr/lib/nodejs/slide lib usr/lib/nodejs/slide debian/source/0000755000000000000000000000000012136573312010471 5ustar debian/source/format0000644000000000000000000000001412136324235011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212136324235010365 0ustar 8 debian/rules0000755000000000000000000000016112136324235010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000111012137514532011034 0ustar node-slide (1.1.4-1) unstable; urgency=low * Upstream applied our version of README.md, repackaging is not needed anymore. * Copyright: remove Comment about repackaging. -- Jérémy Lal Mon, 29 Apr 2013 18:01:28 +0200 node-slide (1.1.3~dfsg-2) unstable; urgency=low * Rewrite package description without code sample. -- Jérémy Lal Sat, 27 Apr 2013 14:35:02 +0200 node-slide (1.1.3~dfsg-1) unstable; urgency=low * Initial release (Closes: #706255) -- Jérémy Lal Sat, 27 Apr 2013 14:31:29 +0200