[DebianGIS-dev] r2631 - packages/geos/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Dec 16 16:14:24 UTC 2009


Author: frankie
Date: 2009-12-16 16:14:24 +0000 (Wed, 16 Dec 2009)
New Revision: 2631

Modified:
   packages/geos/trunk/debian/changelog
   packages/geos/trunk/debian/control
   packages/geos/trunk/debian/rules
Log:
Updated for 3.2.0


Modified: packages/geos/trunk/debian/changelog
===================================================================
--- packages/geos/trunk/debian/changelog	2009-12-16 09:41:37 UTC (rev 2630)
+++ packages/geos/trunk/debian/changelog	2009-12-16 16:14:24 UTC (rev 2631)
@@ -1,12 +1,11 @@
-geos (3.1.1+dfsg-1) unstable; urgency=low
+geos (3.2.0-1) unstable; urgency=low
 
-  * This version removes a testing module improperly licensed and
-    add a patch based on tinyXML to be used instead of it. Thanks strk.
-    See http://trac.osgeo.org/geos/changeset/2634 and bug #281.
-  * Removed kobold among uploaders because no more active on GIS packages.
+  * New upstream release.
+  * Removed kobold among uploaders because no more active on DebianGIS packages.
   * Policy bumped to 3.8.3, without changes.
+  * Changed a bit debian/rules to manage RC patch version.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 31 Aug 2009 16:48:31 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 16 Dec 2009 17:09:57 +0100
 
 geos (3.1.1-1) unstable; urgency=low
 

Modified: packages/geos/trunk/debian/control
===================================================================
--- packages/geos/trunk/debian/control	2009-12-16 09:41:37 UTC (rev 2630)
+++ packages/geos/trunk/debian/control	2009-12-16 16:14:24 UTC (rev 2631)
@@ -12,7 +12,7 @@
 Package: libgeos-dev
 Section: libdevel
 Architecture: any
-Depends: libgeos-3.1.1 (= ${binary:Version}), libgeos-c1 (= ${binary:Version})
+Depends: libgeos-3.2.0 (= ${binary:Version}), libgeos-c1 (= ${binary:Version})
 Suggests: libgdal-doc
 Description: Geometry engine for GIS - Development files
  GEOS provides a spatial object model and fundamental geometric
@@ -43,7 +43,7 @@
  This package contains the C library. A C++ library is provided
  by the libgeos* package.
 
-Package: libgeos-3.1.1
+Package: libgeos-3.2.0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -79,7 +79,7 @@
 Package: libgeos-ruby1.8
 Section: ruby
 Architecture: any
-Depends: libgeos-3.1.1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgeos-3.2.0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: GEOS bindings for Ruby
  GEOS provides a spatial object model and fundamental geometric
  functions. It implements the geometry model defined in the

Modified: packages/geos/trunk/debian/rules
===================================================================
--- packages/geos/trunk/debian/rules	2009-12-16 09:41:37 UTC (rev 2630)
+++ packages/geos/trunk/debian/rules	2009-12-16 16:14:24 UTC (rev 2631)
@@ -19,7 +19,7 @@
 # Guessing geos version, which is required for C++ binding support
 VER_MAJOR=$(shell grep ^VERSION_MAJOR configure.in|cut -d= -f2)
 VER_MINOR=$(shell grep ^VERSION_MINOR configure.in|cut -d= -f2)
-VER_PATCH=$(shell grep ^VERSION_PATCH configure.in|cut -d= -f2)
+VER_PATCH=$(shell grep ^VERSION_PATCH configure.in|cut -d= -f2|cut -dr -f1)
 VER=$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
 ifeq (..,$(VER))
 $(error configure.in not found or version cannot be guessed)




More information about the Pkg-grass-devel mailing list