debian/0000755000000000000000000000000011763771337007205 5ustar debian/node-sink-test.examples0000644000000000000000000000001711763770371013604 0ustar tests/tests.js debian/libjs-sink-test.install0000644000000000000000000000005311763770371013612 0ustar src/sink* /usr/share/javascript/sink-test/ debian/control0000644000000000000000000000253411763771312010605 0ustar Source: node-sink-test Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Marcelo Jorge Vieira (metal) Build-Depends: debhelper (>= 7.0.50~), node-uglify Standards-Version: 3.9.3 Homepage: http://github.com/ded/sink-test Vcs-Browser: http://git.debian.org/?p=pkg-javascript/node-sink-test.git Vcs-Git: git://git.debian.org/git/pkg-javascript/node-sink-test.git Package: libjs-sink-test Architecture: all Depends: ${misc:Depends}, libjs-colors Description: Asynchronous JavaScript Unit Testing Framework Sink test is used to test JavaScript that is run asynchronously whereby you can specify the number of expectations and Sink will tell you if they each pass successfully or call an optional complete() callback to indicate test completion. . This package contains the JavaScript library. Package: node-sink-test Architecture: all Depends: ${misc:Depends}, libjs-sink-test, nodejs (>= 0.4.0), node-colors (>= 0.5.0) Description: Asynchronous JavaScript Unit Testing Framework Sink test is used to test JavaScript that is run asynchronously whereby you can specify the number of expectations and Sink will tell you if they each pass successfully or call an optional complete() callback to indicate test completion. . This package contains the NodeJS module. debian/compat0000644000000000000000000000000211756475642010405 0ustar 7 debian/rules0000755000000000000000000000141711763770371010265 0ustar #!/usr/bin/make -f libname = sink-test js-pkgname = libjs-$(libname) js-destdir ?= /usr/share/javascript/$(libname) js-destexample ?= usr/share/doc/$(js-pkgname)/examples node-pkgname = node-$(libname) node-destdir ?= /usr/lib/nodejs node-destexample ?= usr/share/doc/$(node-pkgname)/examples %: dh $@ override_dh_installexamples: dh_installexamples sed -i "s#sink.js#$(js-destdir)/sink.js#" debian/$(js-pkgname)/$(js-destexample)/template.html sed -i "s#sink.css#$(js-destdir)/sink.css#" debian/$(js-pkgname)/$(js-destexample)/template.html sed -i "s#require('../src/sink')#require('$(node-destdir)/sink')#" debian/$(node-pkgname)/$(node-destexample)/tests.js override_dh_auto_build: uglifyjs -o src/sink.min.js src/sink.js override_dh_auto_clean: rm -f src/sink.min.js debian/node-sink-test.links0000644000000000000000000000010011763770371013077 0ustar /usr/share/javascript/sink-test/sink.js /usr/lib/nodejs/sink.js debian/changelog0000644000000000000000000000025411763770371011055 0ustar node-sink-test (1.0.2-1) unstable; urgency=low * Initial Release (Closes: #676399) -- Marcelo Jorge Vieira (metal) Mon, 21 May 2012 14:25:10 -0300 debian/copyright0000644000000000000000000000246611763770371011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sink Test Source: http://github.com/ded/sink-test Files: * Copyright: 2012, Dustin Diaz License: MIT Files: debian/* Copyright: 2012, Marcelo Jorge Vieira License: MIT 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/0000755000000000000000000000000011756475642010507 5ustar debian/source/format0000644000000000000000000000001411756475642011715 0ustar 3.0 (quilt) debian/libjs-sink-test.examples0000644000000000000000000000002211763770371013756 0ustar src/template.html