debian/0000755000000000000000000000000012205063157007167 5ustar debian/docs0000644000000000000000000000001211734435317010042 0ustar README.md debian/examples0000644000000000000000000000001212123016541010713 0ustar examples/*debian/watch0000644000000000000000000000023212122722105010206 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-glob-$1.tar.gz/ \ https://github.com/isaacs/node-glob/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000164712205062634010601 0ustar Source: node-glob Section: devel Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper (>= 8~) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/isaacs/node-glob Vcs-Git: git://anonscm.debian.org/collab-maint/node-glob.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-glob.git Package: node-glob Architecture: all Depends: , ${misc:Depends} , nodejs , node-minimatch (>= 0.2.11) , node-inherits (>= 2) Description: glob functionality for Node.js node-glob is a glob implementation for Node.js . It features brace expansion, extended glob matching, globstar matching, and can be invoked synchronously as well as asynchronously. It uses minimatch for pattern matching. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000452012205062732011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: glob Upstream-Contact: https://github.com/isaacs/node-glob/issues Source: https://github.com/isaacs/node-glob Files: * Copyright: 2011-2013 Isaac Z. Schlueter 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. Files: debian/* Copyright: 2011-2012, David Paleino License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/install0000644000000000000000000000003011734435317010560 0ustar glob.js usr/lib/nodejs/ debian/source/0000755000000000000000000000000011734435317010476 5ustar debian/source/format0000644000000000000000000000001411734435317011704 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211734435317010374 0ustar 8 debian/rules0000755000000000000000000000016111734435317010254 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000323712205063157011046 0ustar node-glob (3.2.6-1) unstable; urgency=low * Upstream update * control: + Standards-Version 3.9.4 + Canonicalize Vcs fields + remove dependency on node-graceful-fs + bump dependency on node-inherits >= 2 * copyright: add Source and Upstream-Contact fields. -- Jérémy Lal Wed, 21 Aug 2013 09:04:14 +0200 node-glob (3.2.1-2) unstable; urgency=low * Update package description. (Closes: #702203) -- Jérémy Lal Sat, 27 Apr 2013 16:15:51 +0200 node-glob (3.2.1-1) unstable; urgency=low * Upstream update. * Add examples using dh_installexamples. * Add myself to uploaders. * Tighten dependencies on node-minimatch (>= 0.2.11) and node-graceful-fs (>= 1.2.0). * Copyright: + clean BSD-2-clause license text, + bump year to 2013, removed unneeded symbols, + set Upstream-Name (glob) + add trailing slash to Format url. -- Jérémy Lal Sat, 27 Apr 2013 16:12:34 +0200 node-glob (3.1.9-1) unstable; urgency=low * New upstream version -- David Paleino Thu, 22 Mar 2012 21:43:41 +0100 node-glob (3.1.7-1) unstable; urgency=low [ Jérémy Lal ] * Standards-Version 3.9.3 * Architecture 'all' because node-glob is now native JavaScript. * Depends on node-minimatch, node-inherits, node-graceful-fs. [ David Paleino ] * New upstream version - the package is now no more compiled (Closes: #664913) * Updated debian/copyright -- David Paleino Thu, 22 Mar 2012 00:04:59 +0100 node-glob (2.0.9-1) unstable; urgency=low * Initial release -- David Paleino Sat, 29 Oct 2011 01:51:50 +0200