debian/0000755000000000000000000000000011732712562007174 5ustar debian/install0000644000000000000000000000003211732712562010560 0ustar lib/* usr/lib/nodejs/JSV/ debian/rules0000755000000000000000000000112411732712562010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 ifndef UPVER UPVER := $(shell dpkg-parsechangelog | grep ^Version | cut -d\ -f2 | cut -d+ -f1 | cut -d- -f1) endif %: dh $@ override_dh_install: dh_install dh_buildinfo override_dh_installchangelogs: dh_installchangelogs CHANGELOG.md get-orig-source: wget http://registry.npmjs.org/JSV/-/JSV-$(UPVER).tgz tar xf JSV-$(UPVER).tgz rm -rf package/jsdoc-toolkit/ tar cf node-jsv_$(UPVER)+ds1.orig.tar package/ gzip -9 node-jsv_$(UPVER)+ds1.orig.tar rm -rf package/ JSV-$(UPVER).tgz debian/docs0000644000000000000000000000001211732712562010040 0ustar README.md debian/watch0000644000000000000000000000022011732712562010217 0ustar version=3 opts=dversionmangle=s/\+ds\d// \ https://alioth.debian.org/~dapal/npmjs.php?id=JSV \ http://registry.npmjs.org/JSV/-/JSV-(\d+.*)\.tgz debian/control0000644000000000000000000000233111732712562010576 0ustar Source: node-jsv Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino Build-Depends: debhelper (>= 8~) , dh-buildinfo Standards-Version: 3.9.3 Homepage: http://github.com/garycourt/JSV Vcs-Git: git://git.debian.org/collab-maint/node-jsv.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-jsv.git;a=summary Package: node-jsv Architecture: all Depends: ${misc:Depends} , nodejs Description: extendable, fully compliant JSON schema validator for NodeJS JSV is a JavaScript implementation of a extendable, fully compliant JSON schema validator. Its features are: with the following features: - complete implementation of all current JSON Schema draft revisions; - support for creating individual environments (sandboxes) that validate using a particular schema specification; - provides an intuitive API for creating new validating schema attributes, or whole new custom schema schemas; - supports `self`, `full` and `describedby` hyper links; - validates itself, and is bootstrapped from the JSON schema schemas; - works in all ECMAScript 3 environments, including all web browsers and Node.js. debian/changelog0000644000000000000000000000135011732712562011045 0ustar node-jsv (4.0.0+ds1-1) unstable; urgency=low * New upstream version * Added debian/watch * Standards-Version bump to 3.9.3, no changes needed * Update debian/copyright -- David Paleino Thu, 22 Mar 2012 22:11:10 +0100 node-jsv (3.5.0+ds1-3) unstable; urgency=low * Fixed debian/copyright to include information for qunit. -- David Paleino Sun, 16 Oct 2011 21:18:04 +0200 node-jsv (3.5.0+ds1-2) unstable; urgency=low * Compliance to Debian Javascript Policy -- David Paleino Sat, 15 Oct 2011 23:55:22 +0200 node-jsv (3.5.0+ds1-1) unstable; urgency=low * Initial release (Closes: #645209) -- David Paleino Thu, 13 Oct 2011 17:59:58 +0200 debian/copyright0000644000000000000000000000726511732712562011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: JSV Files: * Copyright: © 2010, Gary Court License: BSD-2 Files: debian/* Copyright: © 2011-2012, David Paleino License: GPL-2.0+ Files: lib/uri/tests/qunit* tests/qunit* Copyright: © 2009, John Resig © 2009, Jörn Zaefferer License: MIT or GPL-2.0+ License: BSD-2 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 GARY COURT ``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 GARY COURT 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. . The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Gary Court or the JSON Schema specification. License: GPL-2.0+ 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". License: MIT 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/source/0000755000000000000000000000000011732712562010474 5ustar debian/source/format0000644000000000000000000000001411732712562011702 0ustar 3.0 (quilt) debian/links0000644000000000000000000000006611732712562010241 0ustar usr/lib/nodejs/JSV/jsv.js usr/lib/nodejs/JSV/index.js debian/compat0000644000000000000000000000000211732712562010372 0ustar 8