debian/0000755000000000000000000000000012204770104007163 5ustar debian/docs0000644000000000000000000000001212123016766010036 0ustar README.md debian/examples0000644000000000000000000000001212123016771010720 0ustar examples/*debian/watch0000644000000000000000000000023212122714726010220 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-fstream-$1.tar.gz/ \ https://github.com/isaacs/fstream/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000174112204767673010612 0ustar Source: node-fstream 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/fstream Vcs-Git: git://anonscm.debian.org/collab-maint/node-fstream.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-fstream.git Package: node-fstream Architecture: all Depends: ${misc:Depends} , nodejs , node-rimraf (>= 2) , node-mkdirp (>= 0.3) , node-graceful-fs (>= 2) , node-inherits (>= 2) Description: Advanced filesystem streaming tools for Node.js node-fstream is a high-level file stream module for Node.js, with a unified interface for reading and writing streams representing files, directories or symbolic links, as well as manipulating their attributes, such as atime/mtime or uid/guid. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000303011731733467011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fstream Files: * Copyright: 2011, 2012 Isaac Z. Schlueter License: BSD-2-clause Files: debian/* Copyright: 2012, Jérémy Lal License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/links0000644000000000000000000000010111731734054010226 0ustar usr/lib/nodejs/fstream/fstream.js usr/lib/nodejs/fstream/index.jsdebian/install0000644000000000000000000000007711731734155010572 0ustar fstream.js usr/lib/nodejs/fstream/ lib usr/lib/nodejs/fstream/ debian/source/0000755000000000000000000000000011731733211010465 5ustar debian/source/format0000644000000000000000000000001411731733211011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211731733211010363 0ustar 8 debian/rules0000755000000000000000000000016111731733211010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000132212204770104011033 0ustar node-fstream (0.1.24-1) unstable; urgency=low * Upstream update. * Use dh_installexamples instead of dh_installdocs. * control: + Standards-Version 3.9.4 + Canonicalize Vcs fields. + Bump versions of dependencies to match upstream requirements. -- Jérémy Lal Wed, 21 Aug 2013 00:40:03 +0200 node-fstream (0.1.22-1) experimental; urgency=low * Upstream update. * Versioned dependency on node-graceful-fs 1.2.0. * Use github url in watch file. -- Jérémy Lal Fri, 22 Mar 2013 01:18:20 +0100 node-fstream (0.1.13-1) unstable; urgency=low * Initial release (Closes: #664695) -- Jérémy Lal Sat, 17 Mar 2012 23:37:48 +0100