[SCM] gdal branch, ubuntu/lucid, updated. upstream/1.9.2-125-g244eb1d

Jerome Villeneuve Larouche jlarouche at mapgears.com
Wed Jun 12 17:28:45 UTC 2013


The following commit has been merged in the ubuntu/lucid branch:
commit f1b5f916f106dbc6a5316dc3342ff4dad4197128
Author: Jerome Villeneuve Larouche <jlarouche at mapgears.com>
Date:   Thu Nov 15 17:22:38 2012 +0000

    Fixed py3versions bug with Lucid

diff --git a/debian/changelog b/debian/changelog
index fbf2b28..04e81d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-gdal (1.9.2-2~lucid6) lucid; urgency=low
+gdal (1.9.2-2~lucid7) lucid; urgency=low
 
   * Launchpad build for Lucid
   * Changed ruby1.8 dependency to ruby
+  * Changed debian/rules to manually set the python3 version for lucid
 
  -- Jerome Villeneuve Larouche <jlarouche at mapgears.com>  Thu, 08 Nov 2012 14:04:28 +0000
 
diff --git a/debian/control b/debian/control
index 937ff82..486e9ec 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 8), zlib1g-dev, libnetcdf-dev (>= 1:3.6.1),
 Build-Conflicts: python-setuptools
 Standards-Version: 3.9.3
 XS-Python-Version: all
-X-Python3-Version: >= 3.2
+X-Python3-Version: >= 3.1
 Homepage: http://www.gdal.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/gdal.git
 Vcs-Git: git://git.debian.org/git/pkg-grass/gdal.git
@@ -182,7 +182,7 @@ Description: Python bindings to the Geospatial Data Abstraction Library
 Package: python3-gdal
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${python3:Depends}, python3-numpy, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
 Provides: ${python3:Provides}
 Homepage: http://trac.osgeo.org/gdal/wiki/GdalOgrInPython
 XB-Python-Version: ${python3:Versions}
diff --git a/debian/rules b/debian/rules
index a6bf57d..7921597 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PYVERS=$(shell pyversions -v -r debian/control) $(shell py3versions -v -r)
+# Setting the Python3 version manually for Lucid as there is no 
+# py3versions available
+PYVERS=2.6 3.1
+
 PYDEF=$(shell pyversions -dv)
 RUBYDEF=$(shell ruby --version|cut -d' ' -f2|cut -d. -f1,2)
 PERLDEF=$(shell perl -V:version|cut -d\' -f2)

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list