[Pkg-javascript-commits] [SCM] flot branch, master, updated. debian/0.6-1-33-g9759e10

Marcelo Jorge Vieira metal at alucinados.com
Thu May 30 21:03:07 UTC 2013


The following commit has been merged in the master branch:
commit 4fd92f51b0949581b4fcaa7d5ba56f01a8701cf0
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Sat May 25 17:38:44 2013 -0300

    Updating get-orig-source

diff --git a/debian/rules b/debian/rules
index e3ae6ff..c0b3f93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,12 +21,13 @@ get-orig-source:
 	VERSION=`echo $$USCAN | sed -n 's/.*Newer version (\(.*\)) available.*/\1/p'` ; \
 	cd $$TMP ; \
 	tar xzf flot-$$VERSION.tar.gz ; \
-	mv flot flot-$$VERSION; \
 	cd flot-$$VERSION; \
 	rm -f Makefile ; \
 	rm -f *.min.js  ; \
 	rm -f jquery.js ; \
 	rm -f excanvas.js ; \
+	rm -f .travis.yml ; \
+	rm -f .gitignore ; \
 	cd .. ; \
 	tar c flot-$$VERSION | gzip -9 > flot_$$VERSION+dfsg.orig.tar.gz ; \
 	rm -rf flot-$$VERSION ; \

-- 
flot



More information about the Pkg-javascript-commits mailing list