debian/0000755000000000000000000000000012124662466007177 5ustar debian/docs0000644000000000000000000000001212124662153010034 0ustar Readme.md debian/examples0000644000000000000000000000001412124661270010723 0ustar example/*.jsdebian/watch0000644000000000000000000000016612124661205010221 0ustar version=3 https://alioth.debian.org/~dapal/npmjs.php?id=retry \ http://registry.npmjs.org/retry/-/retry-(\d+.*)\.tgz debian/control0000644000000000000000000000147612124661523010603 0ustar Source: node-retry 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/tim-kos/node-retry Vcs-Git: git://git.debian.org/collab-maint/node-retry.git Vcs-Browser: http://git.debian.org/?p=collab-maint/node-retry.git Package: node-retry Architecture: all Depends: ${misc:Depends} , nodejs Description: Retry strategies for failed operations module for Node.js node-retry abstracts exponential and custom retry strategies for failed operations. Its parameters are the number of retries, exponential factor, minimum and maximum (randomized) timeouts. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000240012124662007011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: retry Files: * Copyright: 2011 Tim Koschützki 2011 Felix Geisendörfer 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/install0000644000000000000000000000006712124661323010562 0ustar index.js usr/lib/nodejs/retry lib usr/lib/nodejs/retry debian/source/0000755000000000000000000000000012123263677010477 5ustar debian/source/format0000644000000000000000000000001412123056351011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212123056351010362 0ustar 8 debian/rules0000755000000000000000000000033612124662377010262 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 debian/changelog0000644000000000000000000000023112124662433011037 0ustar node-retry (0.6.0-1) unstable; urgency=low * Initial release (Closes: #704098) -- Jérémy Lal Wed, 27 Mar 2013 22:31:05 +0100