[DebianGIS-dev] CVS Update: geos/debian changelog control libgeos-c1.dirs libgeos-c1.install libgeos2c2a.install rules

shalasz-guest at haydn.debian.org shalasz-guest at haydn.debian.org
Fri Mar 17 15:32:18 UTC 2006


  User: shalasz-guest
  Date: 06/03/17 15:32:18

  Modified:    debian   changelog control libgeos2c2a.install rules
  Added:       debian   libgeos-c1.dirs libgeos-c1.install
  Log:
  * Apply patch for FTBS with g++ from Martin Michlmayr.
  * Provide new C API and libgeos-c1 package.
  
  Revision  Changes    Path
  1.4       +6 -8      geos/debian/changelog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/changelog?annotate=1.4&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/changelog?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/changelog.diff?r1=1.4&r2=1.3&cvsroot=
  
  -----------------------------------
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/pkg-grass/geos/debian/changelog,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changelog	15 Jan 2006 05:54:49 -0000	1.3
  +++ changelog	17 Mar 2006 15:32:17 -0000	1.4
  @@ -1,20 +1,18 @@
  -geos (2.2.1-2) unstable; urgency=low
  +geos (2.2.1-1) unstable; urgency=low
   
     [ Steve Halasz ]
     * New upstream release
     * Convert to team maintenance by DebianGIS group
  +  * 2.2.1 introduces a new C API in the libgeos-c1 package
  +  * Apply patch from Martin Michlmayr for FTBFS with g++
  +    (Closes: #356111)
  +  * Don't put empty ChangeLog file in packages	
   
     [ Paul Wise ]
     * Add homepages to the package descriptions.
     * Add a watchfile
   
  - -- Paul Wise <pabs3 at bonedaddy.net>  Sun, 15 Jan 2006 13:53:40 +0800
  -
  -geos (2.2.1-1) unstable; urgency=low
  -
  -  * New upstream release
  -
  - -- Steve Halasz <debian at adkgis.org>  Tue, 10 Jan 2006 20:57:38 -0500
  + -- Steve Halasz <debian at adkgis.org>  Sun, 15 Jan 2006 13:53:40 +0800
   
   geos (2.1.4-2) unstable; urgency=low
   
  
  
  
  1.3       +30 -4     geos/debian/control
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/control?annotate=1.3&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/control?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/control.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  Index: control
  ===================================================================
  RCS file: /cvsroot/pkg-grass/geos/debian/control,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- control	15 Jan 2006 05:51:50 -0000	1.2
  +++ control	17 Mar 2006 15:32:17 -0000	1.3
  @@ -9,7 +9,7 @@
   Package: libgeos-dev
   Section: libdevel
   Architecture: any
  -Depends: libgeos2c2a (= ${Source-Version})
  +Depends: libgeos2c2a (= ${Source-Version}), libgeos-c1 (= ${Source-Version})
   Suggests: libgdal-doc
   Description: Geometry engine for GIS - Development files
    GEOS provides a spatial object model and fundamental geometric
  @@ -21,13 +21,36 @@
    .
     Homepage: http://geos.refractions.net/
   
  +Package: libgeos-c1
  +Section: libs
  +Architecture: any
  +Depends: ${shlibs:Depends}, ${misc:Depends}
  +Description: Geometry engine for Geographic Information Systems - C Library
  + 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.
  + Functions provided include:
  + .
  +   * spatial predicates (based on the DE-9IM model),
  +   * overlay functions (intersection, difference, union,
  +     symmetric difference),
  +   * buffer,
  +   * convex hull,
  +   * area and distance functions, and
  +   * topological validity checking
  + .
  + This package contains the C library. A C++ library is provided
  + by the libgeos* package.
  + .
  +  Homepage: http://geos.refractions.net/
  +
   Package: libgeos2c2a
   Section: libs
   Architecture: any
   Depends: ${shlibs:Depends}, ${misc:Depends}
   Conflicts: libgeos2, libgeos2c2
   Replaces: libgeos2, libgeos2c2
  -Description: Geometry engine for Geographic Information Systems
  +Description: Geometry engine for Geographic Information Systems - C++ Library
    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. 
  @@ -39,14 +62,17 @@
      * buffer,
      * convex hull,
      * area and distance functions, and
  -   * topological validity checking 
  +   * topological validity checking
  + .
  + This package contains the C++ library. A C library is provided
  + by the libgeos-c* package.
    .
     Homepage: http://geos.refractions.net/
   
   Package: libgeos-doc
   Section: doc
   Architecture: all
  -Suggests: libgeos2c2a (= ${Source-Version}), libgeos-dev (= ${Source-Version})
  +Suggests: libgeos-dev (= ${Source-Version})
   Description: Documentation for the GEOS GIS geometry engine library
    GEOS provides a spatial object model and fundamental geometric
    functions. It implements the geometry model defined in the
  
  
  
  1.2       +1 -1      geos/debian/libgeos2c2a.install
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/libgeos2c2a.install?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/libgeos2c2a.install?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/libgeos2c2a.install.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: libgeos2c2a.install
  ===================================================================
  RCS file: /cvsroot/pkg-grass/geos/debian/libgeos2c2a.install,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- libgeos2c2a.install	14 Jan 2006 21:12:36 -0000	1.1
  +++ libgeos2c2a.install	17 Mar 2006 15:32:17 -0000	1.2
  @@ -1 +1 @@
  -usr/lib/lib*.so.*
  +usr/lib/libgeos.so.2*
  
  
  
  1.2       +1 -1      geos/debian/rules
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/rules?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/rules?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/rules.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: rules
  ===================================================================
  RCS file: /cvsroot/pkg-grass/geos/debian/rules,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rules	14 Jan 2006 21:12:36 -0000	1.1
  +++ rules	17 Mar 2006 15:32:17 -0000	1.2
  @@ -116,7 +116,7 @@
   binary-common:
   	dh_testdir
   	dh_testroot
  -	dh_installchangelogs ChangeLog
  +	dh_installchangelogs
   	dh_installdocs
   	dh_installexamples
   #	dh_installmenu
  
  
  
  1.1                  geos/debian/libgeos-c1.dirs
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/libgeos-c1.dirs?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/libgeos-c1.dirs?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgeos-c1.dirs
  ===================================================================
  usr/lib
  
  
  
  1.1                  geos/debian/libgeos-c1.install
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/libgeos-c1.install?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/geos/debian/libgeos-c1.install?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgeos-c1.install
  ===================================================================
  usr/lib/libgeos_c.so.1*
  
  
  



More information about the Pkg-grass-devel mailing list