Changeset 39

Show
Ignore:
Timestamp:
12/07/07 11:10:46
Author:
kenneth
Message:

Updates to the control file (packaging)
Removal of files that shouldn't be in SVN

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spatialindex/trunk/debian/control

    r32 r39  
    1010Architecture: any 
    1111Depends: libspatialindex1 (= ${Source-Version}) 
    12 Description: <insert up to 60 chars description> 
    13  <insert long description, indented with spaces> 
     12Description: Development libraries for the spatialindex framework 
     13 The spatialindex framework is a general framework for developing spatial 
     14 indices. Currently defines generic interfaces, provides simple main memory 
     15 and disk based storage managers and a robust implementation of an R*-tree, 
     16 an MVR-tree and a TPR-tree. 
    1417 
    1518Package: libspatialindex1 
     
    1720Architecture: any 
    1821Depends: ${shlibs:Depends}, ${misc:Depends} 
    19 Description: <insert up to 60 chars description> 
    20  <insert long description, indented with spaces> 
     22Description: General framework for developing spatial indices. 
     23 A general framework for developing spatial indices. Currently defines generic 
     24 interfaces, provides simple main memory and disk based storage managers and a 
     25 robust implementation of an R*-tree, an MVR-tree and a TPR-tree. In addition 
     26 the library includes a 3-dimensional R-tree visualization plug-in (requires 
     27 Java3D runtime in order to run).