From 30c2aa9974642a00f152c31d84980494d4fc5fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 21 Jul 2022 09:14:00 +0200 Subject: [PATCH] Removed Debian packaging. Will be handled by Debian maintainers from now --- debian/changelog | 52 ------------------------------------- debian/compat | 1 - debian/control | 67 ------------------------------------------------ debian/copyright | 54 -------------------------------------- debian/rules | 23 ----------------- 5 files changed, 197 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 0512ff16..00000000 --- a/debian/changelog +++ /dev/null @@ -1,52 +0,0 @@ -openmesh (9.1) bullseye; urgency=medium - - * New uppstream version - - -- Jan Moebius 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 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 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 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 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 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 Wed, 24 Jun 2009 22:26:31 -0500 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28b..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control deleted file mode 100644 index b8e73ddf..00000000 --- a/debian/control +++ /dev/null @@ -1,67 +0,0 @@ -Source: openmesh -Section: libs -Priority: optional -Maintainer: Jean Pierre Charalambos -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. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 752af39e..00000000 --- a/debian/copyright +++ /dev/null @@ -1,54 +0,0 @@ -This package was debianized by: - - Jean Pierre Charalambos on Sun, 21 Jun 2009 17:49:34 -0500 - -It was downloaded from: - - http://www.openmesh.org - -Upstream Author: - - Computer Graphics Group, RWTH Aachen - -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 - -and is licensed under the GPL, see above. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 0f839415..00000000 --- a/debian/rules +++ /dev/null @@ -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/*