[SCM] gdal branch, master, updated. upstream/1.10.0-200-g009bec6

Bas Couwenberg sebastic at xs4all.nl
Mon Oct 14 03:21:11 UTC 2013


The following commit has been merged in the master branch:
commit 2316cb1c84d657ec2e34c5b6a1602a4c3dbb758d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Oct 14 03:10:54 2013 +0200

    Only run dh_python on python packages.

diff --git a/debian/rules b/debian/rules
index d7e2ad1..75d5c7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -206,11 +206,11 @@ override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 
 override_dh_python2:
-	dh_python2 -X.info
+	dh_python2 -X.info -ppython-gdal
 	dh_numpy
 
 override_dh_python3:
-	dh_python3 -X.info
+	dh_python3 -X.info -ppython3-gdal
 	dh_numpy3
 
 override_dh_makeshlibs:

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list