[Pkg-javascript-commits] [node-optimist] 28/33: Add dependency on node-minimist.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Feb 27 23:21:49 UTC 2015


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

sebastic pushed a commit to branch master
in repository node-optimist.

commit 509266a863071d37ee6ffb3372e0f4ff53a3007f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Feb 27 20:34:42 2015 +0100

    Add dependency on node-minimist.
---
 debian/changelog | 1 +
 debian/control   | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ea6c7bb..2faf1a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ node-optimist (0.6.1-1) UNRELEASED; urgency=medium
   * Add autopkgtest tests.
   * Add Upstream-Contact & Source to copyright file.
   * Install index.js & package.json in /usr/lib/nodejs/optimist/.
+  * Add dependency on node-minimist.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 27 Feb 2015 20:24:43 +0100
 
diff --git a/debian/control b/debian/control
index 9883b8f..4d22be8 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,10 @@ Package: node-optimist
 Architecture: all
 Depends: ${misc:Depends},
          nodejs,
+         node-minimist,
          node-wordwrap
 Description: light-weight option parsing library for NodeJS
  Optimist is a light-weight node.js library for option parsing.
+ .
+ Node.js is an event-based server-side JavaScript engine.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-optimist.git



More information about the Pkg-javascript-commits mailing list