[DebianGIS-dev] r2521 - liblas/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Oct 6 17:22:07 UTC 2009
Author: frankie
Date: 2009-10-06 17:22:06 +0000 (Tue, 06 Oct 2009)
New Revision: 2521
Modified:
liblas/trunk/debian/control
Log:
Fixed build-deps
Modified: liblas/trunk/debian/control
===================================================================
--- liblas/trunk/debian/control 2009-10-06 16:51:32 UTC (rev 2520)
+++ liblas/trunk/debian/control 2009-10-06 17:22:06 UTC (rev 2521)
@@ -3,7 +3,8 @@
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), autotools-dev, libgeotiff-dev, libgdal1-dev
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), autotools-dev,
+ libgeotiff-dev, libgdal1-dev, quilt, libtiff4-dev
Standards-Version: 3.8.3
Homepage: http://liblas.org/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/liblas/trunk
@@ -29,7 +30,7 @@
Package: liblas-dev
Architecture: any
Section: libdevel
-Depends: liblas1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: liblas1 (= ${binary:Version}), libtiff4-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
More information about the Pkg-grass-devel
mailing list