[DebianGIS-dev] r1985 - packages/geos/trunk/debian
kobold at alioth.debian.org
kobold at alioth.debian.org
Fri Mar 6 12:29:31 UTC 2009
Author: kobold
Date: 2009-03-06 12:29:31 +0000 (Fri, 06 Mar 2009)
New Revision: 1985
Removed:
packages/geos/trunk/debian/python-geos.install
Modified:
packages/geos/trunk/debian/changelog
packages/geos/trunk/debian/control
packages/geos/trunk/debian/rules
Log:
debian/control: do not build the python bindings, they are deprecated by
upstream and superseded by python-shapely.
Modified: packages/geos/trunk/debian/changelog
===================================================================
--- packages/geos/trunk/debian/changelog 2009-03-06 10:40:35 UTC (rev 1984)
+++ packages/geos/trunk/debian/changelog 2009-03-06 12:29:31 UTC (rev 1985)
@@ -1,3 +1,10 @@
+geos (3.0.3-2) unstable; urgency=low
+
+ * debian/control: do not build the python bindings, they are deprecated by
+ upstream and superseded by python-shapely.
+
+ -- Fabio Tranchitella <kobold at debian.org> Fri, 06 Mar 2009 13:28:29 +0100
+
geos (3.0.3-1) unstable; urgency=low
[ Francesco Paolo Lovergine ]
Modified: packages/geos/trunk/debian/control
===================================================================
--- packages/geos/trunk/debian/control 2009-03-06 10:40:35 UTC (rev 1984)
+++ packages/geos/trunk/debian/control 2009-03-06 12:29:31 UTC (rev 1985)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7), dpatch, doxygen, swig, python-dev, ruby, ruby-dev, python-central
+Build-Depends: debhelper (>= 7), dpatch, doxygen, swig, ruby, ruby-dev
Standards-Version: 3.8.0
Homepage: http://trac.osgeo.org/geos/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/geos/trunk
@@ -76,17 +76,6 @@
.
This package contains the documentation for the GEOS API.
-Package: python-geos
-Section: python
-Architecture: any
-Depends: libgeos-3.0.3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: GEOS bindings for Python
- GEOS provides a spatial object model and fundamental geometric
- functions. It implements the geometry model defined in the
- OpenGIS Consortium Simple Features Specification for SQL.
- .
- This package contains the Python bindings for GEOS.
-
Package: libgeos-ruby1.8
Section: interpreters
Architecture: any
Deleted: packages/geos/trunk/debian/python-geos.install
===================================================================
--- packages/geos/trunk/debian/python-geos.install 2009-03-06 10:40:35 UTC (rev 1984)
+++ packages/geos/trunk/debian/python-geos.install 2009-03-06 12:29:31 UTC (rev 1985)
@@ -1 +0,0 @@
-usr/lib/python2.5/site-packages
Modified: packages/geos/trunk/debian/rules
===================================================================
--- packages/geos/trunk/debian/rules 2009-03-06 10:40:35 UTC (rev 1984)
+++ packages/geos/trunk/debian/rules 2009-03-06 12:29:31 UTC (rev 1985)
@@ -54,7 +54,6 @@
CFLAGS="$(CFLAGS)" ./configure \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
- --enable-python \
--enable-ruby \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
@@ -114,8 +113,6 @@
mkdir -p debian/libgeos-ruby1.8/usr/lib/ruby/
cp -ax debian/tmp/usr/local/lib/site_ruby/1.8 \
debian/libgeos-ruby1.8/usr/lib/ruby/1.8
- # debian/python-geos
- rm debian/python-geos/usr/lib/python2.5/site-packages/geos/geos.pyc
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep
@@ -140,7 +137,6 @@
# Build architecture independant packages using the common target.
binary-indep: build-indep install-indep
- dh_pycentral -p python-geos
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
# Build architecture dependant packages using the common target.
More information about the Pkg-grass-devel
mailing list