Removed Debian packaging. Will be handled by Debian maintainers from now
This commit is contained in:
52
debian/changelog
vendored
52
debian/changelog
vendored
@@ -1,52 +0,0 @@
|
||||
openmesh (9.1) bullseye; urgency=medium
|
||||
|
||||
* New uppstream version
|
||||
|
||||
-- Jan Moebius <openmesh@lists.rwth-aachen.de> Mon, 11 Apr 2022 09:47:33 +0200
|
||||
|
||||
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.
|
||||
|
||||
-- Jean Pierre Charalambos <nakednous@gmail.com> Wed, 11 Nov 2009 17:14:27 -0500
|
||||
|
||||
openmesh (2.0~svn216-0~ppa2~karmic1) karmic; urgency=low
|
||||
|
||||
* Same as first karmic version but this one includes the changelog from Jaunty versions
|
||||
* Karmic versions fix PACKAGE name in rules from libopenmesh to openmesh
|
||||
* Karmic versions remove debian directory from svn export
|
||||
* It remains to fix a SONAMES warning. Maybe it has to see with the upper case letters usage?
|
||||
|
||||
-- Jean Pierre Charalambos <nakednous@gmail.com> Thu, 05 Nov 2009 14:53:02 -0500
|
||||
|
||||
openmesh (2.0~svn216-0~ppa1~karmic1) karmic; urgency=low
|
||||
|
||||
* Fisrt karmic version
|
||||
* New upstream SVN snapshot taken from revision 216
|
||||
|
||||
-- Jean Pierre Charalambos <nakednous@gmail.com> Tue, 03 Nov 2009 21:32:38 -0500
|
||||
|
||||
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.
|
||||
* Splitting the library into libopenmesh and libopenmesh-dev, after
|
||||
fixes to SONAMES added at this upstream revision.
|
||||
* No documentation added yet.
|
||||
* Removing r167 packages from the ppa because they do not conform with
|
||||
packaging sources directly imported from SVN. According to debian
|
||||
policies, in this case get-orig-source must be used.
|
||||
|
||||
-- Jean Pierre Charalambos <nakednous@gmail.com> Wed, 24 Jun 2009 22:26:31 -0500
|
||||
1
debian/compat
vendored
1
debian/compat
vendored
@@ -1 +0,0 @@
|
||||
10
|
||||
67
debian/control
vendored
67
debian/control
vendored
@@ -1,67 +0,0 @@
|
||||
Source: openmesh
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Jean Pierre Charalambos <nakednous@gmail.com>
|
||||
Build-Depends: cdbs, debhelper (>= 7), cmake, libqt5opengl5-dev, freeglut3-dev, libfreetype6-dev, libgomp1, doxygen
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://www.openmesh.org
|
||||
|
||||
Package: libopenmesh
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
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 contains the shared library needed to run programs using
|
||||
OpenMesh.
|
||||
|
||||
Package: libopenmesh-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh (= ${binary:Version}), libqt5opengl5-dev, freeglut3-dev, libfreetype6-dev
|
||||
Suggests: libopenmesh-doc, libopenmesh-apps
|
||||
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 contains all supplementary files (static library and headers)
|
||||
you need to develop your own programs using the OpenMesh library.
|
||||
|
||||
Package: libopenmesh-apps
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh (= ${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 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.
|
||||
54
debian/copyright
vendored
54
debian/copyright
vendored
@@ -1,54 +0,0 @@
|
||||
This package was debianized by:
|
||||
|
||||
Jean Pierre Charalambos <nakednous@gmail.com> on Sun, 21 Jun 2009 17:49:34 -0500
|
||||
|
||||
It was downloaded from:
|
||||
|
||||
http://www.openmesh.org
|
||||
|
||||
Upstream Author:
|
||||
|
||||
Computer Graphics Group, RWTH Aachen <moebius@informatik.rwth-aachen.de>
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright (C) 2001-2015 by Computer Graphics Group, RWTH-Aachen University
|
||||
|
||||
License:
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER
|
||||
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
On Debian systems, the complete text of the BSD License can be
|
||||
found in `/usr/share/common-licenses/BSD '.
|
||||
|
||||
The Debian packaging is:
|
||||
|
||||
Copyright C) 2009, Jean Pierre Charalambos <nakednous@gmail.com>
|
||||
|
||||
and is licensed under the GPL, see above.
|
||||
23
debian/rules
vendored
23
debian/rules
vendored
@@ -1,23 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
|
||||
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 -plibopenmesh debian/tmp/usr/lib/lib*.so.* /usr/lib/
|
||||
|
||||
install/libopenmesh-dev::
|
||||
dh_install -plibopenmesh-dev debian/tmp/usr/lib/lib*.so /usr/lib/
|
||||
dh_install -plibopenmesh-dev debian/tmp/usr/lib/lib*.a /usr/lib/
|
||||
dh_install -plibopenmesh-dev --autodest debian/tmp/usr/include/OpenMesh
|
||||
|
||||
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/*
|
||||
Reference in New Issue
Block a user