debian/0000755000000000000000000000000012227334550007171 5ustar debian/control0000644000000000000000000000150212226604110010561 0ustar Source: node-xmlhttprequest Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Per Andersson , Mike Gabriel , Build-Depends: debhelper (>= 8.0.0), nodejs, Standards-Version: 3.9.4 Homepage: http://github.com/driverdan/node-xmlhttprequest Vcs-Git: git://anonscm.debian.org/collab-maint/node-xmlhttprequest.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-xmlhttprequest.git;a=summary Package: node-xmlhttprequest Architecture: any Depends: nodejs (>= 0.6.19~dfsg1-3~), ${misc:Depends}, Description: XMLHttpRequest for Node Node is an event-based server-side Javascript engine. . XMLHttpRequest is a wrapper for the built-in HTTP client to emulate the browser XMLHttpRequest object. debian/rules0000755000000000000000000000016212142301354010240 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/links0000644000000000000000000000012612145755435010243 0ustar usr/lib/nodejs/xmlhttprequest/XMLHttpRequest.js usr/lib/nodejs/xmlhttprequest/index.jsdebian/install0000644000000000000000000000006512145755344010572 0ustar lib/XMLHttpRequest.js usr/lib/nodejs/xmlhttprequest/ debian/compat0000644000000000000000000000000212142301354010357 0ustar 8 debian/patches/0000755000000000000000000000000012145753505010624 5ustar debian/copyright0000644000000000000000000000303312226600610011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: node-xmlhttprequest Upstream-Contact: Dan DeFelippi http://github.com/driverdan/node-xmlhttprequest/issues Source: http://github.com/driverdan/node-xmlhttprequest Files: * Copyright: 2010, passive.ly LLC 2009-2011, Dan DeFelippi License: Expat Files: debian/* Copyright: 2011, Per Andersson 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/docs0000644000000000000000000000003512150371737010045 0ustar README.md package.json tests debian/watch0000644000000000000000000000026012142302142010204 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-xmlhttprequest-$1.tar.gz/ \ https://github.com/driverdan/node-xmlhttprequest/tags .*/archive/v?([\d\.]+).tar.gz debian/examples0000644000000000000000000000001112145754463010732 0ustar example/*debian/source/0000755000000000000000000000000012142301354010461 5ustar debian/source/format0000644000000000000000000000001412142301354011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000123112227334550011040 0ustar node-xmlhttprequest (1.6.0-1) unstable; urgency=low * New upstream release. * debian/docs: + Install package.json into doc folder. * debian/control: + Add nodejs to Build-Depends: field. (Closes: #725363). + Alioth-canonicalize Vcs-*: fields. * debian/copyright: + Add myself as copyright holder of debian/* files. + License change of debian/*. Use same license as upstream. -- Mike Gabriel Tue, 15 Oct 2013 23:52:16 +0200 node-xmlhttprequest (1.5.0-1) unstable; urgency=low [ Per Andersson ] * Initial release. (Closes: #640755) -- Mike Gabriel Sat, 18 May 2013 21:52:53 +0200