[Pkg-javascript-commits] [SCM] JavaScript parser/mangler/compressor/beautifier library for NodeJS branch, master-experimental, updated. debian/1.3.4-1-12-ga67a0ae
Jonas Smedegaard
dr at jones.dk
Sun Dec 9 23:07:58 UTC 2012
The following commit has been merged in the master-experimental branch:
commit eca9c7cf2438b30c527b7796ed456ac49046e463
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Dec 9 23:49:33 2012 +0100
Build-depend on node-source-map and recent node-optimist.
diff --git a/debian/control.in b/debian/control.in
index e479904..77f289a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,10 @@ Vcs-Git: git://git.debian.org/git/pkg-javascript/uglifyjs.git
Package: node-uglify
Architecture: all
-Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3)
+Depends: ${misc:Depends},
+ nodejs (>= 0.6.19~dfsg1-3),
+ node-optimist (>= 0.3.5),
+ node-source-map
Provides: uglifyjs
Description: JavaScript parser/compressor/beautifier
This package implements a general-purpose JavaScript
--
JavaScript parser/mangler/compressor/beautifier library for NodeJS
More information about the Pkg-javascript-commits
mailing list