debian/0000755000000000000000000000000012217705732007174 5ustar debian/docs0000644000000000000000000000001212217676756010055 0ustar README.md debian/watch0000644000000000000000000000024012217701426010215 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/node-xml2js-$1.tar.gz/ \ https://github.com/Leonidas-from-XIV/node-xml2js/releases .*/v?(\d\S*)\.tar\.gz debian/control0000644000000000000000000000145312217705144010577 0ustar Source: node-xml2js Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper (>= 8~) , dh-buildinfo , coffeescript Standards-Version: 3.9.4 Homepage: https://github.com/Leonidas-from-XIV/node-xml2js Vcs-Git: git://anonscm.debian.org/collab-maint/node-xml2js.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-xml2js.git Package: node-xml2js Architecture: all Depends: ${misc:Depends} , nodejs , node-sax Description: simple XML to JavaScript object converter - Node.js module xml2js parses XML using node-sax and converts it to a plain JavaScript object. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000243712217701534011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: © 2010-2013, Marek Kubica License: Expat Files: debian/* Copyright: © 2011-2012, David Paleino 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/install0000644000000000000000000000004012217705713010556 0ustar build/xml2js.js usr/lib/nodejs/ debian/source/0000755000000000000000000000000012217676756010511 5ustar debian/source/format0000644000000000000000000000001412217676756011717 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212217676756010407 0ustar 8 debian/rules0000755000000000000000000000032412217705461010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_install: dh_install dh_buildinfo override_dh_auto_build: coffee -c -o build/ src/ debian/clean0000644000000000000000000000001012217705535010171 0ustar build/* debian/changelog0000644000000000000000000000146612217705155011054 0ustar node-xml2js (0.2.8-1) unstable; urgency=low * Upstream update * control: + rephrase description + canonicalize Vcs fields * copyright: rename MIT to Expat * watch github directly -- Jérémy Lal Mon, 23 Sep 2013 02:25:13 +0200 node-xml2js (0.1.13-2) unstable; urgency=low * Standards-Version bump to 3.9.4, no changes needed * Updated debian/copyright * Fixed typos in long description (Closes: #650069) -- David Paleino Thu, 20 Sep 2012 12:37:35 +0200 node-xml2js (0.1.13-1) unstable; urgency=low * New upstream version -- David Paleino Sat, 31 Dec 2011 12:35:40 +0100 node-xml2js (0.1.11-1) unstable; urgency=low * Initial release (Closes: #646398) -- David Paleino Sun, 23 Oct 2011 23:16:26 +0200