[Pkg-javascript-commits] [node-cipher-base] 17/18: First debian working revision

Bastien Roucariès rouca at moszumanska.debian.org
Thu Apr 20 19:25:26 UTC 2017


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

rouca pushed a commit to branch master
in repository node-cipher-base.

commit f839e9d1063e1c1dc266b82ded7457ac5f1c298e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Tue Apr 18 23:00:08 2017 +0200

    First debian working revision
---
 debian/changelog |  9 +++------
 debian/control   | 12 +++++++++---
 debian/copyright |  2 +-
 debian/rules     |  6 ++----
 debian/watch     |  2 +-
 5 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 69eb6a3..44f2a09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
-node-cipher-base (1.0.3-1) UNRELEASED; urgency=low
+node-cipher-base (1.0.3-1) unstable; urgency=low
 
-  [ Bastien Roucariès <rouca at debian.org>  Tue, 18 Apr 2017 22:39:06 +0200 ]
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #854114)
 
-  [ bastien ]
-
- -- bastien <bastien at portable2015-bastien.roucariès.eu>  Tue, 18 Apr 2017 22:39:25 +0200
+ -- Bastien Roucariès <rouca at debian.org>  Tue, 18 Apr 2017 23:00:01 +0200
diff --git a/debian/control b/debian/control
index 62977aa..494f97d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,10 @@ Uploaders: Bastien Roucariès <rouca at debian.org>
 Build-Depends:
  debhelper (>= 10)
  , dh-buildinfo
- , nodejs
+ , nodejs (>= 4.7)
+ , dpkg-dev (>= 1.17.14)
+ , node-tape (>= 4.6) <!nocheck>
+ , node-inherits (>= 2.0.1) <!nocheck>
 Standards-Version: 3.9.8
 Homepage: https://github.com/crypto-browserify/cipher-base#readme
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-cipher-base.git
@@ -16,9 +19,12 @@ Package: node-cipher-base
 Architecture: all
 Depends:
  ${misc:Depends}
- , nodejs
+ , nodejs (>= 4.7)
  , node-inherits (>= 2.0.1)
 Description: abstract base class for crypto-streams
- FIX_ME long description
+ This module implements an abstract base class to inherit from,
+ for creating node crypto streams.
+ .
+ This module follows the same API as Node.js crypto streams API.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index d32ea00..841473f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/crypto-browserify/cipher-base/issues
 Source: https://github.com/crypto-browserify/cipher-base#readme
 
 Files: *
-Copyright: 2017 Calvin Metcalf <calvin.metcalf at gmail.com>
+Copyright: 2015-2017 Calvin Metcalf <calvin.metcalf at gmail.com>
 License: Expat
 
 Files: debian/*
diff --git a/debian/rules b/debian/rules
index de57af0..63d39f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,5 @@
 
 #override_dh_auto_build:
 
-#override_dh_auto_test:
-
-
-
+override_dh_auto_test:
+	tape test.js
diff --git a/debian/watch b/debian/watch
index 25a67d0..0906571 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-version=3
+version=4
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-cipher-base-$1.tar.gz/ \

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



More information about the Pkg-javascript-commits mailing list