[Pkg-osm-commits] [SCM] osm-gps-map branch, master, updated. debian/0.7.3-1-7-g614aab5

David Paleino dapal at debian.org
Wed Oct 12 18:29:07 UTC 2011


The following commit has been merged in the master branch:
commit 614aab5ad55ef03857bd162a35f2a7b16d095943
Author: David Paleino <dapal at debian.org>
Date:   Wed Oct 12 20:29:03 2011 +0200

    Remove *.a and *.la from python extension

diff --git a/debian/changelog b/debian/changelog
index e24daed..f8aea0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ osm-gps-map (0.7.3-2) UNRELEASED; urgency=low
   * Standards-Version bump to 3.9.2, no changes needed
   * debhelper compatibility bump to 9 (multi-arch)
   * Package switch from pysupport to dh_python2
+  * Remove *.a and *.la from python extension
 
- -- David Paleino <dapal at debian.org>  Tue, 11 Oct 2011 23:58:34 +0200
+ -- David Paleino <dapal at debian.org>  Wed, 12 Oct 2011 20:28:46 +0200
 
 osm-gps-map (0.7.3-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index faf8a71..045055a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ override_dh_auto_install:
 		dh_auto_build -Dpython/; \
 		dh_auto_install -Dpython/; \
 		dh_auto_clean -Dpython/; \
+		find $(CURDIR)/debian/tmp/usr/lib/$$py \( -name "*.a" -o -name "*.la" \) -delete ; \
 	done
 	dh_auto_install
 

-- 
GTK+ library to embed OpenStreetMap maps



More information about the Pkg-osm-commits mailing list