This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository sfcgal.
commit 28a34dca6fea8b36cef3242b1c34e3efa6d401cb Author: Bas Couwenberg <[email protected]> Date: Wed Sep 2 14:18:42 2015 +0200 Restructure control file with cme. --- debian/changelog | 4 ++++ debian/control | 38 +++++++++++++++++++++++++------------- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index a76f4c5..f656e6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ sfcgal (1.1.0-5) UNRELEASED; urgency=medium + [ Sven Geggus ] * Update symbols for other architectures + [ Bas Couwenberg ] + * Restructure control file with cme. + -- Sven Geggus <[email protected]> Tue, 01 Sep 2015 10:59:34 +0200 sfcgal (1.1.0-4) unstable; urgency=medium diff --git a/debian/control b/debian/control index e79728e..6a0d468 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,33 @@ Source: sfcgal -Priority: optional -Section: science Maintainer: Debian GIS Project <[email protected]> Uploaders: Sven Geggus <[email protected]> -Build-Depends: debhelper (>= 9), cmake, - libcgal-dev, libboost-all-dev, libmpfr-dev, libgmp-dev, - libopenscenegraph-dev, libopenthreads-dev, libpq-dev, - libqt4-dev, libqt4-opengl-dev, pkg-kde-tools, chrpath +Section: science +Priority: optional +Build-Depends: debhelper (>= 9), + cmake, + libcgal-dev, + libboost-all-dev, + libmpfr-dev, + libgmp-dev, + libopenscenegraph-dev, + libopenthreads-dev, + libpq-dev, + libqt4-dev, + libqt4-opengl-dev, + pkg-kde-tools, + chrpath Standards-Version: 3.9.6 -Homepage: http://www.sfcgal.org/ Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/sfcgal.git/ Vcs-Git: git://anonscm.debian.org/pkg-grass/sfcgal.git +Homepage: http://www.sfcgal.org/ Package: libsfcgal1 -Pre-Depends: ${misc:Pre-Depends} -Section: libs Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends} +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (runtime part) SFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D @@ -31,9 +41,10 @@ Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (runti This part is the runtime package of the library. Package: libsfcgal-dev -Section: libdevel Architecture: any -Depends: libsfcgal1 (= ${binary:Version}), ${misc:Depends} +Section: libdevel +Depends: libsfcgal1 (= ${binary:Version}), + ${misc:Depends} Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (dev part) SFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D @@ -48,7 +59,8 @@ Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (dev p Package: sfcgal-bin Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: Simple viewer for SFCGAL library viewer-SFCGAL is a basic 3D viewer based on OpenSceneGraph. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

