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

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
openmesh (2.0~svn177-0~ppa2~jaunty1) jaunty; urgency=low
* Adding the documentation package.
-- Jean Pierre Charalambos <nakednous@gmail.com> Thu, 25 Jun 2009 20:07:43 -0500
openmesh (2.0~svn177-0~ppa1~jaunty1) jaunty; urgency=low
* New upstream SVN snapshot.

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.

8
debian/rules vendored
View File

@@ -20,6 +20,11 @@ get-orig-source:
rm -rf get-orig-source
echo " "$(TARBALL)" created; move it to the right destination to build the package"
build/libopenmesh-doc::
cd $(DEB_BUILDDIR) && $(MAKE) doc
mkdir -p debian/tmp/usr/share/doc/
cp -r $(DEB_BUILDDIR)/Build/share/OpenMesh/Doc/html debian/tmp/usr/share/doc/OpenMesh
install/libopenmesh::
#dh_install -libopenmesh --autodest debian/tmp/usr/lib/OpenMesh/lib*.so.*
ln -sf libOpenMeshCore.so.2.0 debian/tmp/usr/lib/OpenMesh/libOpenMeshCore.so.2
@@ -35,3 +40,6 @@ install/libopenmesh-dev::
install/libopenmesh-apps::
dh_install -plibopenmesh-apps debian/tmp/usr/bin/* /usr/lib/OpenMesh/Apps
install/libopenmesh-doc::
dh_install -plibopenmesh-doc debian/tmp/usr/share/doc/*