[Pkg-javascript-commits] [node-create-hash] 35/40: Finalize debianization

Bastien Roucariès rouca at moszumanska.debian.org
Sat May 27 14:10:36 UTC 2017


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

rouca pushed a commit to branch master
in repository node-create-hash.

commit ad9c8f3f8d3d57fcb16ae21ed428ce1924032085
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Wed May 3 13:26:24 2017 +0200

    Finalize debianization
---
 debian/changelog |  9 +++------
 debian/control   | 22 +++++++++++++++++++---
 debian/rules     |  4 ++--
 3 files changed, 24 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f9cb2bc..660b92b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
-node-create-hash (1.1.2-1) UNRELEASED; urgency=low
+node-create-hash (1.1.2-1+20170429gitd433cd382e6) unstable; urgency=low
 
-  [ Bastien Roucariès <rouca at debian.org>  Mon, 01 May 2017 00:17:18 +0200 ]
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #861452)
 
-  [ bastien ]
-
- -- bastien <bastien at portable2015-bastien.roucariès.eu>  Mon, 01 May 2017 00:17:32 +0200
+ -- Bastien Roucariès <rouca at debian.org>  Wed, 03 May 2017 13:19:23 +0200
diff --git a/debian/control b/debian/control
index 9b5e498..c58b561 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,13 @@ Uploaders: Bastien Roucariès <rouca at debian.org>
 Build-Depends:
  debhelper (>= 10)
  , dh-buildinfo
- , nodejs
+ , nodejs (>= 4.7)
+ , dpkg-dev (>= 1.17.14)
+ , node-sha.js (>= 2.3.6) <!nocheck>
+ , node-inherits (>= 2.0.1) <!nocheck>
+ , node-ripemd160 (>= 1.0.0) <!nocheck>
+ , node-cipher-base (>= 1.0.1) <!nocheck>
+ , node-hash-test-vectors (>= 1.3.2) <!nocheck>
 Standards-Version: 3.9.8
 Homepage: https://github.com/crypto-browserify/createHash
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-create-hash.git
@@ -16,12 +22,22 @@ Package: node-create-hash
 Architecture: all
 Depends:
  ${misc:Depends}
- , nodejs
+ , nodejs (>= 4.7)
  , node-sha.js (>= 2.3.6)
  , node-inherits (>= 2.0.1)
  , node-ripemd160 (>= 1.0.0)
  , node-cipher-base (>= 1.0.1)
 Description: create hashes for browserify
- FIX_ME long description
+ This package allow one to create hash in browser context using
+ Node.js API.
+ .
+ A hash function is any function that can be used to map data
+ of arbitrary size to data of fixed  size.
+ Hash functions are related to checksums, check digits,
+ fingerprints, lossy compression, randomization functions,
+ error-correcting codes, and ciphers.
+ Although these concepts overlap to some extent, each has
+ its own uses and   requirements and is designed and optimized
+ differently.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/rules b/debian/rules
index de57af0..2632916 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 
 #override_dh_auto_build:
 
-#override_dh_auto_test:
-
+override_dh_auto_test:
+	nodejs test.js
 
 

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



More information about the Pkg-javascript-commits mailing list