Updated debian dir (thanks to Jean Pierre Charalambos)
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@359 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -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 <nakednous@gmail.com> 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.
|
||||
|
||||
6
debian/control
vendored
6
debian/control
vendored
@@ -2,8 +2,8 @@ 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, 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:
|
||||
.
|
||||
|
||||
17
debian/rules
vendored
17
debian/rules
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user