debian/0000755000000000000000000000000012204767023007171 5ustar debian/docs0000644000000000000000000000001212123014126010022 0ustar README.md debian/examples0000644000000000000000000000001312123014264010714 0ustar examples/* debian/watch0000644000000000000000000000022412123011704010204 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-nopt-$1.tar.gz/ \ https://github.com/isaacs/nopt/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000145412204766607010607 0ustar Source: node-nopt Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 8.0.0) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/isaacs/nopt Vcs-Git: git://anonscm.debian.org/collab-maint/node-nopt.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-nopt.git Package: node-nopt Architecture: all Depends: ${misc:Depends} , node-abbrev , nodejs Description: Command-line option parser for Node.js Full featured option parser, with support for : * types (String, path, url, Number, Date, Boolean, NaN, Stream, Array) * error handling * abbreviations * shorthands . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000260412204766636011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nopt Upstream-Contact: https://github.com/isaacs/nopt/issues Source: https://github.com/isaacs/nopt Files: * Copyright: 2009, 2010, 2011 Isaac Z. Schlueter License: Expat Files: debian/* Copyright: 2012, Jérémy Lal 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/install0000644000000000000000000000003411730740015010552 0ustar lib/nopt.js usr/lib/nodejs/ debian/source/0000755000000000000000000000000011730737065010477 5ustar debian/source/format0000644000000000000000000000001411730464314011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211730464314010367 0ustar 8 debian/rules0000755000000000000000000000016111730464314010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000155312204766761011057 0ustar node-nopt (2.1.2-1) unstable; urgency=low * Upstream update. * control: + Standards-Version 3.9.4 + Canonicalize Vcs fields * copyright: add Upstream-Contact and Source fields. -- Jérémy Lal Wed, 21 Aug 2013 00:30:08 +0200 node-nopt (2.1.1-1) experimental; urgency=low * Upstream update. * Use github url in watch file. * Use dh_installexamples instead of dh_installdocs. -- Jérémy Lal Fri, 22 Mar 2013 09:40:49 +0100 node-nopt (1.0.10-2) unstable; urgency=low * Fix Homepage field in debian/control * Fix watch file. * Add dependency on node-abbrev. (Closes: #671256) -- Jérémy Lal Mon, 19 Mar 2012 15:36:14 +0100 node-nopt (1.0.10-1) unstable; urgency=low * Initial release (Closes: #664237) -- Jérémy Lal Sat, 17 Mar 2012 23:43:55 +0100