[Pkg-javascript-commits] [node-randombytes] 03/05: bumped standard, fixed copyright, install and control files

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Oct 27 10:43:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository node-randombytes.

commit 451d28a68f09b8b99e29a1b5cb45b5b537146e36
Author: Sarath M S <debian at sarathms.me>
Date:   Thu Oct 27 14:51:26 2016 +0530

    bumped standard, fixed copyright, install and control files
---
 debian/control   | 7 ++++---
 debian/copyright | 4 ++--
 debian/install   | 1 +
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index b1d5789..e6fedc8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: node-randombytes
 Section: web
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: FIX_ME debian author
+Uploaders: Sarath M S <debian at sarathms.me>
 Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://github.com/crypto-browserify/randombytes
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-randombytes.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-randombytes.git
@@ -18,6 +18,7 @@ Depends:
  ${misc:Depends}
  , nodejs
 Description: random bytes from browserify stand alone
- FIX_ME long description
+ randomBytes for the browser. Uses crypto/msCrypto.getRandomValues() in
+ the browser. In Node.js, it uses crypto.randomBytes().
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 3f158fc..6d461d3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: https://github.com/crypto-browserify/randombytes/issues
 Source: https://github.com/crypto-browserify/randombytes
 
 Files: *
-Copyright: 2016 
+Copyright: 2016 Calvin Metcalf <cmetcalf at appgeo.com>
 License: Expat
 
 Files: debian/*
-Copyright: 2016 FIX_ME debian author
+Copyright: 2016 Sarath M S <debian at sarathms.me>
 License: Expat
 
 License: Expat
diff --git a/debian/install b/debian/install
index 80f11af..0aa1a7b 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,3 @@
 package.json usr/lib/nodejs/randombytes/
 index.js usr/lib/nodejs/randombytes/
+browser.js usr/lib/nodejs/randombytes/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-randombytes.git



More information about the Pkg-javascript-commits mailing list