[Pkg-javascript-commits] [SCM] CSS parser written in pure JavaScript branch, master, updated. debian/0.2.0-1-2-g3358e6e
David Paleino
dapal at debian.org
Fri Dec 23 12:39:23 UTC 2011
The following commit has been merged in the master branch:
commit e52c0c34d274bececf83ccdfdbd1a77d9a9bd0a6
Author: David Paleino <dapal at debian.org>
Date: Fri Dec 23 13:37:22 2011 +0100
Use yui-compressor instead of uglifyjs, which seems broken at today, causing FTBFS (Closes: #652227)
diff --git a/debian/changelog b/debian/changelog
index 2dd23f9..dbaea01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-cssom (0.2.0-2) UNRELEASED; urgency=low
+
+ * Use yui-compressor instead of uglifyjs, which seems broken at
+ today, causing FTBFS (Closes: #652227)
+
+ -- David Paleino <dapal at debian.org> Fri, 23 Dec 2011 13:36:38 +0100
+
node-cssom (0.2.0-1) unstable; urgency=low
* Initial release
diff --git a/debian/control b/debian/control
index 84dd2f0..acae910 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
Uploaders: David Paleino <dapal at debian.org>
Build-Depends:
debhelper (>= 8~)
- , libnode-uglify | node-uglify
+ , yui-compressor
, node-jake
Standards-Version: 3.9.2
Homepage: https://github.com/NV/CSSOM
diff --git a/debian/rules b/debian/rules
index 6132359..b46538a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
override_dh_auto_build:
jake
- uglifyjs -o build/CSSOM.min.js build/CSSOM.js
+ yui-compressor -o build/CSSOM.min.js build/CSSOM.js
override_dh_auto_clean:
rm -rf build/
--
CSS parser written in pure JavaScript
More information about the Pkg-javascript-commits
mailing list