debian/0000755000000000000000000000000011706002742007165 5ustar debian/control0000644000000000000000000000226111706002672010573 0ustar Source: node-jsconfig Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: cdbs (>= 0.4.72~), debhelper, dh-buildinfo, nodejs-dev, coffeescript Standards-Version: 3.9.2 Homepage: https://github.com/dodo/node-jsconfig Vcs-Git: git://git.debian.org/git/collab-maint/node-jsconfig Vcs-Browser: http://git.debian.org/?p=collab-maint/node-jsconfig.git Package: node-jsconfig Architecture: all Depends: ${misc:Depends}, ${cdbs:Depends} Description: Node async configuration loader with command line support Node is an event-based server-side JavaScript engine. . jsconfig can load config file formats whatever Node can require: . * by default it's always possible to load `*.js` files * if you want to use coffee-script config files, just do a require('coffee-script') before and you're able to require `*.coffee` files as well * since Node 0.5.x it's even possible to require `.*json` files * if you're hardcore you can write your config in cpp and compile them to `*.node` files . jsconfig supports defaults, and provides a command-line interface. debian/source/0000755000000000000000000000000011666647537010513 5ustar debian/source/format0000644000000000000000000000001411530323745011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000122611706002742011040 0ustar node-jsconfig (0.2.0-1) unstable; urgency=low * New upstream release. * Stop depending on node-async. * Compile coffeescript manually (upstream switched from node-waf to muffin which is not yet in Debian). -- Jonas Smedegaard Thu, 19 Jan 2012 13:00:17 +0100 node-jsconfig (0.1.1-1) unstable; urgency=low * Rerelease using pristine tarball. * Update watch file to use more flexible regex. -- Jonas Smedegaard Sun, 25 Dec 2011 12:59:27 +0700 node-jsconfig (0.1.1~20111212-1) unstable; urgency=low * Initial release. Closes: Bug#653057. -- Jonas Smedegaard Fri, 23 Dec 2011 16:15:57 +0700 debian/compat0000644000000000000000000000000211627556167010404 0ustar 7 debian/watch0000644000000000000000000000012611675535256010235 0ustar version=3 http://githubredir.debian.net/github/dodo/node-jsconfig .*?(\d[^/]*).tar.gz debian/copyright_hints0000644000000000000000000000160511706002667012335 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Cakefile README.md debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch example/cli.js example/config.default.js example/config.js example/simple.js example/sync.js jsconfig.js package.json src/jsconfig.coffee src/util.coffee Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 2011, ▟ ▖▟ ▖(dodo) 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 License: MIT/X11 (BSD like) FIXME debian/copyright0000644000000000000000000000425711675040425011135 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: jsconfig Upstream-Contact: ▟ ▖▟ ▖ Source: https://github.com/dodo/jsconfig/downloads git://github.com/dodo/jsconfig Files: * Copyright: 2011, ▟ ▖▟ ▖(dodo) License: Expat Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ 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. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611530323745010611 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000341211706002614010243 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, Jonas Smedegaard # Description: Main Debian packaging script for jsconfig # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk libname = jsconfig libpkgname = node-$(libname) CDBS_BUILD_DEPENDS += , nodejs-dev, coffeescript CDBS_DEPENDS_$(libpkgname) = nodejs, node-cli # suppress optional build-dependencies CDBS_BUILD_DEPENDS_rules_upstream-tarball = CDBS_BUILD_DEPENDS_rules_utils_copyright-check = DEB_UPSTREAM_URL = http://githubredir.debian.net/github/dodo/node-$(libname) DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_WGET_OPTS += --no-check-certificate DEB_UPSTREAM_TARBALL_MD5 = 38b75492d259aa3eb82261199f7ac55b DEB_INSTALL_DOCS_ALL += README.md DEB_INSTALL_EXAMPLES_ALL += example/* # TODO: build-depend on and use muffin DEB_DH_INSTALL_ARGS_$(libpkgname) = lib/*.js /usr/lib/nodejs/jsconfig DEB_DH_LINK_$(libpkgname) = usr/lib/nodejs/jsconfig/jsconfig.js usr/lib/nodejs/jsconfig/index.js build/$(libpkgname):: coffee -o lib -c src clean:: rm -rf lib debian/control.in0000644000000000000000000000215711675037731011215 0ustar Source: node-jsconfig Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.2 Homepage: https://github.com/dodo/node-jsconfig Vcs-Git: git://git.debian.org/git/collab-maint/node-jsconfig Vcs-Browser: http://git.debian.org/?p=collab-maint/node-jsconfig.git Package: node-jsconfig Architecture: all Depends: ${misc:Depends}, ${cdbs:Depends} Description: Node async configuration loader with command line support Node is an event-based server-side JavaScript engine. . jsconfig can load config file formats whatever Node can require: . * by default it's always possible to load `*.js` files * if you want to use coffee-script config files, just do a require('coffee-script') before and you're able to require `*.coffee` files as well * since Node 0.5.x it's even possible to require `.*json` files * if you're hardcore you can write your config in cpp and compile them to `*.node` files . jsconfig supports defaults, and provides a command-line interface.