[Pkg-javascript-commits] [node-body-parser] 04/04: control: depend on iconv instead of iconv-lite
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Mon Jun 30 17:13:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-body-parser.
commit 70a2fa454448f439bf9af670c1d8a5e86f6ca7ee
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Mon Jun 30 17:12:03 2014 +0000
control: depend on iconv instead of iconv-lite
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index fb20ea4..ae72c50 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Depends:
, node-type-is (>= 1.3.1)
, node-bytes (>= 1.0.0)
, node-media-typer (>= 0.2.0)
- , node-iconv-lite (>= 0.4.3)
+ , node-iconv (>= 2.1.4)
Description: body parsing middleware - Node.js module
body-parser is a Node.js module which provides connect middleware for parsing
HTTP request bodies. It supports JSON and urlencoded formats and does not
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-body-parser.git
More information about the Pkg-javascript-commits
mailing list