[Pkg-osm-commits] [SCM] josm-plugins branch, master, updated. debian/0.0.svn25935-1-21-g98c2c4d

David Paleino dapal at debian.org
Sun Sep 25 20:17:37 UTC 2011


The following commit has been merged in the master branch:
commit 98c2c4d0f456388dda9cf909c56163e5812ecf5e
Author: David Paleino <dapal at debian.org>
Date:   Sun Sep 25 22:17:23 2011 +0200

    Also remove generated data/ directories on clean

diff --git a/debian/rules b/debian/rules
index 428465f..1cf8cd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ override_dh_auto_clean:
 	for plugin in ${PLUGINS}; do \
 		[ -f $$plugin/build.xml.bak ] && mv $$plugin/build.xml.bak $$plugin/build.xml || true ; \
 	done
+	find . -maxdepth 2 -name "data" -type d | xargs rm -rf
 
 get-orig-source:
 	dh_testdir

-- 
Plugins for JOSM



More information about the Pkg-osm-commits mailing list