[Pkg-javascript-commits] [node-compression] 08/09: add node-debug as dependecy - sort depenendencies alphabetical
Leo Iannacone
l3on-guest at moszumanska.debian.org
Sat Oct 11 13:53:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
l3on-guest pushed a commit to branch master
in repository node-compression.
commit 1993dfcb697f882a74f1f6364b62023fb97f1d02
Author: Leo Iannacone <l3on at ubuntu.com>
Date: Sat Oct 11 15:47:56 2014 +0200
add node-debug as dependecy - sort depenendencies alphabetical
---
debian/control | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index e34948a..94674f1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,12 @@ Build-Depends:
debhelper (>= 8)
, dh-buildinfo
, nodejs
- , node-compressible
- , node-bytes
, node-accepts
- , node-vary
+ , node-bytes
+ , node-compressible
+ , node-debug
, node-on-headers
+ , node-vary
, node-supertest
, node-should
, node-mocha
@@ -26,11 +27,12 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
- , node-compressible
- , node-bytes
, node-accepts
- , node-vary
+ , node-bytes
+ , node-compressible
+ , node-debug
, node-on-headers
+ , node-vary
Description: express middleware for gzip/deflate compression - Node.js module
This package provides an express middleware for handling HTTP response
compression using gzip or deflate.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-compression.git
More information about the Pkg-javascript-commits
mailing list