[Pkg-javascript-commits] [SCM] CSS parser written in pure JavaScript branch, master, updated. debian/0.2.1-1-9-g1615a05

David Paleino dapal at debian.org
Thu Mar 22 20:21:19 UTC 2012


The following commit has been merged in the master branch:
commit 5672b2b1c87e83c579c6e6866cb557ab05fd4ffd
Author: David Paleino <dapal at debian.org>
Date:   Thu Mar 22 21:19:08 2012 +0100

    Reworked buildsystem, jake is no more used/needed

diff --git a/debian/changelog b/debian/changelog
index a7e7aa0..9ad06bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ node-cssom (0.2.3-1) UNRELEASED; urgency=low
     source
   * Standards-Version bump to 3.9.3, no changes needed
   * Update debian/copyright
+  * Reworked buildsystem, jake is no more used/needed
 
- -- David Paleino <dapal at debian.org>  Thu, 22 Mar 2012 21:17:34 +0100
+ -- David Paleino <dapal at debian.org>  Thu, 22 Mar 2012 21:18:58 +0100
 
 node-cssom (0.2.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b62e391..a2666f5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,6 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
 Uploaders: David Paleino <dapal at debian.org>
 Build-Depends:
  debhelper (>= 8~)
- , yui-compressor
- , node-jake
 Standards-Version: 3.9.3
 Homepage: https://github.com/NV/CSSOM
 Vcs-Git: git://git.debian.org/collab-maint/node-cssom.git
diff --git a/debian/rules b/debian/rules
index b46538a..218df65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_build:
-	jake
-	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