[SCM] liblas branch, master, updated. debian/1.2.1-1-19-gc0051fc
David Paleino
dapal at debian.org
Mon Apr 23 11:07:45 UTC 2012
The following commit has been merged in the master branch:
commit 960c03c06204951b07791396c46385de6d49ea2a
Author: David Paleino <dapal at debian.org>
Date: Mon Apr 23 13:04:12 2012 +0200
Re-indent control file
diff --git a/debian/control b/debian/control
index 15dca9d..d56b4fe 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
Build-Depends:
- debhelper (>= 9),
- cmake,
- libgeotiff-dev,
- libgdal1-dev (>= 1.7.0),
- libtiff5-dev | libtiff-dev,
- libboost-dev,
- libboost-program-options-dev,
- libboost-thread-dev
+ debhelper (>= 9)
+ , cmake
+ , libgeotiff-dev
+ , libgdal1-dev (>= 1.7.0)
+ , libtiff5-dev | libtiff-dev
+ , libboost-dev
+ , libboost-program-options-dev
+ , libboost-thread-dev
Standards-Version: 3.9.3
Homepage: http://liblas.org/
Vcs-Browser: http://git.debian.org/?p=pkg-grass/liblas.git
@@ -21,7 +21,9 @@ Package: liblas1
Architecture: any
Section: libs
Suggests: libgeotiff-epsg
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends}
+ , ${misc:Depends}
Description: 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
@@ -37,7 +39,13 @@ Description: ASPRS LiDAR data translation library
Package: liblas-dev
Architecture: any
Section: libdevel
-Depends: liblas1 (= ${binary:Version}), libtiff4-dev, libgeotiff-dev, libgdal1-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ liblas1 (= ${binary:Version})
+ , libtiff5-dev | libtiff-dev
+ , libgeotiff-dev
+ , libgdal1-dev
+ , ${shlibs:Depends}
+ , ${misc:Depends}
Description: ASPRS LiDAR data translation library - development
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
@@ -52,7 +60,10 @@ Description: ASPRS LiDAR data translation library - development
Package: liblas-bin
Architecture: any
-Depends: liblas1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ liblas1 (= ${binary:Version})
+ , ${shlibs:Depends}
+ , ${misc:Depends}
Suggests: libgeotiff-epsg
Description: ASPRS LiDAR data translation toolset
libLAS is a C/C++ library for reading and writing ASPRS LAS versions
--
ASPRS LiDAR data translation library
More information about the Pkg-grass-devel
mailing list