debian/0000755000000000000000000000000012144773741007200 5ustar debian/doc-base0000644000000000000000000000033512142277163010574 0ustar Document: node-policyfile Title: Flash Socket Policy Fileserver Documentation Section: Programming/Javascript Format: HTML Index: /usr/share/doc/node-policyfile/index.html Files: /usr/share/doc/node-policyfile/index.htmldebian/install0000644000000000000000000000007712142274410010560 0ustar *.js usr/lib/nodejs/policyfile/ lib usr/lib/nodejs/policyfile/ debian/control0000644000000000000000000000137412144651173010602 0ustar Source: node-policyfile 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/ Vcs-Git: git://git.debian.org/collab-maint/node-xxx.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-xxx.git Package: node-policyfile Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3~), Description: Flash Socket Policy File Server for Node.js A server to respond to Flash Socket Policy requests, both inline and through a dedicated server instance. . Use it to allow or disallow Flash Player sockets from accessing your site. debian/copyright0000644000000000000000000000264012142275047011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FlashPolicyFileServer Upstream-Contact: Arnout Kazemier, 3rd-Eden.com Source: https://github.com/3rd-Eden/FlashPolicyFileServer Files: * Copyright: 2011, Arnout Kazemier, 3rd-Eden.com License: MIT Files: debian/* Copyright: 2013, Mike Gabriel 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/rules0000755000000000000000000000024112142276434010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: override_dh_auto_test:debian/examples0000644000000000000000000000001212142276144010723 0ustar examples/*debian/watch0000644000000000000000000000025512142274112010215 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-policyfile-$1.tar.gz/ \ https://github.com/3rd-Eden/FlashPolicyFileServer/tags .*/archive/v?([\d\.]+).tar.gz debian/patches/0000755000000000000000000000000012144771173010624 5ustar debian/patches/001_debian-policyfile-examples.patch0000644000000000000000000000104012144771173017413 0ustar --- a/examples/basic.fallback.js +++ b/examples/basic.fallback.js @@ -1,5 +1,5 @@ var http = require('http') - , fspfs = require('../'); + , fspfs = require('./lib/policyfile'); var server = http.createServer(function(q,r){ r.writeHead(200); r.end(':3') }) , flash = fspfs.createServer(); --- a/examples/basic.js +++ b/examples/basic.js @@ -1,5 +1,5 @@ var http = require('http') - , fspfs = require('../'); + , fspfs = require('./lib/policyfile'); var flash = fspfs.createServer(); flash.listen(); \ No newline at end of file debian/patches/series0000644000000000000000000000004512144771064012037 0ustar 001_debian-policyfile-examples.patch debian/docs0000644000000000000000000000002012142276174010037 0ustar README.md doc/* debian/changelog0000644000000000000000000000072112144773717011055 0ustar node-policyfile (0.0.5-2) unstable; urgency=low * /debian/control: + Fix versioned dependency on nodejs. * Add patch: 001_debian-policyfile-examples.patch. Make example files work from their installation location. -- Mike Gabriel Wed, 15 May 2013 23:02:04 +0200 node-policyfile (0.0.5-1) unstable; urgency=low * Initial release. (Closes: #707174). -- Mike Gabriel Wed, 08 May 2013 00:18:38 +0200 debian/compat0000644000000000000000000000000212142142326010361 0ustar 8 debian/links0000644000000000000000000000011712144771262010236 0ustar usr/lib/nodejs/policyfile usr/share/doc/node-policyfile/examples/lib/policyfiledebian/source/0000755000000000000000000000000012142142326010463 5ustar debian/source/format0000644000000000000000000000001412142142326011671 0ustar 3.0 (quilt)