This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 394b0c1234ef54a004e6dbaf2f5dbc2576b16d7b
Author: David Paleino <da...@debian.org>
Date:   Sun Oct 9 15:51:18 2011 +0200

    Fix javascript compression
---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index b03c1df..e050dfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,8 @@ UPVER=$(shell echo $(DEBVER) | cut -d+ -f1)
 override_dh_auto_build:
        dh_auto_build
        
-       ( cd build ; \
-       ./build.py ; \
-       uglifyjs -o min.js OpenLayers.js ; \
-       cat license.txt min.js > OpenLayers.min.js )
+       cd build && ./build.py
+       uglifyjs -o build/OpenLayers.min.js build/OpenLayers.js
 
        mkdir gendoc
        naturaldocs -i lib/ -o HTML gendoc/ -p doc_config/ -s Default OL

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/openlayers.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to