[Pkg-javascript-commits] [node-iferr] 03/03: adding changelog control copyright

Saravanan Palanisamy saravanan30erd-guest at moszumanska.debian.org
Sat Jul 1 18:27:41 UTC 2017


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

saravanan30erd-guest pushed a commit to branch master
in repository node-iferr.

commit fd33931cb536c390e88247c9803b9c45da1ba26d
Author: saravanan30erd <saravanan30erd at gmail.com>
Date:   Sat Jul 1 14:26:14 2017 -0400

    adding changelog control copyright
---
 debian/changelog     |  7 +++----
 debian/control       | 12 +++---------
 debian/copyright     |  2 +-
 debian/install       |  1 -
 debian/rules         |  3 ++-
 debian/tests/control |  3 +++
 6 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ada7beb..d958bbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-iferr (0.1.5-1) UNRELEASED; urgency=low
+node-iferr (0.1.5-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #866787)
 
- -- saravanan30erd <saravanan30erd at gmail.com>  Sat, 01 Jul 2017 14:06:32 -0400
+ -- saravanan30erd <saravanan30erd at gmail.com>  Sat, 01 Jul 2017 14:02:05 -0400
diff --git a/debian/control b/debian/control
index de47bbb..04ac842 100644
--- a/debian/control
+++ b/debian/control
@@ -17,15 +17,9 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: FIX_ME write the Debian package description
- Write the short and long descriptions for the Debian package as
- explained in the Developer's Reference, §6.2.1 – §6.2.3.
+Description: Higher-order functions for easier error handling
+ Example: if (err) return cb(err); be gone!. 
  .
- You can start with the short upstream package description,
- “Higher-order functions for easier error handling”.
- .
- Be aware that most upstream package descriptions are not written to
- conform with Debian package guidelines. You need to explain the role
- of this package for a Debian audience.
+ This library is a dependency of npm, Node.js package manager.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 58766be..2a0a2e6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/shesek/iferr/issues
 Source: https://github.com/shesek/iferr
 
 Files: *
-Copyright: 2017 Nadav Ivgi
+Copyright: 2014 Nadav Ivgi
 License: Expat
 
 Files: debian/*
diff --git a/debian/install b/debian/install
index ce8e233..7910996 100644
--- a/debian/install
+++ b/debian/install
@@ -1,7 +1,6 @@
 README.md usr/lib/nodejs/iferr/
 index.coffee usr/lib/nodejs/iferr/
 package.json usr/lib/nodejs/iferr/
-LICENSE usr/lib/nodejs/iferr/
 test usr/lib/nodejs/iferr/
 index.js usr/lib/nodejs/iferr/
 .npmignore usr/lib/nodejs/iferr/
diff --git a/debian/rules b/debian/rules
index de57af0..14cf2d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@
 
 #override_dh_auto_build:
 
-#override_dh_auto_test:
+override_dh_auto_test:
+	mocha	
 
 
 
diff --git a/debian/tests/control b/debian/tests/control
index 0aafedc..c3d25d7 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
 Tests: require
 Depends: node-iferr
+
+Test-Command: mocha
+Depends: @, mocha

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



More information about the Pkg-javascript-commits mailing list