The following commit has been merged in the master branch:
commit 29c7c0769d92d61e9b39310b71ccecfd98e0bee8
Author: Francesco Paolo Lovergine <fran...@debian.org>
Date:   Mon Mar 19 17:21:56 2012 +0100

    Moved to split C/C++ libs.

diff --git a/debian/changelog b/debian/changelog
index 0ee5b3d..e5d7dbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ liblas (1.7.0-1) unstable; urgency=low
   * Added new build-dep: libboost-dev.
   * Debhelper level set to 9.
   * debian/copyright now is in format 1.0.
+  * Now both a C and a C++ bindings are provided, so
+    new binary packages have been introduced, with SONAME
+    bumping.
 
  -- Francesco Paolo Lovergine <fran...@debian.org>  Tue, 13 Mar 2012 23:20:57 
+0100
 
diff --git a/debian/control b/debian/control
index 6115015..5491bf0 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: http://liblas.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/liblas/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/liblas/trunk
 
-Package: liblas1
+Package: liblas-c2
 Architecture: any
 Section: libs
 Suggests: libgeotiff-epsg
@@ -32,12 +32,30 @@ Description: ASPRS LiDAR data translation library
  target. The prevalent method to determine distance to an object or
  surface is to use laser pulses.
  .
- This package contains the shared library used by applications.
+ This package contains the C shared library used by applications.
+
+Package: liblas2
+Architecture: any
+Section: libs
+Suggests: libgeotiff-epsg
+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
+ 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 the C++ shared library used by applications.
 
 Package: liblas-dev
 Architecture: any
 Section: libdevel
-Depends: liblas1 (= ${binary:Version}), libtiff4-dev, libgeotiff-dev, 
libgdal1-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: liblas-c2 (= ${binary:Version}), libtiff5-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 +70,7 @@ Description: ASPRS LiDAR data translation library - 
development
 
 Package: liblas-bin
 Architecture: any
-Depends: liblas1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to