From 4cace60a04005b44c5b91ab4e12065daf5621658 Mon Sep 17 00:00:00 2001 From: Mike Taverne Date: Wed, 28 Apr 2010 12:34:17 +0200 Subject: [PATCH] removed duplicates --- debian/debian/README.Debian | 6 ----- debian/debian/changelog | 5 ---- debian/debian/compat | 1 - debian/debian/control | 15 ----------- debian/debian/copyright | 40 ----------------------------- debian/debian/dirs | 2 -- debian/debian/readme | 6 ----- debian/debian/rules | 21 --------------- debian/debian/substvars | 1 - src/debian_latest/debian/README.Debian | 6 ----- src/debian_latest/debian/changelog | 5 ---- src/debian_latest/debian/compat | 1 - src/debian_latest/debian/control | 15 ----------- src/debian_latest/debian/copyright | 40 ----------------------------- src/debian_latest/debian/dirs | 2 -- src/debian_latest/debian/docs | 3 --- src/debian_latest/debian/engrid.doc-base.EX | 22 ---------------- src/debian_latest/debian/readme | 6 ----- src/debian_latest/debian/rules | 21 --------------- src/debian_latest/debian/substvars | 1 - 20 files changed, 219 deletions(-) delete mode 100755 debian/debian/README.Debian delete mode 100755 debian/debian/changelog delete mode 100755 debian/debian/compat delete mode 100755 debian/debian/control delete mode 100755 debian/debian/copyright delete mode 100755 debian/debian/dirs delete mode 100755 debian/debian/readme delete mode 100755 debian/debian/rules delete mode 100755 debian/debian/substvars delete mode 100755 src/debian_latest/debian/README.Debian delete mode 100755 src/debian_latest/debian/changelog delete mode 100755 src/debian_latest/debian/compat delete mode 100755 src/debian_latest/debian/control delete mode 100755 src/debian_latest/debian/copyright delete mode 100755 src/debian_latest/debian/dirs delete mode 100755 src/debian_latest/debian/docs delete mode 100755 src/debian_latest/debian/engrid.doc-base.EX delete mode 100755 src/debian_latest/debian/readme delete mode 100755 src/debian_latest/debian/rules delete mode 100755 src/debian_latest/debian/substvars diff --git a/debian/debian/README.Debian b/debian/debian/README.Debian deleted file mode 100755 index b93c78f..0000000 --- a/debian/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -engrid for Debian ------------------ - - - - -- Mike Taverne Tue, 30 Dec 2008 18:21:00 +0100 diff --git a/debian/debian/changelog b/debian/debian/changelog deleted file mode 100755 index 927f0c7..0000000 --- a/debian/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -engrid (1.0) unstable; urgency=low - - * Initial Release. - - -- Mike Taverne Tue, 30 Dec 2008 18:21:00 +0100 diff --git a/debian/debian/compat b/debian/debian/compat deleted file mode 100755 index 7f8f011..0000000 --- a/debian/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/debian/control b/debian/debian/control deleted file mode 100755 index c2be43f..0000000 --- a/debian/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: engrid -Section: unknown -Priority: extra -Maintainer: Mike Taverne -Build-Depends: debhelper (>= 7), cdbs, libqt4-dev, libvtk5-dev, libvtk5-qt4-dev -Standards-Version: 3.7.3 -Homepage: - -Package: engrid -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: enGrid - open-source mesh generation - ENGRID is an open-source mesh generation software with CFD applications in mind. ENGRID uses the NETGEN library for tetrahedral grid generation and an in-house development for prismatic boundary layer grids. Internally, ENGRID uses the VTK data structures as well as the *.vtu file format. To create grids for OPENFOAM® (OPENFOAM® is a registered trade mark of OpenCFD Limited), the GMSH format can be used. GMSH is also an excellent open-source tool to create surface triangulations for ENGRID. It is planned to provide native OPENFOAM support, hopefully in the 1.0 release (before the end of 2008). For future releases, export capabilities for complete OPENFOAM cases (including boundary conditions) and support for polyhedral cells are planned as well. - ENGRID is released under the GPL and we hope that it is a useful addition to the open-source CFD community. So far the implemented algorithm proved to be quite robust and it does not require much user interaction. - The development of ENGRID has been funded by the European Space Agency diff --git a/debian/debian/copyright b/debian/debian/copyright deleted file mode 100755 index afa2af1..0000000 --- a/debian/debian/copyright +++ /dev/null @@ -1,40 +0,0 @@ -This package was debianized by Mike Taverne on -Tue, 30 Dec 2008 18:21:00 +0100. - -It was downloaded from - -Upstream Author(s): - - - - -Copyright: - - - - -License: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - -The Debian packaging is (C) 2008, Mike Taverne and -is licensed under the GPL, see above. - - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/debian/debian/dirs b/debian/debian/dirs deleted file mode 100755 index ca882bb..0000000 --- a/debian/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/sbin diff --git a/debian/debian/readme b/debian/debian/readme deleted file mode 100755 index a2120d3..0000000 --- a/debian/debian/readme +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package engrid ----------------------------- - -Comments regarding the Package - - -- Mike Taverne Tue, 30 Dec 2008 18:21:00 +0100 diff --git a/debian/debian/rules b/debian/debian/rules deleted file mode 100755 index 9b7b510..0000000 --- a/debian/debian/rules +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -export VTKLIBDIR=/usr/lib/ -export VTKINCDIR=/usr/include/vtk-5.0/ - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/qmake.mk - -# Add here any variable or target overrides you need. -QMAKE=qmake-qt4 -CFLAGS=-O3 -CXXFLAGS=-O3 diff --git a/debian/debian/substvars b/debian/debian/substvars deleted file mode 100755 index bc7ddd1..0000000 --- a/debian/debian/substvars +++ /dev/null @@ -1 +0,0 @@ -shlibs:Depends=libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libqt4-network (>= 4.4.3), libqt4-opengl (>= 4.4.3), libqt4-xml (>= 4.4.3), libqtcore4 (>= 4.4.3), libqtgui4 (>= 4.4.3), libstdc++6 (>= 4.2.1), libvtk5, libvtk5-qt4 diff --git a/src/debian_latest/debian/README.Debian b/src/debian_latest/debian/README.Debian deleted file mode 100755 index b93c78f..0000000 --- a/src/debian_latest/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -engrid for Debian ------------------ - - - - -- Mike Taverne Tue, 30 Dec 2008 18:21:00 +0100 diff --git a/src/debian_latest/debian/changelog b/src/debian_latest/debian/changelog deleted file mode 100755 index 927f0c7..0000000 --- a/src/debian_latest/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -engrid (1.0) unstable; urgency=low - - * Initial Release. - - -- Mike Taverne Tue, 30 Dec 2008 18:21:00 +0100 diff --git a/src/debian_latest/debian/compat b/src/debian_latest/debian/compat deleted file mode 100755 index 7f8f011..0000000 --- a/src/debian_latest/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/src/debian_latest/debian/control b/src/debian_latest/debian/control deleted file mode 100755 index c2be43f..0000000 --- a/src/debian_latest/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: engrid -Section: unknown -Priority: extra -Maintainer: Mike Taverne -Build-Depends: debhelper (>= 7), cdbs, libqt4-dev, libvtk5-dev, libvtk5-qt4-dev -Standards-Version: 3.7.3 -Homepage: - -Package: engrid -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: enGrid - open-source mesh generation - ENGRID is an open-source mesh generation software with CFD applications in mind. ENGRID uses the NETGEN library for tetrahedral grid generation and an in-house development for prismatic boundary layer grids. Internally, ENGRID uses the VTK data structures as well as the *.vtu file format. To create grids for OPENFOAM® (OPENFOAM® is a registered trade mark of OpenCFD Limited), the GMSH format can be used. GMSH is also an excellent open-source tool to create surface triangulations for ENGRID. It is planned to provide native OPENFOAM support, hopefully in the 1.0 release (before the end of 2008). For future releases, export capabilities for complete OPENFOAM cases (including boundary conditions) and support for polyhedral cells are planned as well. - ENGRID is released under the GPL and we hope that it is a useful addition to the open-source CFD community. So far the implemented algorithm proved to be quite robust and it does not require much user interaction. - The development of ENGRID has been funded by the European Space Agency diff --git a/src/debian_latest/debian/copyright b/src/debian_latest/debian/copyright deleted file mode 100755 index afa2af1..0000000 --- a/src/debian_latest/debian/copyright +++ /dev/null @@ -1,40 +0,0 @@ -This package was debianized by Mike Taverne on -Tue, 30 Dec 2008 18:21:00 +0100. - -It was downloaded from - -Upstream Author(s): - - - - -Copyright: - - - - -License: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. - -The Debian packaging is (C) 2008, Mike Taverne and -is licensed under the GPL, see above. - - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/src/debian_latest/debian/dirs b/src/debian_latest/debian/dirs deleted file mode 100755 index ca882bb..0000000 --- a/src/debian_latest/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/sbin diff --git a/src/debian_latest/debian/docs b/src/debian_latest/debian/docs deleted file mode 100755 index 947bf13..0000000 --- a/src/debian_latest/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -licence_exe.txt -licence.txt -license.txt diff --git a/src/debian_latest/debian/engrid.doc-base.EX b/src/debian_latest/debian/engrid.doc-base.EX deleted file mode 100755 index 5c87226..0000000 --- a/src/debian_latest/debian/engrid.doc-base.EX +++ /dev/null @@ -1,22 +0,0 @@ -Document: engrid -Title: Debian engrid Manual -Author: -Abstract: This manual describes what engrid is - and how it can be used to - manage online manuals on Debian systems. -Section: unknown - -Format: debiandoc-sgml -Files: /usr/share/doc/engrid/engrid.sgml.gz - -Format: postscript -Files: /usr/share/doc/engrid/engrid.ps.gz - -Format: text -Files: /usr/share/doc/engrid/engrid.text.gz - -Format: HTML -Index: /usr/share/doc/engrid/html/index.html -Files: /usr/share/doc/engrid/html/*.html - - diff --git a/src/debian_latest/debian/readme b/src/debian_latest/debian/readme deleted file mode 100755 index a2120d3..0000000 --- a/src/debian_latest/debian/readme +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package engrid ----------------------------- - -Comments regarding the Package - - -- Mike Taverne Tue, 30 Dec 2008 18:21:00 +0100 diff --git a/src/debian_latest/debian/rules b/src/debian_latest/debian/rules deleted file mode 100755 index 9b7b510..0000000 --- a/src/debian_latest/debian/rules +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -export VTKLIBDIR=/usr/lib/ -export VTKINCDIR=/usr/include/vtk-5.0/ - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/qmake.mk - -# Add here any variable or target overrides you need. -QMAKE=qmake-qt4 -CFLAGS=-O3 -CXXFLAGS=-O3 diff --git a/src/debian_latest/debian/substvars b/src/debian_latest/debian/substvars deleted file mode 100755 index bc7ddd1..0000000 --- a/src/debian_latest/debian/substvars +++ /dev/null @@ -1 +0,0 @@ -shlibs:Depends=libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libqt4-network (>= 4.4.3), libqt4-opengl (>= 4.4.3), libqt4-xml (>= 4.4.3), libqtcore4 (>= 4.4.3), libqtgui4 (>= 4.4.3), libstdc++6 (>= 4.2.1), libvtk5, libvtk5-qt4 -- 2.11.4.GIT