debian/0000755000000000000000000000000012233223317007164 5ustar debian/docs0000644000000000000000000000001212233222525010030 0ustar Readme.md debian/watch0000644000000000000000000000023612233222636010221 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-bytes-$1.tar.gz/ \ https://github.com/visionmedia/bytes.js/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000156412233223114010570 0ustar Source: node-bytes Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 8.0.0) , dh-buildinfo , nodejs Standards-Version: 3.9.4 Homepage: https://github.com/visionmedia/bytes.js Vcs-Git: git://anonscm.debian.org/collab-maint/node-bytes.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-bytes.git Package: node-bytes Architecture: all Depends: ${misc:Depends} , nodejs Description: Byte string parser and formatter - Node.js module This module parses strings representing an amount of bytes, like 1kb, 2mb, 1gb; and inversely converts positive integers to a readable format representing an amount of bytes. It is useful for parsing or writing log files. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000232112233223133011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bytes Files: * Copyright: 2012 TJ Holowaychuk 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/install0000644000000000000000000000010012233223246010545 0ustar index.js usr/lib/nodejs/bytes package.json usr/lib/nodejs/bytes debian/source/0000755000000000000000000000000012233222525010464 5ustar debian/source/format0000644000000000000000000000001412233222525011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212233222525010362 0ustar 8 debian/rules0000755000000000000000000000024212233222525010242 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: debian/changelog0000644000000000000000000000023112233223317011032 0ustar node-bytes (0.2.1-1) unstable; urgency=low * Initial release (Closes: #727833) -- Jérémy Lal Sun, 27 Oct 2013 15:44:30 +0100