[Pkg-osm-commits] [SCM] osmosis branch, master, updated. debian/0.39+ds1-1-2-ga6d43de

David Paleino dapal at debian.org
Wed Sep 28 18:33:46 UTC 2011


The following commit has been merged in the master branch:
commit a6d43de8e1eec268612704f27f0be4e0d1852362
Author: David Paleino <dapal at debian.org>
Date:   Wed Sep 28 20:33:38 2011 +0200

    Add unversioned .jar symlinks to /usr/share/osmosis/

diff --git a/debian/changelog b/debian/changelog
index 58db5ca..4e249ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 osmosis (0.39+ds1-2) UNRELEASED; urgency=low
 
   * Complete switch from Spring Framework 2.5 to 3.0 (Closes: #638539)
+  * Add unversioned .jar symlinks to /usr/share/osmosis/
 
- -- David Paleino <dapal at debian.org>  Wed, 28 Sep 2011 19:51:44 +0200
+ -- David Paleino <dapal at debian.org>  Wed, 28 Sep 2011 20:33:25 +0200
 
 osmosis (0.39+ds1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index c452242..31fc18b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,12 @@ override_dh_clean:
 override_dh_installchangelogs:
 	dh_installchangelogs -- package/changes.txt
 
+override_dh_link:
+	dh_link
+	for i in apidb areafilter core dataset extract hstore pbf pgsimple pgsnapshot replication set tagfilter xml; do \
+		dh_link usr/share/osmosis/osmosis-$$i-$(CURVER).jar usr/share/osmosis/osmosis-$$i.jar; \
+	done
+
 get-orig-source:
 	dh_testdir
 	test -d ../tarballs/. || mkdir -p ../tarballs

-- 
Osmosis, an OSM data processor



More information about the Pkg-osm-commits mailing list