[SCM] groovebasin/master: rules to build styles and client side code
andrewrk-guest at users.alioth.debian.org
andrewrk-guest at users.alioth.debian.org
Sat Oct 4 00:38:55 UTC 2014
The following commit has been merged in the master branch:
commit 5d366de8b7c2f5d81c0bb8a09aa8eb0732dae6d0
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Fri Oct 3 23:35:27 2014 +0000
rules to build styles and client side code
diff --git a/debian/control b/debian/control
index 8d0f2b8..cd30b90 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,10 @@ Build-Depends:
, nodejs
, node-stylus
, node-browserify-lite
-Standards-Version: 3.9.5
+ , libjs-jquery
+ , libjs-jquery-ui
+ , libjs-jquery-ui-theme-dot-luv
+Standards-Version: 3.9.6
Homepage: https://github.com/andrewrk/groovebasin
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/groovebasin.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/groovebasin.git
diff --git a/debian/rules b/debian/rules
index de57af0..be3218b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,7 @@
%:
dh $@
-#override_dh_auto_build:
-
-#override_dh_auto_test:
-
-
-
+override_dh_auto_build:
+ mkdir -p public
+ stylus -o public/ -c --include-css src/client/styles
+ browserify-lite ./src/client/app.js --outfile public/app.js
--
groovebasin packaging
More information about the pkg-multimedia-commits
mailing list