debian/0000755000000000000000000000000012204773413007171 5ustar debian/docs0000644000000000000000000000001212204772506010037 0ustar README.md debian/examples0000644000000000000000000000001212204772506010725 0ustar examples/*debian/watch0000644000000000000000000000023412204772506010223 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-ansi-$1.tar.gz/ \ https://github.com/TooTallNate/ansi.js/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000165712204773170010605 0ustar Source: node-ansi 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/TooTallNate/ansi.js Vcs-Git: git://anonscm.debian.org/collab-maint/node-ansi.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-ansi.git Package: node-ansi Architecture: all Depends: ${misc:Depends} , nodejs Description: Advanced ANSI formatting tool for Node.js node-ansi is a module for Node.js that provides an easy-to-use API for writing ANSI escape codes to Stream instances. ANSI escape codes are used to do fancy things in a terminal window, like render text in colors, delete characters, lines, the entire window, or hide and show the cursor, and lots more. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000262312204773276011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ansi Upstream-Contact: https://github.com/TooTallNate/ansi.js/issues Source: https://github.com/TooTallNate/ansi.js Files: * Copyright: 2012, Nathan Rajlich 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/links0000644000000000000000000000007012204772506010233 0ustar usr/lib/nodejs/ansi/ansi.js usr/lib/nodejs/ansi/index.jsdebian/install0000644000000000000000000000010612204772506010561 0ustar lib/ansi.js usr/lib/nodejs/ansi/ lib/newlines.js usr/lib/nodejs/ansi/ debian/source/0000755000000000000000000000000012204772506010473 5ustar debian/source/format0000644000000000000000000000001412204772506011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212204772506010371 0ustar 8 debian/rules0000755000000000000000000000016112204772506010251 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000103412204773413011041 0ustar node-ansi (0.2.1-1) unstable; urgency=low * Upstream update. * No more DFSG-repackaging needed. * copyright: update Source field, add Upstream-Contact field. * control: + Standards-Version 3.9.4 + Canonicalize Vcs fields -- Jérémy Lal Wed, 21 Aug 2013 01:07:04 +0200 node-ansi (0.1.2~dfsg1-1) unstable; urgency=low * Initial release (Closes: #664952) * DFSG repackaging needed to exclude an unlicensed image in examples. -- Jérémy Lal Fri, 22 Mar 2013 15:44:56 +0100