debian/0000755000000000000000000000000012203624626007171 5ustar debian/docs0000644000000000000000000000001212203155461010031 0ustar README.md debian/watch0000644000000000000000000000024612203151546010220 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-graceful-fs-$1.tar.gz/ \ https://github.com/isaacs/node-graceful-fs/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000246212203154601010567 0ustar Source: node-graceful-fs Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal , Mike Gabriel , Build-Depends: debhelper (>= 8.0.0), dh-buildinfo, Standards-Version: 3.9.4 Homepage: https://github.com/isaacs/node-graceful-fs Vcs-Git: git://anonscm.debian.org/collab-maint/node-graceful-fs.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-graceful-fs.git Package: node-graceful-fs Architecture: all Depends: ${misc:Depends}, nodejs Description: drop-in replacement improving the Node.js fs module node-graceful-fs module normalizes behavior across different platforms and environments, and makes filesystem access more resilient to errors: * queues up open and readdir calls, and retries them once something closes if there is an EMFILE error from too many file descriptors. * fixes lchmod for Node versions prior to 0.6.2 * implements fs.lutimes if possible. Otherwise it becomes a noop. * ignores EINVAL and EPERM errors in chown, fchown or lchown if the user isn't root. * makes lchmod and lchown become noops, if not available. * retries reading a file if read results in EAGAIN error. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000330112203153751011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: graceful-fs Upstream-Contact: https://github.com/isaacs/node-graceful-fs/issues Source: https://github.com/isaacs/node-graceful-fs Files: * Copyright: 2009-2013, Isaac Z. Schlueter License: BSD-2-clause Files: debian/* Copyright: 2012-2013, Jérémy Lal 2013, Mike Gabriel 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 AUTHOR 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 AUTHOR 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/links0000644000000000000000000000011512203624555010232 0ustar usr/lib/nodejs/graceful-fs/graceful-fs.js usr/lib/nodejs/graceful-fs/index.jsdebian/install0000644000000000000000000000012212203154066010551 0ustar graceful-fs.js usr/lib/nodejs/graceful-fs polyfills.js usr/lib/nodejs/graceful-fs debian/source/0000755000000000000000000000000011730730542010470 5ustar debian/source/format0000644000000000000000000000001411730450217011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211730450217010364 0ustar 8 debian/rules0000755000000000000000000000016111730452515010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000233512203624626011046 0ustar node-graceful-fs (2.0.0-2) unstable; urgency=low * links: fix paths -- Jérémy Lal Sat, 17 Aug 2013 09:43:16 +0200 node-graceful-fs (2.0.0-1) unstable; urgency=low * Upstream update * copyright: + Add Mike Gabriel as copyright holder to debian/* files. + switch to BSD-2-clause for both upstream and debian/* files * control: + canonicalize Vcs fields + Standards-Version 3.9.4 + drop version on nodejs dependency -- Jérémy Lal Thu, 15 Aug 2013 15:46:55 +0200 node-graceful-fs (1.2.1-1) unstable; urgency=low * New upstream release. -- Mike Gabriel Mon, 27 May 2013 01:10:14 +0200 node-graceful-fs (1.2.0-1) experimental; urgency=low * Upstream update. * Use github url in watch file. -- Jérémy Lal Fri, 22 Mar 2013 01:09:17 +0100 node-graceful-fs (1.1.8-1) unstable; urgency=low * Upstream update. Does not require fast-list. Closes:#667017. * Fix watch file. -- Jérémy Lal Tue, 20 Mar 2012 00:47:28 +0100 node-graceful-fs (1.1.5-1) unstable; urgency=low * Initial release (Closes: #664230) -- Jérémy Lal Sat, 17 Mar 2012 23:39:14 +0100