[Pkg-javascript-commits] [leaflet-markercluster] 04/08: Fix cleanup uglified code in clean target.

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 f1907ca03531caab531a627ad063d75cb01810a5
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Feb 1 12:43:21 2014 +0100

    Fix cleanup uglified code in clean target.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 56fc5d8..22dafc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,6 +71,8 @@ DEB_INSTALL_EXAMPLES_$(pkg) = example/*
 # rule for building project from source
 build/$(pkg)::
 	jake
+clean::
+	rm -f dist/*.js
 
 # use common Debian relative paths (not CDN or source-relative)
 html-examples = $(cdbs_curdestdir)usr/share/doc/$(cdbs_curpkg)/examples/*.html

-- 
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