The following commit has been merged in the master branch:
commit 614aab5ad55ef03857bd162a35f2a7b16d095943
Author: David Paleino <da...@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 <da...@debian.org>  Tue, 11 Oct 2011 23:58:34 +0200
+ -- David Paleino <da...@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

_______________________________________________
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits

Reply via email to