debian/0000755000000000000000000000000012122726342007167 5ustar debian/docs0000644000000000000000000000001211734116033010031 0ustar README.md debian/watch0000644000000000000000000000023312122726153010216 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-which-$1.tar.gz/ \ https://github.com/isaacs/node-which/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000160212122726250010567 0ustar Source: node-which 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.3 Homepage: https://github.com/isaacs/node-which Vcs-Git: git://git.debian.org/collab-maint/node-which.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-which.git Package: node-which Architecture: all Depends: ${misc:Depends} , nodejs Description: Cross-platform 'which' module for Node.js node-which finds the first instance of a specified executable in the PATH environment variable, simulating the behaviour of the standard "which" program. node-which supports all platforms supported by Node.js. . This is the module only, the binary being totally useless. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000244611734116033011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: which Files: * Copyright: 2009, 2010, 2011 Isaac Z. Schlueter License: Expat Files: debian/* Copyright: 2012, Jérémy Lal 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/install0000644000000000000000000000003111734116033010550 0ustar which.js usr/lib/nodejs/ debian/source/0000755000000000000000000000000011734116033010465 5ustar debian/source/format0000644000000000000000000000001411734116033011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211734116033010363 0ustar 8 debian/rules0000755000000000000000000000016111734116033010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000046012122726342011041 0ustar node-which (1.0.5-2) unstable; urgency=low * Use github url in watch file. -- Jérémy Lal Fri, 22 Mar 2013 01:59:12 +0100 node-which (1.0.5-1) unstable; urgency=low * Initial release (Closes: #642416) -- Jérémy Lal Sat, 17 Mar 2012 23:37:48 +0100