debian/0000755000000000000000000000000012211217527007166 5ustar debian/control0000644000000000000000000000223312211214411010556 0ustar Source: node-nan Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Mike Gabriel , Build-Depends: debhelper (>= 8.0.0), dh-buildinfo, Standards-Version: 3.9.4 Homepage: https://github.com/rvagg/nan Vcs-Git: git://anonscm.debian.org/collab-maint/node-nan.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-nan.git Package: node-nan Architecture: all Depends: ${misc:Depends}, nodejs (>= 0.10), Description: Native Abstractions for Node.js A header file filled with macro and utility goodness for making addon development for Node.js easier across versions 0.8, 0.10 and 0.11, and eventually 0.12. . Thanks to the crazy changes in V8 (and some in Node core), keeping native addons compiling happily across versions, particularly 0.10 to 0.11/0.12, is a minor nightmare. The goal of this project is to store all logic necessary to develop native Node.js addons without having to inspec NODE_MODULE_VERSION and get yourself into a macro-tangle. . This project also contains some helper utilities that make addon development a bit more pleasant. debian/rules0000755000000000000000000000034212211214723010240 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_install: cp .index.js index.js dh_install override_dh_auto_clean: rm -f index.js dh_auto_clean debian/README.Debian0000644000000000000000000000225112211216460011222 0ustar == nan.h == """ A header file filled with macro and utility goodness for making addon development for Node.js easier across versions 0.8, 0.10 and 0.11, and eventually 0.12. [...] """ On Debian system this header file (for now) gets installed into /usr/include/ so the header file nan.h gets indeed installed into the system's default include path. Upstream's README.md suggests to install the nan.h file into the nan Node.js module folder (/usr/lib/nodejs/nan/ on Debian systems) and hack the include path into binding.gyp files like this: """ "include_dirs" : [ ... ", 20130903 debian/links0000644000000000000000000000005212211214445010222 0ustar usr/include/nan.h usr/lib/nodejs/nan/nan.hdebian/install0000644000000000000000000000005712211217275010561 0ustar nan.h usr/include/ index.js usr/lib/nodejs/nan debian/compat0000644000000000000000000000000212142142326010361 0ustar 8 debian/copyright0000644000000000000000000000436012211211745011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nan Upstream-Contact: Rod Vagg Source: https://github.com/rvagg/nan Files: * Copyright: 2013, Rod Vagg 2013, Benjamin Byholm 2013, Trevor Norris License: Expat~no-false-attribs Files: debian/* Copyright: 2013, Mike Gabriel License: Expat~no-false-attribs License: Expat~no-false-attribs 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. . Distributions of all or part of the Software intended to be used by the recipients as they would use the unmodified Software, containing modifications that substantially alter, remove, or disable functionality of the Software, outside of the documented configuration mechanisms provided by the Software, shall be modified such that the Original Author's bug reporting email addresses and urls are either replaced with the contact information of the parties responsible for the changes, or removed entirely. . 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. . Except where noted, this license applies to any and all software programs and associated documentation files created by the Original Author, when distributed with the Software.debian/docs0000644000000000000000000000003412211217224010030 0ustar README.md package.json test/debian/watch0000644000000000000000000000022112211031673010206 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-nan-$1.tar.gz/ \ https://github.com/rvagg/nan/tags .*/archive/v?([\d\.]+).tar.gz debian/examples0000644000000000000000000000001212211032341010705 0ustar examples/*debian/source/0000755000000000000000000000000012142142326010463 5ustar debian/source/format0000644000000000000000000000001412142142326011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000023412211217446011037 0ustar node-nan (0.3.2-1) unstable; urgency=low * Initial release. (Closes: #721561). -- Mike Gabriel Tue, 03 Sep 2013 01:28:36 +0200