debian/0000755000000000000000000000000012210465403007163 5ustar debian/changelog0000644000000000000000000000024412210455242011035 0ustar node-daemon (1.1.0-1) unstable; urgency=low * Initial release (closes: #688405). -- Laszlo Boszormenyi (GCS) Sat, 31 Aug 2013 23:04:32 +0200 debian/compat0000644000000000000000000000000212210455322010360 0ustar 9 debian/control0000644000000000000000000000120112210456225010562 0ustar Source: node-daemon Section: devel Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://github.com/indexzero/daemon.node Package: node-daemon Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.8.0) Description: Turn a node script into a daemon Daemon actually re-spawns the current application and runs it again. The only difference between the original and the fork is that the original will not execute past the daemon() call whereas the fork will. debian/copyright0000644000000000000000000000244612210464166011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Files: * Copyright: ©, Arthur (Slashed) License: MIT Files: debian/* Copyright: © 2013- , Laszlo Boszormenyi (GCS) License: MIT License: MIT 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/docs0000644000000000000000000000001212026565575010047 0ustar README.md debian/install0000644000000000000000000000004012210457065010553 0ustar index.js usr/lib/nodejs/daemon/ debian/node-daemon.examples0000644000000000000000000000001312210457312013103 0ustar examples/* debian/rules0000755000000000000000000000016112210456523010244 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/source/0000755000000000000000000000000012026565575010503 5ustar debian/source/format0000644000000000000000000000001412026565575011711 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000035112210455047010216 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ https://github.com/indexzero/daemon.node/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))