This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 614aab5ad55ef03857bd162a35f2a7b16d095943
Author: David Paleino <da...@debian.org>
Date:   Wed Oct 12 20:29:03 2011 +0200

    Remove *.a and *.la from python extension
---
 debian/changelog | 3 ++-
 debian/rules     | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osm-gps-map.git

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

Reply via email to