debian/0000755000000000000000000000000011721220041007154 5ustar debian/install0000644000000000000000000000002611721220041010543 0ustar lib/* usr/lib/nodejs/ debian/rules0000755000000000000000000000035111721220041010233 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: override_dh_auto_clean: override_dh_install: dh_install dh_buildinfo debian/docs0000644000000000000000000000001211721220041010020 0ustar README.md debian/watch0000644000000000000000000000012411721220041010202 0ustar version=3 http://githubredir.debian.net/github/felixge/node-dirty/v(\d+.*)\.tar\.gz debian/control0000644000000000000000000000172311721220041010562 0ustar Source: dirty.js Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: David Paleino Build-Depends: debhelper (>= 8.0.0) , dh-buildinfo Standards-Version: 3.9.2 Homepage: https://github.com/felixge/node-dirty Vcs-Git: git://git.debian.org/collab-maint/dirty.js.git Vcs-Browser: http://git.debian.org/?p=collab-maint/dirty.js.git;a=summary Package: node-dirty Architecture: all Depends: ${misc:Depends} , nodejs Description: tiny and fast key-value store for Node Node is an event-based server-side JavaScript engine. . Dirty.js is a tiny & fast key value store with append-only disk log. It is ideal for apps with less than 1 million records. Its characteristics are: - the file format is newline separated JSON; - the database lives in the same process as the application, they share memory; - there is no query language, you just forEach through all records. debian/changelog0000644000000000000000000000111211721220041011021 0ustar dirty.js (0.9.6-1) unstable; urgency=low * New upstream version -- David Paleino Wed, 22 Feb 2012 18:04:23 +0100 dirty.js (0.9.5-1) unstable; urgency=low * New upstream version -- David Paleino Fri, 30 Dec 2011 12:51:12 +0100 dirty.js (0.9.4-2) unstable; urgency=low * Compliance to Debian Javascript Policy -- David Paleino Sun, 16 Oct 2011 00:26:46 +0200 dirty.js (0.9.4-1) unstable; urgency=low * Initial release (Closes: #644862) -- David Paleino Sun, 09 Oct 2011 22:18:13 +0200 debian/copyright0000644000000000000000000000244611721220041011115 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: dirty.js Source: https://github.com/felixge/node-dirty Files: * Copyright: © 2010, Debuggable Limited License: MIT Files: debian/* Copyright: © 2011, David Paleino 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 X CONSORTIUM 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/examples0000644000000000000000000000001211721220041010706 0ustar example/* debian/source/0000755000000000000000000000000011721220041010454 5ustar debian/source/format0000644000000000000000000000001411721220041011662 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211721220041010352 0ustar 8