[SCM] pyspatialite branch, master, updated. upstream/2.6.1-18-gabaf368

David Paleino dapal at debian.org
Sun Apr 15 09:50:39 UTC 2012


The following commit has been merged in the master branch:
commit 80d0aa489d92afb46f917d6b644eed358c026bd3
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 15 10:57:02 2012 +0200

    Remove tests directory

diff --git a/debian/rules b/debian/rules
index bbe16cf..b333fc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,13 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+PS := $(CURDIR)/debian/python-pyspatialite
+
 %:
 	dh $@ \
 		--with python2
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -rf $(CURDIR)/debian/python-pyspatialite/usr/pyspatialite-doc/
+	rm -rf $(PS)/usr/pyspatialite-doc/
+	rm -rf $(PS)/usr/lib/python*/*-packages/pyspatialite/test/

-- 
Python interface to Spatialite



More information about the Pkg-grass-devel mailing list