[Pkg-javascript-commits] [node-stack-utils] 54/67: Improve control
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:53:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stack-utils.
commit e6c180127ef40eb5b685dfc7cf7bf4eb5d10702e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Aug 21 16:41:54 2017 +0200
Improve control
---
debian/changelog | 2 +-
debian/compat | 2 +-
debian/control | 22 +++++++++++++++++-----
debian/watch | 2 +-
4 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a525b84..c82e39a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-node-stack-utils (1.0.0-1) experimental; urgency=low
+node-stack-utils (1.0.0-1) unstable; urgency=low
* Initial release (Closes: #854538)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 66d03f3..7aa7020 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Abhishek Lolage <abhisheklolage at gmail.com>
Build-Depends:
- debhelper (>= 9)
+ debhelper (>= 10)
, dh-buildinfo
- , nodejs
-Standards-Version: 3.9.8
+ , nodejs (>= 6)
+Standards-Version: 4.0.1
Homepage: https://github.com/tapjs/stack-utils#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-stack-utils.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-stack-utils.git
@@ -18,7 +18,19 @@ Depends:
${misc:Depends}
, nodejs
Description: Captures and cleans stack traces
- Provides API for creating new stackUtils instance,
- cleaning stack traces and other utilities.
+ This modules provides API for working with nodejs stack traces.
+ Ones could create new stack traces instance simulating for instance
+ deep call of function, or clean existing stack trace. This API
+ includes function to call up and down on stack trace.
+ .
+ In computing, a stack trace (also called stack backtrace or
+ stack traceback) is a report of the active stack frames
+ at a certain point in time during the execution of a program.
+ Programmers commonly use stack tracing during interactive
+ and post-mortem debugging. A stack trace allows tracking
+ the sequence of nested functions called - up to the point
+ where the stack trace is generated.
+ In a post-mortem scenario this extends up to the function
+ where the failure occurred
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/watch b/debian/watch
index 5bac00b..8ab1920 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-stack-utils-$1.tar.gz/ \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git
More information about the Pkg-javascript-commits
mailing list