File: control.in

package info (click to toggle)
python-liblas 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 68 kB
  • ctags: 5
  • sloc: makefile: 15
file content (27 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: python-liblas
Section: python
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
 , David Paleino <dapal@debian.org>
Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7), quilt, liblas-dev, python-all
Build-Depends-Indep: python-support, python-setuptools
Standards-Version: 3.8.3
Homepage: http://pypi.python.org/pypi/libLAS
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/python-liblas/trunk/
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/python-liblas/trunk

Package: python-liblas
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, @LIBLAS@, python (>= 2.5) | python-ctypes
Description: A Python module to use the ASPRS LiDAR data translation library
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 used to store data from sensors and as intermediate processing storage
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 is an optical remote sensing technology that measures properties of
 scattered light to find range and/or other information of a distant
 target. The prevalent method to determine distance to an object or
 surface is to use laser pulses.
 .
 This package contains a Python module to use libLAS.