[Pkg-javascript-commits] [node-mocks-http] 01/01: fix dependencies

Thorsten Alteholz alteholz at moszumanska.debian.org
Sat Feb 13 18:34:35 UTC 2016


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

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit 5b6bd15022e0e4c6b387632783cf77e638b4165d
Author: Thorsten Alteholz <debian at alteholz.de>
Date:   Sat Feb 13 19:29:00 2016 +0100

    fix dependencies
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c977af7..c59e9ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-mocks-http (1.5.1-2) unstable; urgency=medium
+
+  * debian/control: adapt dependency for node-mime (Closes: #810348)
+ 
+ -- Thorsten Alteholz <debian at alteholz.de>  Mon, 08 Feb 2016 18:38:00 +0100
+
 node-mocks-http (1.5.1-1) unstable; urgency=medium
 
   * new upstream version
diff --git a/debian/control b/debian/control
index ae4457f..1ff67c4 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-mime (= 1.3.4)
+ , node-mime (>= 1.3.4)
 Description: Mock 'http' objects for testing Express routing functions
  Mock 'http' objects for testing Express routing functions, but could
  be used for testing any Node.js web server applications that have code

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



More information about the Pkg-javascript-commits mailing list