debian/0000755000000000000000000000000012144775565007206 5ustar debian/install0000644000000000000000000000004112144632705010556 0ustar *.js usr/lib/nodejs/require-all/ debian/control0000644000000000000000000000165012144775413010603 0ustar Source: node-require-all Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Mike Gabriel , Build-Depends: debhelper (>= 8.0.0), dh-buildinfo, Standards-Version: 3.9.4 Homepage: https://github.com/felixge/node-require-all Vcs-Git: git://git.debian.org/collab-maint/node-require-all.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-require-all.git Package: node-require-all Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3~), Description: Require all Node.js module files within a directory This Node.js module provides an easy way to require all module files within a directory. . The require-all call also traverses subdirectories, an exclude regexp for subdirs can be specified. Additionally, a regexp filter can be given, so that only module files matching the filter pattern get included. debian/copyright0000644000000000000000000000266512144624343011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: node-require-all Upstream-Contact: Felix Geisendörfer Source: https://github.com/felixge/node-require-all Files: * Copyright: 2012, Felix Geisendörfer License: Expat Files: debian/* Copyright: 2013, Mike Gabriel 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/rules0000755000000000000000000000016112144775477010266 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/watch0000644000000000000000000000025012144624063010216 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-require-all-$1.tar.gz/ \ https://github.com/felixge/node-require-all/tags .*/archive/v?([\d\.]+).tar.gz debian/docs0000644000000000000000000000001712144624536010046 0ustar Readme.md test debian/changelog0000644000000000000000000000024412144775565011060 0ustar node-require-all (0.0.6-1) unstable; urgency=low * Initial release. (Closes: #708326). -- Mike Gabriel Wed, 15 May 2013 23:17:38 +0200 debian/compat0000644000000000000000000000000212142142326010361 0ustar 8 debian/source/0000755000000000000000000000000012142142326010463 5ustar debian/source/format0000644000000000000000000000001412142142326011671 0ustar 3.0 (quilt) debian/lintian-overrides0000644000000000000000000000067612144633413012561 0ustar # this .svn directory is part of the node-require-all test suite node-require-all: package-contains-vcs-control-dir usr/share/doc/node-require-all/test/filterdir/.svn/ # lintian reports duplicate files, however, we will not symlink those, as upstream may change the content of either file in later versions node-require-all: duplicate-files usr/share/doc/node-require-all/test/mydir/sub/no.2js usr/share/doc/node-require-all/test/mydir/sub/yes.js