[Pkg-javascript-commits] [node-base] 03/04: update dependencies, remove files not in this release from install
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Jan 13 08:11:50 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-base.
commit d134f33fbe1eb77be2abc85f4d12e17a00302ea0
Author: Pirate Praveen <praveen at debian.org>
Date: Sat Jan 13 13:21:55 2018 +0530
update dependencies, remove files not in this release from install
---
debian/control | 20 ++++++--------------
debian/install | 1 -
2 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index c0cd579..67d1469 100644
--- a/debian/control
+++ b/debian/control
@@ -9,15 +9,11 @@ Build-Depends:
, nodejs
, mocha
, node-should
- , node-isobject (>= 2.1.0)
- , node-component-emitter (>= 1.2.1)
- , node-class-utils (>= 0.3.4)
- , node-lazy-cache (>= 2.0.1)
+ , node-cache-base (>= 2.0.2)
+ , node-define-property (>= 0.2.5)
+ , node-isobject (>= 3.0.1)
, node-mixin-deep (>= 1.1.3)
, node-pascalcase (>= 0.1.1)
- , node-cache-base (>= 0.8.4)
- , node-define-property (>= 0.2.5)
- , node-arr-union (>= 3.1.0)
Standards-Version: 3.9.8
Homepage: https://github.com/node-base/base
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-base.git
@@ -28,15 +24,11 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
- , node-isobject (>= 2.1.0)
- , node-component-emitter (>= 1.2.1)
- , node-class-utils (>= 0.3.4)
- , node-lazy-cache (>= 2.0.1)
+ , node-cache-base (>= 2.0.2)
+ , node-define-property (>= 0.2.5)
+ , node-isobject (>= 3.0.1)
, node-mixin-deep (>= 1.1.3)
, node-pascalcase (>= 0.1.1)
- , node-cache-base (>= 0.8.4)
- , node-define-property (>= 0.2.5)
- , node-arr-union (>= 3.1.0)
Description: foundation for creating modular, unit testable node.js application
base is the foundation for creating modular, unit testable and highly
pluggable node.js applications, starting with a handful of common methods,
diff --git a/debian/install b/debian/install
index 2155682..727c063 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,2 @@
package.json usr/lib/nodejs/base/
index.js usr/lib/nodejs/base/
-utils.js usr/lib/nodejs/base/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-base.git
More information about the Pkg-javascript-commits
mailing list