~ubuntu-branches/ubuntu/trusty/liblas/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-01-05 17:00:29 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140105170029-ddtp0j63x5jvck2u
Tags: 1.7.0+dfsg-2
Fixed missing linking of system boost component.
(closes: #733282)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: liblas
2
2
Section: science
3
 
Priority: extra
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 
3
Priority: optional
 
4
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
6
5
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
7
 
Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), autotools-dev, 
8
 
 libgeotiff-dev, libgdal1-dev, quilt, libtiff-dev, chrpath
9
 
Standards-Version: 3.8.3
 
6
 , David Paleino <dapal@debian.org>
 
7
Build-Depends:
 
8
 debhelper (>= 9)
 
9
 , cmake
 
10
 , libgeotiff-dev
 
11
 , libgdal-dev (>= 1.10.0~)
 
12
 , libtiff5-dev | libtiff-dev
 
13
 , libboost-dev
 
14
 , libboost-program-options-dev
 
15
 , libboost-thread-dev
 
16
Standards-Version: 3.9.5
10
17
Homepage: http://liblas.org/
11
 
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/liblas/trunk
12
 
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/liblas/trunk
13
 
 
14
 
Package: liblas1
15
 
Architecture: any
16
 
Section: libs
17
 
Suggests: libgeotiff-epsg
18
 
Depends: ${shlibs:Depends}, ${misc:Depends}
19
 
Description: ASPRS LiDAR data translation library
20
 
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
21
 
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
22
 
 used to store data from sensors and as intermediate processing storage
23
 
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
24
 
 is an optical remote sensing technology that measures properties of
25
 
 scattered light to find range and/or other information of a distant
26
 
 target. The prevalent method to determine distance to an object or
27
 
 surface is to use laser pulses.
28
 
 .
29
 
 This package contains the shared library used by applications.
 
18
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/liblas.git
 
19
Vcs-Git: git://anonscm.debian.org/pkg-grass/liblas.git
 
20
 
 
21
Package: liblas2
 
22
Architecture: any
 
23
Section: libs
 
24
Suggests: libgeotiff-epsg
 
25
Depends:
 
26
 ${shlibs:Depends}
 
27
 , ${misc:Depends}
 
28
Description: ASPRS LiDAR data translation library - C++ version
 
29
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 
30
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 
31
 used to store data from sensors and as intermediate processing storage
 
32
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 
33
 is an optical remote sensing technology that measures properties of
 
34
 scattered light to find range and/or other information of a distant
 
35
 target. The prevalent method to determine distance to an object or
 
36
 surface is to use laser pulses.
 
37
 .
 
38
 This package contains the C++ shared library used by applications.
 
39
 
 
40
Package: liblas-c2
 
41
Architecture: any
 
42
Section: libs
 
43
Suggests: libgeotiff-epsg
 
44
Depends:
 
45
 ${shlibs:Depends}
 
46
 , ${misc:Depends}
 
47
 , liblas2 (= ${binary:Version})
 
48
Description: ASPRS LiDAR data translation library - C version
 
49
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 
50
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 
51
 used to store data from sensors and as intermediate processing storage
 
52
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 
53
 is an optical remote sensing technology that measures properties of
 
54
 scattered light to find range and/or other information of a distant
 
55
 target. The prevalent method to determine distance to an object or
 
56
 surface is to use laser pulses.
 
57
 .
 
58
 This package contains the C shared library used by applications.
30
59
 
31
60
Package: liblas-dev
32
61
Architecture: any
33
62
Section: libdevel
34
 
Depends: liblas1 (= ${binary:Version}), libtiff-dev, libgeotiff-dev, libgdal1-dev, ${shlibs:Depends}, ${misc:Depends}
35
 
Description: ASPRS LiDAR data translation library - development 
36
 
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
37
 
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
38
 
 used to store data from sensors and as intermediate processing storage
39
 
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
40
 
 is an optical remote sensing technology that measures properties of
41
 
 scattered light to find range and/or other information of a distant
42
 
 target. The prevalent method to determine distance to an object or
43
 
 surface is to use laser pulses.
44
 
 .
45
 
 This package contains the development files to build applications.
 
63
Depends:
 
64
 liblas2 (= ${binary:Version})
 
65
 , libtiff5-dev | libtiff-dev
 
66
 , libgeotiff-dev
 
67
 , libgdal1-dev
 
68
 , ${shlibs:Depends}
 
69
 , ${misc:Depends}
 
70
Description: ASPRS LiDAR data translation library - C++ development files
 
71
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 
72
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 
73
 used to store data from sensors and as intermediate processing storage
 
74
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 
75
 is an optical remote sensing technology that measures properties of
 
76
 scattered light to find range and/or other information of a distant
 
77
 target. The prevalent method to determine distance to an object or
 
78
 surface is to use laser pulses.
 
79
 .
 
80
 This package contains the development files to build applications in C++.
 
81
 
 
82
Package: liblas-c-dev
 
83
Architecture: any
 
84
Section: libdevel
 
85
Depends:
 
86
 liblas-c2 (= ${binary:Version})
 
87
 , liblas-dev (= ${binary:Version})
 
88
 , libgeotiff-dev
 
89
 , libgdal1-dev
 
90
 , ${shlibs:Depends}
 
91
 , ${misc:Depends}
 
92
Description: ASPRS LiDAR data translation library - C development files
 
93
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions
 
94
 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
 
95
 used to store data from sensors and as intermediate processing storage
 
96
 by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
 
97
 is an optical remote sensing technology that measures properties of
 
98
 scattered light to find range and/or other information of a distant
 
99
 target. The prevalent method to determine distance to an object or
 
100
 surface is to use laser pulses.
 
101
 .
 
102
 This package contains the development files to build applications in C.
46
103
 
47
104
Package: liblas-bin
48
105
Architecture: any
49
 
Depends: liblas1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
106
Depends:
 
107
 ${shlibs:Depends}
 
108
 , ${misc:Depends}
50
109
Suggests: libgeotiff-epsg
51
110
Description: ASPRS LiDAR data translation toolset
52
111
 libLAS is a C/C++ library for reading and writing ASPRS LAS versions