debian/0000755000000000000000000000000012203160130007152 5ustar debian/docs0000644000000000000000000000001212123017472010031 0ustar README.md debian/examples0000644000000000000000000000001212123017464010720 0ustar examples/*debian/watch0000644000000000000000000000022712123017211010206 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-tar-$1.tar.gz/ \ https://github.com/isaacs/node-tar/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000162012203157650010571 0ustar Source: node-tar 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/node-tar Vcs-Git: git://anonscm.debian.org/collab-maint/node-tar.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-tar.git Package: node-tar Architecture: all Depends: ${misc:Depends} , nodejs , node-inherits (>= 2) , node-block-stream , node-fstream Description: read and write portable tar archives module for Node.js node-tar is able to read and write tar archives generated by bsdtar, gnutar, solaris posix tar, and "Schilly" tar. node-tar is a well-tested essential piece of software for npm, the Node.js package manager. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000302411732040360011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tar 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/links0000644000000000000000000000006511731742171010236 0ustar usr/lib/nodejs/tar/tar.js usr/lib/nodejs/tar/index.jsdebian/install0000644000000000000000000000006311731742160010560 0ustar tar.js usr/lib/nodejs/tar/ lib usr/lib/nodejs/tar/ debian/source/0000755000000000000000000000000011731735004010467 5ustar debian/source/format0000644000000000000000000000001411731735004011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211731735004010365 0ustar 8 debian/rules0000755000000000000000000000016111731735004010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000117512203160130011030 0ustar node-tar (0.1.18-1) unstable; urgency=low * Upstream update * control: + tighten dependency on node-inherits (>= 2) + canonicalize Vcs fields + Standards-Version 3.9.4 -- Jérémy Lal Thu, 15 Aug 2013 16:06:15 +0200 node-tar (0.1.17-1) experimental; urgency=low * Upstream update. * Use github url in watch file. * Use dh_installexamples instead of dh_installdocs. -- Jérémy Lal Fri, 22 Mar 2013 10:18:26 +0100 node-tar (0.1.13-1) unstable; urgency=low * Initial release (Closes: #664719) -- Jérémy Lal Sat, 17 Mar 2012 23:37:48 +0100