[Pkg-osm-commits] [SCM] osmosis branch, master, updated. debian/0.40.1+ds1-5-7-g780608e

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Fri Jun 15 10:44:52 UTC 2012


The following commit has been merged in the master branch:
commit 79c7530933778734b17c77fc30db1e0ac6bfea2c
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Fri Jun 15 12:25:24 2012 +0200

    Use a dedicated ivy cache.

diff --git a/debian/changelog b/debian/changelog
index c2a3768..22d61c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmosis (0.40.1+ds1-6) unstable; urgency=low
+
+  * Use a dedicate ivy cache, to don't interfere with user cache.
+
+ -- Giovanni Mascellani <gio at debian.org>  Fri, 15 Jun 2012 12:24:22 +0200
+
 osmosis (0.40.1+ds1-5) unstable; urgency=low
 
   * Bump dependency on libcommons-compress-java (Closes: #664597)
diff --git a/debian/rules b/debian/rules
index 33220aa..852ffd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ override_dh_auto_build:
 
 override_dh_clean:
 	dh_clean
-	rm -rf build/ package/build/ package/lib/
+	rm -rf build/ package/build/ package/lib/ debian/ivy-cache/
 
 override_dh_installchangelogs:
 	dh_installchangelogs -- package/changes.txt

-- 
Osmosis, an OSM data processor



More information about the Pkg-osm-commits mailing list