[Pkg-javascript-commits] [leaflet-markercluster] 06/08: Fix invoke jake only once.

Jonas Smedegaard js at moszumanska.debian.org
Sat Feb 1 14:56:36 UTC 2014


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

js pushed a commit to branch master
in repository leaflet-markercluster.

commit 91a316d4e87918c5627d78d0f10642987a4ae929
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Feb 1 15:13:04 2014 +0100

    Fix invoke jake only once.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3b719ae..fffc882 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,9 +69,12 @@ DEB_INSTALL_EXAMPLES_$(pkg) = example/*
 #
 
 # rule for building project from source
-build/$(pkg)::
+build/$(pkg):: debian/stamp-jake
+debian/stamp-jake:
 	jake
+	touch $@
 clean::
+	rm -f debian/stamp-jake
 	rm -f dist/*.js
 
 # use common Debian relative paths (not CDN or source-relative)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list