[SCM] libcitygml branch, master, updated. debian/0.14+svn128-1+3p0p1+4-27-gfa3b8d1

Bas Couwenberg sebastic at xs4all.nl
Sat Jan 25 11:08:37 UTC 2014


The following commit has been merged in the master branch:
commit fa3b8d15bb1d64abcb6af6c4360a639bde3f1698
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jan 25 12:08:32 2014 +0100

    Restructure control file with cme.

diff --git a/debian/control b/debian/control
index b0c5a07..c0005b9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,25 @@
 Source: libcitygml
-Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: YunQiang Su <wzssyqa at gmail.com>
-Build-Depends: debhelper (>= 9), cmake (>= 2.6.3), libxml2-dev, 
-       libgdal-dev, libopenscenegraph-dev (>= 3.0.1-4~), pkg-kde-tools
-Standards-Version: 3.9.5
 Section: libs
-Homepage: http://code.google.com/p/libcitygml
-Vcs-Git: git://anonscm.debian.org/pkg-grass/libcitygml.git
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cmake,
+               libxml2-dev,
+               libgdal-dev,
+               libopenscenegraph-dev (>= 3.0.1-4~),
+               pkg-kde-tools
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/libcitygml.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/libcitygml.git
+Homepage: http://code.google.com/p/libcitygml
 
 Package: libcitygml0
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: same
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: Open source C++ library for parsing CityGML files
  libcitygml is a small and easy to use open source C++ library for parsing 
  CityGML files in such a way that data can be easily exploited by 3D 
@@ -30,11 +35,12 @@ Description: Open source C++ library for parsing CityGML files
  This package contains share library.
 
 Package: libcitygml0-dev
-Section: libdevel
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends} ,libcitygml0 (= ${binary:Version})
 Multi-Arch: same
+Section: libdevel
+Depends: ${misc:Depends},
+         libcitygml0 (= ${binary:Version})
+Pre-Depends: ${misc:Pre-Depends}
 Description: Static and header files of libcitygml
  libcitygml is a small and easy to use open source C++ library for parsing 
  CityGML files in such a way that data can be easily exploited by 3D 
@@ -50,9 +56,11 @@ Description: Static and header files of libcitygml
  This package contains develop files: static and header files of libcitygml.
 
 Package: libcitygml0-bin
-Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcitygml0 (= ${binary:Version})
+Section: utils
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libcitygml0 (= ${binary:Version})
 Description: Utils of libcitygml - citygml2vrml and citygmltest
  libcitygml is a small and easy to use open source C++ library for parsing 
  CityGML files in such a way that data can be easily exploited by 3D 
@@ -68,10 +76,12 @@ Description: Utils of libcitygml - citygml2vrml and citygmltest
  This package contains citygml2vrml and citygmltest.
 
 Package: openscenegraph-plugin-citygml-shared
-Section: devel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcitygml0 (= ${binary:Version}),
-	 ${libosg-share}
+Section: devel
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libcitygml0 (= ${binary:Version}),
+         ${libosg-share}
 Description: libcitygml OpenSceneGraph plugin (shared version)
  libcitygml is a small and easy to use open source C++ library for parsing 
  CityGML files in such a way that data can be easily exploited by 3D 
@@ -85,12 +95,14 @@ Description: libcitygml OpenSceneGraph plugin (shared version)
  is quickly being adopted on an international level.
  .
  This package contains OpenSceneGraph plugin (.so version).
- 
+
 Package: openscenegraph-plugin-citygml-static
-Section: devel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcitygml0 (= ${binary:Version}),
-	 ${libosg-static}
+Section: devel
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libcitygml0 (= ${binary:Version}),
+         ${libosg-static}
 Description: libcitygml OpenSceneGraph plugin (static version)
  libcitygml is a small and easy to use open source C++ library for parsing 
  CityGML files in such a way that data can be easily exploited by 3D 
@@ -104,3 +116,4 @@ Description: libcitygml OpenSceneGraph plugin (static version)
  is quickly being adopted on an international level.
  .
  This package contains OpenSceneGraph plugin (.a version).
+

-- 
Read and write CityGML files



More information about the Pkg-grass-devel mailing list