[liblas] 10/23: Restructure control file with cme.
Bas Couwenberg
sebastic at xs4all.nl
Sat Feb 8 01:30:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository liblas.
commit 4814f19ae23b4a49a2db56792de060390bb08ff2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Feb 5 23:49:16 2014 +0100
Restructure control file with cme.
---
debian/control | 82 ++++++++++++++++++++++++++--------------------------------
1 file changed, 37 insertions(+), 45 deletions(-)
diff --git a/debian/control b/debian/control
index 8cfebcb..4fef6dd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,35 +1,32 @@
Source: liblas
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
+ David Paleino <dapal at debian.org>
Section: science
Priority: optional
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
- , David Paleino <dapal at debian.org>
-Build-Depends:
- debhelper (>= 9)
- , cmake
- , libgeotiff-dev
- , libgdal-dev (>= 1.10.0~)
- , libtiff5-dev | libtiff-dev
- , libboost-dev
- , libboost-program-options-dev
- , libboost-thread-dev
- , python-all-dev (>= 2.6.6-3~)
-Build-Depends-Indep:
- dh-python
- , python-setuptools
+Build-Depends: debhelper (>= 9),
+ cmake,
+ libgeotiff-dev,
+ libgdal-dev (>= 1.10.0~),
+ libtiff5-dev | libtiff-dev,
+ libboost-dev,
+ libboost-program-options-dev,
+ libboost-thread-dev,
+ python-all-dev
+Build-Depends-Indep: dh-python,
+ python-setuptools
Standards-Version: 3.9.5
-Homepage: http://liblas.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/liblas.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/liblas.git
+Homepage: http://liblas.org/
X-Python-Version: >= 2.5
Package: liblas2
Architecture: any
Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Suggests: libgeotiff-epsg
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
Description: ASPRS LiDAR data translation library - C++ version
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
@@ -45,11 +42,10 @@ Description: ASPRS LiDAR data translation library - C++ version
Package: liblas-c2
Architecture: any
Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ liblas2 (= ${binary:Version})
Suggests: libgeotiff-epsg
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
- , liblas2 (= ${binary:Version})
Description: ASPRS LiDAR data translation library - C version
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
@@ -65,13 +61,12 @@ Description: ASPRS LiDAR data translation library - C version
Package: liblas-dev
Architecture: any
Section: libdevel
-Depends:
- liblas2 (= ${binary:Version})
- , libtiff5-dev | libtiff-dev
- , libgeotiff-dev
- , libgdal1-dev
- , ${shlibs:Depends}
- , ${misc:Depends}
+Depends: liblas2 (= ${binary:Version}),
+ libtiff5-dev | libtiff-dev,
+ libgeotiff-dev,
+ libgdal1-dev,
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: ASPRS LiDAR data translation library - C++ development files
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
@@ -87,13 +82,12 @@ Description: ASPRS LiDAR data translation library - C++ development files
Package: liblas-c-dev
Architecture: any
Section: libdevel
-Depends:
- liblas-c2 (= ${binary:Version})
- , liblas-dev (= ${binary:Version})
- , libgeotiff-dev
- , libgdal1-dev
- , ${shlibs:Depends}
- , ${misc:Depends}
+Depends: liblas-c2 (= ${binary:Version}),
+ liblas-dev (= ${binary:Version}),
+ libgeotiff-dev,
+ libgdal1-dev,
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: ASPRS LiDAR data translation library - C development files
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
@@ -108,9 +102,8 @@ Description: ASPRS LiDAR data translation library - C development files
Package: liblas-bin
Architecture: any
-Depends:
- ${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
@@ -128,10 +121,9 @@ Description: ASPRS LiDAR data translation toolset
Package: python-liblas
Architecture: all
Section: python
-Depends:
- liblas-c2
- , ${misc:Depends}
- , ${python:Depends}
+Depends: liblas-c2,
+ ${python:Depends},
+ ${misc:Depends}
Description: 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/liblas.git
More information about the Pkg-grass-devel
mailing list