debian/0000755000000000000000000000000012205135535007167 5ustar debian/docs0000644000000000000000000000001212205134316010027 0ustar README.md debian/watch0000644000000000000000000000023212205134422010207 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-sha-$1.tar.gz/ \ https://github.com/ForbesLindesay/sha/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000154712205135266010602 0ustar Source: node-sha 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/ForbesLindesay/sha Vcs-Git: git://anonscm.debian.org/collab-maint/node-sha.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-sha.git Package: node-sha Architecture: all Depends: ${misc:Depends} , nodejs Recommends: node-graceful-fs (>= 2) Description: Check and get file or stream hashes - module for Node.js node-sha exposes simple functions to check and get file or stream hashes. The algorithm used defaults to sha1 and can be any of the algorithms supported by Node.js builtin crypto module. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000506312205135060011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sha Upstream-Contact: https://github.com/ForbesLindesay/sha/issues Source: https://github.com/ForbesLindesay/sha Files: * Copyright: 2013 Forbes Lindesay License: BSD-2-clause or Expat 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. 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/install0000644000000000000000000000003512205134661010555 0ustar index.js usr/lib/nodejs/sha/ debian/source/0000755000000000000000000000000012205134316010463 5ustar debian/source/format0000644000000000000000000000001412205134316011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212205134316010361 0ustar 8 debian/rules0000755000000000000000000000016112205134316010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000022712205135527011043 0ustar node-sha (1.2.3-1) unstable; urgency=low * Initial release (Closes: #720380) -- Jérémy Lal Wed, 21 Aug 2013 15:06:28 +0200