debian/0000755000000000000000000000000012202647175007174 5ustar debian/docs0000644000000000000000000000001212202645606010035 0ustar Readme.md debian/examples0000644000000000000000000000001312202645606010724 0ustar examples.jsdebian/watch0000644000000000000000000000024212202646165010221 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-qs-$1.tar.gz/ \ https://github.com/visionmedia/node-querystring/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000131012202646072010565 0ustar Source: node-qs Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal Build-Depends: debhelper (>= 8~) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/visionmedia/node-querystring Vcs-Git: git://anonscm.debian.org/collab-maint/node-qs.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-qs.git Package: node-qs Architecture: all Depends: ${misc:Depends} , nodejs Description: querystring parser library for Node.js QS is a querystring parser library for Node.js. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000265312202646357011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: qs Source: https://github.com/visionmedia/node-querystring Upstream-Contact: https://github.com/visionmedia/node-querystring/issues Files: * Copyright: © 2010, TJ Holowaychuk 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/install0000644000000000000000000000003412202645606010557 0ustar index.js usr/lib/nodejs/qs/ debian/source/0000755000000000000000000000000012202645606010471 5ustar debian/source/format0000644000000000000000000000001412202645606011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212202645606010367 0ustar 8 debian/rules0000755000000000000000000000043712202645606010255 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: override_dh_auto_install: override_dh_auto_clean: # nothing override_dh_installchangelogs: dh_installchangelogs History.md debian/changelog0000644000000000000000000000270012202647135011041 0ustar node-qs (0.6.5-1) unstable; urgency=low * Upstream update * watch: use github directly * control: + Homepage to github + Bump Standards-Version to 3.9.4, no changes required + Canonicalize Vcs-* url + Use Node.js in description * copyright: add Upstream-Contact, Source fields. -- Jérémy Lal Wed, 14 Aug 2013 11:31:02 +0200 node-qs (0.5.5-1) experimental; urgency=low * Upstream update * Copyright: rename MIT to Expat license * Install examples.js * Install the module file in qs/index.js, remove install override. -- Jérémy Lal Sat, 23 Mar 2013 21:11:26 +0100 node-qs (0.4.2-1) unstable; urgency=low * New upstream version * Standards-Version bump to 3.9.3, no changes needed * Update debian/copyright -- David Paleino Thu, 22 Mar 2012 22:42:39 +0100 node-qs (0.4.0-1) unstable; urgency=low * New upstream version -- David Paleino Sat, 31 Dec 2011 11:41:53 +0100 node-qs (0.3.2-1) unstable; urgency=low * New upstream version * Add debian/watch -- David Paleino Wed, 16 Nov 2011 22:41:43 +0100 node-qs (0.3.1-2) unstable; urgency=low * Compliance to Debian Javascript Policy -- David Paleino Sun, 16 Oct 2011 00:00:18 +0200 node-qs (0.3.1-1) unstable; urgency=low * Initial release (Closes: #645178) -- David Paleino Thu, 13 Oct 2011 12:13:09 +0200