[Pkg-javascript-commits] [dirty.js] 02/02: Imported Debian patch 1.0.0-0.1
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue May 16 08:56:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository dirty.js.
commit 9cc0ca0c79c154135bb821de827d83d9c2a04f33
Merge: d2676a4 4e70d21
Author: Val Markovic <val at markovic.io>
Date: Sun May 14 20:51:02 2017 -0700
Imported Debian patch 1.0.0-0.1
.gitignore | 2 +-
.travis.yml | 4 +
Makefile | 2 +-
README.md | 75 ++++--
benchmark/dirty/for-each.js | 9 +-
benchmark/dirty/get.js | 8 +-
benchmark/dirty/load.js | 10 +-
benchmark/dirty/set-drain-256-bytes-per-doc.js | 8 +-
benchmark/dirty/set-drain.js | 8 +-
benchmark/dirty/set.js | 10 +-
debian/changelog | 16 ++
debian/compat | 2 +-
debian/control | 8 +-
debian/copyright | 2 +-
debian/source/local-options | 2 -
debian/watch | 3 +-
lib/dirty/dirty.js | 86 ++++++-
package.json | 10 +-
test/common.js | 17 --
test/config.js | 14 ++
test/nostore/test-load-event.js | 13 -
test/nostore/test-set-callback.js | 13 -
test/simple/test-dirty.js | 330 -------------------------
test/system/test-flush.js | 12 -
test/system/test-for-each.js | 15 --
test/system/test-load.js | 29 ---
test/system/test-size.js | 8 -
test/test-api.js | 158 ++++++++++++
test/test-nostore.js | 31 +++
test/test-system.js | 118 +++++++++
test/test-types.js | 19 ++
test/tmp/.empty | 0
test/undefined-key.js | 19 ++
33 files changed, 554 insertions(+), 507 deletions(-)
diff --cc debian/changelog
index f9b2b08,0000000..481a506
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,23 -1,0 +1,39 @@@
++dirty.js (1.0.0-0.1) unstable; urgency=medium
++
++ * Non-maintainer upload.
++
++ [ Gianfranco Costamagna ]
++ * Switch to compat level 10
++ * Fix unsecure VCS fields
++ * Fix copyright format link
++
++ [ Val Markovic ]
++ * New upstream version 1.0.0 (Closes: #771790)
++ * Update std-version to 3.9.8, no changes required.
++ * Fix watch file
++
++ -- Val Markovic <val at markovic.io> Sun, 14 May 2017 20:51:02 -0700
++
+dirty.js (0.9.6-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- David Paleino <dapal at debian.org> Wed, 22 Feb 2012 18:04:23 +0100
+
+dirty.js (0.9.5-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- David Paleino <dapal at debian.org> Fri, 30 Dec 2011 12:51:12 +0100
+
+dirty.js (0.9.4-2) unstable; urgency=low
+
+ * Compliance to Debian Javascript Policy
+
+ -- David Paleino <dapal at debian.org> Sun, 16 Oct 2011 00:26:46 +0200
+
+dirty.js (0.9.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #644862)
+
+ -- David Paleino <dapal at debian.org> Sun, 09 Oct 2011 22:18:13 +0200
diff --cc debian/compat
index 45a4fb7,0000000..f599e28
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 8
++10
diff --cc debian/control
index 003853c,0000000..0291210
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,29 -1,0 +1,29 @@@
+Source: dirty.js
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders:
+ David Paleino <dapal at debian.org>
+Build-Depends:
- debhelper (>= 8.0.0)
++ debhelper (>= 10)
+ , dh-buildinfo
- Standards-Version: 3.9.2
++Standards-Version: 3.9.8
+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
++Vcs-Git: https://anonscm.debian.org/git/collab-maint/dirty.js.git
++Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dirty.js.git
+
+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.
diff --cc debian/copyright
index 064e81f,0000000..1f9359f
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,30 -1,0 +1,30 @@@
- Format: http://dep.debian.net/deps/dep5
++Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dirty.js
+Source: https://github.com/felixge/node-dirty
+
+Files: *
+Copyright: © 2010, Debuggable Limited <felix at debuggable.com>
+License: MIT
+
+Files: debian/*
+Copyright: © 2011, David Paleino <dapal at debian.org>
+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.
diff --cc debian/watch
index 647c5a0,0000000..1e60604
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,2 -1,0 +1,3 @@@
+version=3
- http://githubredir.debian.net/github/felixge/node-dirty/v(\d+.*)\.tar\.gz
++https://github.com/felixge/node-dirty/tags .*/(.*)\.tar\.gz
++
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/dirty.js.git
More information about the Pkg-javascript-commits
mailing list