[Pkg-javascript-commits] [node-subarg] 15/17: Update debian package

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:28:12 UTC 2017


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

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

commit b7585e04c52a2ef446d0d950f5af60feeb2b83f3
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Aug 17 22:51:00 2017 +0200

    Update debian package
---
 debian/changelog |  9 +++------
 debian/compat    |  2 +-
 debian/control   | 14 +++++++++-----
 debian/copyright |  2 +-
 debian/watch     |  2 +-
 5 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f325b82..9121452 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
-node-subarg (1.0.0-1) UNRELEASED; urgency=low
+node-subarg (1.0.0-1) unstable; urgency=low
 
-  [ Bastien Roucariès <rouca at debian.org>  Thu, 20 Apr 2017 22:55:26 +0200 ]
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #853722)
 
-  [ bastien ]
-
- -- bastien <bastien at portable2015-bastien.roucariès.eu>  Thu, 20 Apr 2017 22:55:47 +0200
+ -- Bastien Roucariès <rouca at debian.org>  Thu, 17 Aug 2017 22:50:20 +0200
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 172df72..80f37a3 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: Bastien Roucariès <rouca at debian.org>
 Build-Depends:
- debhelper (>= 9)
+ debhelper (>= 10)
  , dh-buildinfo
- , nodejs
-Standards-Version: 3.9.8
+ , nodejs (>= 4)
+Standards-Version: 4.0.1
 Homepage: https://github.com/substack/subarg
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-subarg.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-subarg.git
@@ -16,9 +16,13 @@ Package: node-subarg
 Architecture: all
 Depends:
  ${misc:Depends}
- , nodejs
+ , nodejs (>=4)
  , node-minimist (>= 1.1.0)
 Description: parse arguments with recursive contexts
- FIX_ME long description
+ This Node.js module allow to parse command line like argument
+ recursivly, thus allowing subarguments.
+ .
+ This module is therefore useful for passing argument to
+ submodules or plugins.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 09df36e..6143eb0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: https://github.com/substack/subarg/issues
 Source: https://github.com/substack/subarg
 
 Files: *
-Copyright: 2017 James Halliday <mail at substack.net> (http://substack.net)
+Copyright: 2014-2017 James Halliday <mail at substack.net> (http://substack.net)
 License: Expat
 
 Files: debian/*
diff --git a/debian/watch b/debian/watch
index e1cd20d..9cc9760 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-subarg-$1.tar.gz/ \

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



More information about the Pkg-javascript-commits mailing list