Updated debian config files

Thanks to  Jean Pierre Charalambos

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@181 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-06-26 05:39:31 +00:00
parent cb114a8b75
commit c0aa558de8
3 changed files with 31 additions and 1 deletions

18
debian/control vendored
View File

@@ -2,7 +2,7 @@ Source: openmesh
Section: libs
Priority: optional
Maintainer: Jean Pierre Charalambos <nakednous@gmail.com>
Build-Depends: cdbs, debhelper (>= 7), cmake, libglew1.5-dev, libqt4-dev, libqt4-opengl-dev, libqwt5-qt4-dev, freeglut3-dev, libfreetype6-dev, libgomp1
Build-Depends: cdbs, debhelper (>= 7), cmake, libglew1.5-dev, libqt4-dev, libqt4-opengl-dev, libqwt5-qt4-dev, freeglut3-dev, libfreetype6-dev, libgomp1, doxygen
Standards-Version: 3.8.0
Homepage: http://www.openmesh.org
@@ -49,3 +49,19 @@ Description: OpenMesh is a generic and efficient data structure for representing
.
This package contains some binary applications that show some features of the
OpenMesh library.
Package: libopenmesh-doc
Architecture: all
Depends: ${misc:Depends}
Section: doc
Suggests: libopenmesh-dev (= ${binary:Version}), libopenmesh-apps (= ${binary:Version})
Description: OpenMesh is a generic and efficient data structure for representing
and manipulating polygonal meshes. OpenMesh provides the following features:
.
* Representation of arbitrary polygonal and pure triangle meshes.
* Explicit representation of vertices, halfedges, edges and faces.
* Fast neighborhood access, especially the one-ring neighborhood.
* Highly customizable.
.
This package constains the API documentation of the OpenMesh library in HTML
format.