Fixed version in VERSION File, updated debian control
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@385 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
2
VERSION
2
VERSION
@@ -1,4 +1,4 @@
|
|||||||
VERSION=2.0
|
VERSION=2.0.1
|
||||||
MAJOR=2
|
MAJOR=2
|
||||||
MINOR=0
|
MINOR=0
|
||||||
PATCH=1
|
PATCH=1
|
||||||
|
|||||||
8
debian/control
vendored
8
debian/control
vendored
@@ -2,13 +2,13 @@ Source: openmesh
|
|||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jean Pierre Charalambos <nakednous@gmail.com>
|
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, libxi-dev, libxmu-dev, libgomp1, doxygen
|
Build-Depends: cdbs, debhelper (>= 7), cmake, libqt4-dev, libqt4-opengl-dev, freeglut3-dev, libfreetype6-dev, libgomp1, doxygen
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
Homepage: http://www.openmesh.org
|
Homepage: http://www.openmesh.org
|
||||||
|
|
||||||
Package: libopenmesh
|
Package: libopenmesh
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libglew1.5, libqt4-opengl, libqwt5-qt4, freeglut3, libfreetype6
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: OpenMesh is a generic and efficient data structure for representing
|
Description: OpenMesh is a generic and efficient data structure for representing
|
||||||
and manipulating polygonal meshes. OpenMesh provides the following features:
|
and manipulating polygonal meshes. OpenMesh provides the following features:
|
||||||
.
|
.
|
||||||
@@ -23,7 +23,7 @@ Description: OpenMesh is a generic and efficient data structure for representing
|
|||||||
Package: libopenmesh-dev
|
Package: libopenmesh-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh (= ${binary:Version}), libglew1.5-dev, libqt4-dev, libqt4-opengl-dev, libqwt5-qt4-dev, freeglut3-dev, libfreetype6-dev
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh (= ${binary:Version}), libqt4-dev, libqt4-opengl-dev, freeglut3-dev, libfreetype6-dev
|
||||||
Suggests: qt4-designer(>= 4.5), qt4-dev-tools (>= 4.5), libopenmesh-doc, libopenmesh-apps
|
Suggests: qt4-designer(>= 4.5), qt4-dev-tools (>= 4.5), libopenmesh-doc, libopenmesh-apps
|
||||||
Description: OpenMesh is a generic and efficient data structure for representing
|
Description: OpenMesh is a generic and efficient data structure for representing
|
||||||
and manipulating polygonal meshes. OpenMesh provides the following features:
|
and manipulating polygonal meshes. OpenMesh provides the following features:
|
||||||
@@ -38,7 +38,7 @@ Description: OpenMesh is a generic and efficient data structure for representing
|
|||||||
|
|
||||||
Package: libopenmesh-apps
|
Package: libopenmesh-apps
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh (= ${binary:Version}), libxi-dev, libxmu-dev
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh (= ${binary:Version})
|
||||||
Description: OpenMesh is a generic and efficient data structure for representing
|
Description: OpenMesh is a generic and efficient data structure for representing
|
||||||
and manipulating polygonal meshes. OpenMesh provides the following features:
|
and manipulating polygonal meshes. OpenMesh provides the following features:
|
||||||
.
|
.
|
||||||
|
|||||||
Reference in New Issue
Block a user