diff --git a/debian/changelog b/debian/changelog index 9579d219..0dd1d85a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openmesh (2.0-0~ppa1~maverick1) maverick; urgency=low + + * First maverick version of the official openmesh v2 release. + * Adding libxi-dev, libxmu-dev dependencies to build the apps. + + -- Jean Pierre Charalambos Sun, 02 Jan 2011 10:29:02 -0500 + openmesh (2.0~svn216-0~ppa3~karmic1) karmic; urgency=low * Fix UPSTREAM SVN REPOSITORY in rules. Thanks to Jan Möbius. diff --git a/debian/control b/debian/control index 933314df..fc079b51 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: openmesh Section: libs Priority: optional Maintainer: Jean Pierre Charalambos -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.3 +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 +Standards-Version: 3.9.1 Homepage: http://www.openmesh.org Package: libopenmesh @@ -38,7 +38,7 @@ Description: OpenMesh is a generic and efficient data structure for representing Package: libopenmesh-apps Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh (= ${binary:Version}), libxi-dev, libxmu-dev Description: OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh provides the following features: . diff --git a/debian/rules b/debian/rules index caa2e47d..4bc4bb6f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,23 +3,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk -# Add here any variable or target overrides you need. -PACKAGE = openmesh -SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p') -SVN_REVISION := $(shell echo $(SRC_VERSION) | awk -F"+" '{ print $$2 }' | sed 's/svn//' ) -TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz -.PHONY: get-orig-source -get-orig-source: - rm -rf get-orig-source $(TARBALL) - mkdir get-orig-source - svn export -r $(SVN_REVISION) --username anonymous --password anonymous http://openmesh.org/svnrepo/OpenMesh/trunk/ \ - get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig - # need to delete debian directory here: - rm -rf get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig/debian - GZIP=--best tar czf $(TARBALL) -C get-orig-source $(PACKAGE)-$(SRC_VERSION).orig - 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/