[gts] 20/25: Import Debian patch 0.7.6+darcs121130-1
Andreas Tille
tille at debian.org
Tue Jan 31 12:40:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository gts.
commit f610c54794009fad5cede6ebee3b64c3c0050684
Merge: d2faf43 5ae8a97
Author: Ruben Molina <rmolina at udea.edu.co>
Date: Wed Sep 4 08:52:19 2013 -0500
Import Debian patch 0.7.6+darcs121130-1
ChangeLog | 286 +-
INSTALL | 228 +-
Makefile.in | 424 +-
aclocal.m4 | 14418 +++++++++-------
config.guess | 267 +-
config.h.in | 9 +-
config.sub | 131 +-
configure | 27967 +++++++++++---------------------
configure.in => configure.ac | 2 +-
debian/Makefile.in | 156 +-
debian/changelog | 28 +
debian/changelog.sh | 11 -
debian/compat | 2 +-
debian/control | 19 +-
debian/copyright | 65 +-
debian/libgts-0.7-5.install | 2 +-
debian/libgts-bin.install | 2 +-
debian/libgts-dev.install | 9 +-
debian/libgts-dev.links | 1 +
debian/libgts-dev.links.in | 1 +
debian/libgts-doc.doc-base | 12 -
debian/libgts-doc.docs | 1 -
debian/libgts-snapshot-dev.install | 7 -
debian/libgts-snapshot-doc.docs | 1 -
debian/libgts-snapshot.install | 22 -
debian/libgts-snapshot.symbols | 1 -
debian/patches/failed-tests | 49 +
debian/patches/gts2xyz-manpage | 27 +
debian/patches/makefile-no-debian-dir | 26 +
debian/patches/missing-sgml | 132 +
debian/patches/series | 2 +
debian/rules | 17 +-
debian/symbols | 1 +
depcomp | 232 +-
doc/Makefile.in | 308 +-
doc/html/book1.html | 135 -
doc/html/c12.html | 141 -
doc/html/c14.html | 141 -
doc/html/c16.html | 141 -
doc/html/c18.html | 121 -
doc/html/c4.html | 141 -
doc/html/c6.html | 173 -
doc/html/index.sgml | 0
doc/manpages/Makefile.in | 265 +-
examples/Makefile.in | 352 +-
examples/delaunay.c | 121 +-
install-sh | 563 +-
ltmain.sh | 14818 ++++++++++-------
missing | 176 +-
src/Makefile.in | 393 +-
src/gts.def | 1 +
src/gts.h | 11 +-
src/gtsconfig.h | 2 +-
src/misc.c | 61 +-
test/Makefile.in | 303 +-
test/boolean/Makefile.in | 299 +-
test/coarsen/Makefile.in | 304 +-
test/delaunay/Makefile.in | 296 +-
tools/Makefile.am | 2 +-
tools/Makefile.in | 386 +-
tools/gts2oogl.c | 23 +-
tools/gts2xyz.c | 56 +
62 files changed, 30364 insertions(+), 33927 deletions(-)
diff --cc debian/changelog
index da76641,0000000..b21bf40
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,175 -1,0 +1,203 @@@
++gts (0.7.6+darcs121130-1) unstable; urgency=low
++
++ * New upstream version: 0.7.6+darcs121130 (Closes: #660492)
++ * Incorporate and acknowledge the changes from the NMU (Thanks Luk)
++ * Remove libgts-doc package. Documentation has been broken for a
++ while because some recent tarballs did not include all the required
++ files. This tarball removes them completetly. New documentation
++ seems to be in preparation by upstream but it is not yet complete,
++ (Closes: #645622)
++ * Update to follow Standards-Version 3.9.4 instead of 3.9.1
++ * Add a new patch discarding tests which are expected to fail:
++ failed-tests
++ * Add a new patch with a missing manpage: gts2xyz-manpage
++ * Update override_dh_auto_test to run remaining tests
++ * Update debian/copyright
++ * Add new symbol: gts_file_new_from_buffer at Base
++ * Update for Multi-Arch
++ + Set debian/compat to 9
++ + Set Build-Depends: debhelper to >=9
++ + Add Pre-Depends: ${misc:Pre-Depends} for libgts-0.7-5
++ + Add Multi-Arch stanzas for each binary package
++ + Add DEB_HOST_MULTIARCH to debian/rules
++ + Add libgts-dev.links.in (dev-pkg-without-shlib-symlink)
++ + Add override_dh_auto_configure for libgts-dev.links generation
++ + Update debian/*.install with /usr/lib/*/
++
++ -- Ruben Molina <rmolina at udea.edu.co> Wed, 04 Sep 2013 08:52:19 -0500
++
+gts (0.7.6+darcs110121-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Remove references to other libraries from dependency_libs field
+ (Closes: #620605)
+
+ -- Luk Claes <luk at debian.org> Tue, 31 May 2011 08:05:34 +0200
+
+gts (0.7.6+darcs110121-1) unstable; urgency=low
+
+ * New upstream version
+ + Fixed hanging last read for gts_graph_read()
+ + Added missing -lm library (Closes: #554757)
+ (Thanks to Fabrice Coutadeur)
+ + Solved formatting issues in manpages (Closes: #605493)
+ (Thanks to Benoît Knecht)
+ * Updating Standards-Version to 3.9.1 (no changes)
+ * Updating debian/copyrigth with DEP-5 format, Rev 166.
+ * Migrating rules to dh7 and removing cdbs B-D
+ * Increasing debhelper versioning (as needed for remaining-packages)
+
+ -- Ruben Molina <rmolina at udea.edu.co> Sun, 13 Feb 2011 11:24:25 -0500
+
+gts (0.7.6+darcs100321-1) unstable; urgency=low
+
+ * New upstream version
+ * Standards-Version bumped to 3.8.4 (no changes)
+ * Adds doc-base registration for libgts-doc
+ * Migrated to source format 3.0
+
+ -- Ruben Molina <rmolina at udea.edu.co> Sun, 28 Mar 2010 12:33:15 -0500
+
+gts (0.7.6+darcs090508-1) unstable; urgency=low
+
+ * New upstream version
+ * Standards-Version bumped to 3.8.1 (no changes)
+ * Section for libgts-dbg changed to debug
+ * Updated links on debian/copyright
+ * Solved override disparities for libgts-0.7-5
+ * Improved descriptions
+
+ -- Ruben Molina <rmolina at udea.edu.co> Sun, 07 Jun 2009 17:38:08 -0500
+
+gts (0.7.6+darcs080704-2) unstable; urgency=low
+
+ * Added Depends on libgts-0.7-5 for libgts-dev
+ * Added symbols control file
+
+ -- Ruben Molina <rmolina at udea.edu.co> Tue, 22 Jul 2008 20:43:00 -0500
+
+gts (0.7.6+darcs080704-1) unstable; urgency=low
+
+ * Acknowledge previous NMU
+ * New upstream version
+ * New maintainer (Closes: #471987)
+ * Standards-Version updated to 3.8.0
+ * Solved override disparities for libgts-dev
+ * Migrated to CDBS
+ * Added a new binary package with debugging symbols
+ * tools/srf2oogl.1: Removed (tool deprecated)
+ * Added new man pages
+ * Added watch file
+ * Restored missing docs to libgts-doc (Closes: #395846)
+ * Added Replaces for libgts-0.7-1 (Closes: #422900)
+ * Split binaries into libgts-bin (Closes: #465190)
+ * Removed unneeded dependencies (Closes: #465189)
+
+ -- Ruben Molina <rmolina at udea.edu.co> Fri, 04 Jul 2008 17:20:55 -0500
+
+gts (0.7.6-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Add missing Replace/Conflicts against libgts-0.7-1. (closes: bug#370244).
+ * Urgency set to high: RC bug fix, and blocks other packages transition.
+
+ -- Pierre Habouzit <madcoder at debian.org> Sat, 17 Jun 2006 08:24:45 +0200
+
+gts (0.7.6-1) unstable; urgency=low
+
+ * New upstream version (closes: bug#363642, bug#275617)
+ * debian/control: New soname, rename libgts-0.7-1 to libgts-0.7-5
+ * src/rounding.h: fixed upstream (closes: bug#356146)
+ * debian/libgts-dev.examples: install examples' source (won't install the
+ binaries, since they are not of general use) (closes: bug#352290)
+ * docs are installed, don't know what caused the bug, seems to be fixed
+ (closes: bug#296909)
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Mon, 08 May 2006 19:13:50 -0600
+
+gts (0.7.3-2) unstable; urgency=low
+
+ * Add dependency on libglib2.0-dev (closes: bug#302869)
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sat, 09 Apr 2005 09:24:07 -0600
+
+gts (0.7.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Moved to glib 2.0
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sat, 05 Feb 2005 11:42:06 -0600
+
+gts (0.7.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/rules: remove test for /usr/share/misc/config.{guess,sub}
+ existance. If the files are not there for whatever reason, I want
+ this to go down in flames.
+ * debian/control: Shorten description for libgts-doc
+ * debian/control, debian/rules: Add libgts-0.7-1
+ * debian/rules: install transform as gtstransform
+ * debian/control: add Conflicts, Replaces for older versions of libgts-dev
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sun, 09 Feb 2003 12:32:21 +0100
+
+gts (0.6.0-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/rules, debian/compat: use debhelper 4
+ * debian/control: update Build-Depends, Standards-Version
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sat, 29 Jun 2002 13:50:48 +0200
+
+gts (0.5.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Mon, 12 Nov 2001 08:34:33 +0100
+
+gts (0.5.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control, debian/rules: Use autotools-dev
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sun, 11 Nov 2001 20:06:25 +0100
+
+gts (0.4.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Thu, 1 Feb 2001 00:41:28 +0100
+
+gts (0.3.0-2) unstable; urgency=low
+
+ * Applied patches from Christopher Chimelis (sorry about the delay,
+ somehow I missed the report) (closes: bug#77260)
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sun, 17 Dec 2000 13:49:20 +0100
+
+gts (0.3.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * src/predicate{_init,}.c: special case ARM. Other architectures seem
+ fine. (closes: bug#62124)
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sat, 15 Apr 2000 11:25:32 +0200
+
+gts (0.2.0-2) unstable; urgency=low
+
+ * src/predicate{_init,}.c: replace hardcoded FPU maks by the
+ corresponding constants and bit operations. The used constans
+ replicate the hardcoded values (thanks to Roman for pointing this out)
+ (sent upstream) (closes: bug#62124)
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sat, 15 Apr 2000 11:25:32 +0200
+
+gts (0.2.0-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sat, 19 Feb 2000 21:18:38 +0100
+
+Local variables:
+mode: debian-changelog
+End:
diff --cc debian/changelog.sh
index c1b01dc,9246cf7..0000000
deleted file mode 100644,100644
--- a/debian/changelog.sh
+++ /dev/null
@@@ -1,11 -1,11 +1,0 @@@
--GTS_VERSION=`grep GTS_MAJOR_VERSION config.h | awk '{print $3;}'`.`grep GTS_MINOR_VERSION config.h | awk '{print $3;}'`.`grep GTS_MICRO_VERSION config.h | awk '{print $3;}'`
--
--version=`date +%y%m%d`
--date=`date +"%a, %e %b %Y %T %z"`
--cat <<EOF > debian/changelog
- gts-snapshot ($GTS_VERSION-$version) hardy; urgency=low
-gts-snapshot ($GTS_VERSION-$version) jaunty; urgency=low
--
-- * gts-snapshot release (based on Ruben Molina's official debian)
--
-- -- Stephane Popinet <popinet at users.sf.net> $date
--EOF
diff --cc debian/compat
index 7f8f011,7ed6ff8..ec63514
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,1 +1,1 @@@
- 7
-5
++9
diff --cc debian/control
index 8069281,1fd6b67..2f71758
--- a/debian/control
+++ b/debian/control
@@@ -1,64 -1,44 +1,59 @@@
-Source: gts-snapshot
+Source: gts
Section: math
Priority: optional
-Maintainer: Stephane Popinet <popinet at users.sf.net>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libglib2.0-dev, libnetpbm10-dev, gtk-doc-tools (>= 1.3-4)
+Maintainer: Ruben Molina <rmolina at udea.edu.co>
- Build-Depends: debhelper (>= 7.2.7~), autotools-dev, libglib2.0-dev
- Standards-Version: 3.9.1
++Build-Depends: debhelper (>= 9), autotools-dev, libglib2.0-dev
++Standards-Version: 3.9.4
Homepage: http://gts.sourceforge.net/
-Package: libgts-snapshot-dev
-Section: libdevel
+Package: libgts-0.7-5
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-dev, libgts-snapshot (= ${binary:Version})
-Conflicts: libgts-dev, libgts-bin
-Suggests: libgts-snapshot-doc
-Description: GTS Library (development snapshot)
- GTS includes a number of useful functions to deal with triangulated
- surfaces including, but not limited to, multi-resolution models,
- Delaunay and Constrained Delaunay triangulations, set operations on
- surfaces (intersection, union etc ...), bounding-boxes trees for
- efficient collision and intersection detection, triangle strips and
- binary heaps.
++Multi-Arch: same
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}
++Pre-Depends: ${misc:Pre-Depends}
+Recommends: libgts-bin
+Replaces: libgts-0.7-1, libgts-dev (<< ${binary:Version})
+Description: library to deal with 3D computational surface meshes
+ The GNU Triangulated Surface Library is intended to provide a simple and
+ efficient library to scientists dealing with 3D surfaces meshed with
+ interconnected triangles.
+ .
+ This package contains the shared libraries.
- Package: libgts-doc
- Architecture: all
- Section: doc
- Depends: ${misc:Depends}
- Description: documentation for libgts
- The GTS Library is intended to provide a set of useful functions to
- deal with 3D surfaces meshed with interconnected triangles.
- .
- This package contains the documentation files.
-
-Package: libgts-snapshot
-Section: libs
+Package: libgts-dev
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libgts-0.7-1, libgts-0.7-5, libgts-bin
-Description: GTS Library (development snapshot) -- runtime environment
- GTS includes a number of useful functions to deal with triangulated
- surfaces. Refer to the libgts-dev package description for more
- details.
++Multi-Arch: same
+Section: libdevel
+Depends: ${misc:Depends}, libglib2.0-dev, libgts-0.7-5 (= ${binary:Version})
+Suggests: libgts-doc
+Replaces: libgts-0.7-1
+Description: development files for libgts
+ The GTS Library is intended to provide a set of useful functions to
+ deal with 3D surfaces meshed with interconnected triangles.
.
- This package provides runtime support for GTS
+ This package contains the headers and development libraries needed to
+ build applications using GTS.
-Package: libgts-snapshot-doc
-Section: doc
-Architecture: all
-Conflicts: libgts-doc
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: GTS Library documentation (development snapshot)
- GTS includes a number of useful functions to deal with triangulated
- surfaces. Refer to the libgts-dev package description for more
- details.
+Package: libgts-dbg
+Priority: extra
+Architecture: any
++Multi-Arch: same
+Section: debug
+Depends: ${misc:Depends}, libgts-0.7-5 (= ${binary:Version})
+Description: debugging symbols for libgts
+ The GTS Library is intended to provide a set of useful functions to
+ deal with 3D surfaces meshed with interconnected triangles.
+ .
+ This package contains the debugging symbols for GTS.
+
+Package: libgts-bin
+Architecture: any
++Multi-Arch: foreign
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgts-0.7-5 (= ${binary:Version})
+Replaces: libgts-0.7-1, libgts-dev (<< ${binary:Version})
+Description: utility binaries for libgts
+ The GTS Library is intended to provide a set of useful functions to
+ deal with 3D surfaces meshed with interconnected triangles.
.
- This package contains the GTS Reference, in HTML format.
+ This package contains some utility binaries.
diff --cc debian/copyright
index e788a1c,28f4856..80075eb
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,57 -1,4 +1,46 @@@
- Format: http://dep.debian.net/deps/dep5/
-Copyright: GNU Library General Public License, Version 2.
++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gts
- Upstream-Contact: http://gts.sourceforge.net/mailinglists.html
++Upstream-Contact: Stephane Popinet <popinet at users.sourceforge.net>
+Source: http://gts.sourceforge.net/tarballs/
-On Debian systems, the complete text of the LGPL is located in
-/usr/share/common-licenses/LGPL-2
+Files: *
- Copyright: 1999-2011, Stephane Popinet <popinet at users.sourceforge.net>
++Copyright: 1999-2012, Stephane Popinet
+License: LGPL-2+
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This program 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 Lesser
- General Public License for more details.
- .
- You should have received a copy of the GNU Lesser General Public
- License along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301 USA.
- .
- On Debian systems, the full text of the GNU Lesser General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/LGPL-2'.
+
+Files: src/curvature.c
- Copyright: 1999-2002, Ray Jones, Stephane Popinet
++Copyright: 1999-2002, Ray Jones and Stephane Popinet
+License: LGPL-2+
- On Debian systems, the full text of the GNU Lesser General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/LGPL-2'. See above.
+
+Files: src/isotetra.c
+Copyright: 2002, Gert Wollny
+License: LGPL-2+
- On Debian systems, the full text of the GNU Lesser General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/LGPL-2'. See above.
+
+Files: src/stripe.c
- Copyright: 1999-2003, Wagner Toledo Correa, Stephane Popinet
++Copyright: 1999-2003, Wagner Toledo Correa and Stephane Popinet
+License: LGPL-2+
- On Debian systems, the full text of the GNU Lesser General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/LGPL-2'. See above.
+
+Files: debian/*
- Copyright: 2008-2011, Ruben Molina <rmolina at udea.edu.co>
- 2006, Pierre Habouzit <madcoder at debian.org>
- 2000-2006, Marcelo E. Magallon <mmagallo at debian.org>
++Copyright: 2008-2013, Ruben Molina
++ 2006, Pierre Habouzit
++ 2000-2006, Marcelo E. Magallon
+License: LGPL-2+
- On Debian systems, the full text of the GNU Lesser General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/LGPL-2'. See above.
+
++License: LGPL-2+
++ This program is free software; you can redistribute it and/or modify it
++ under the terms of the GNU Lesser General Public License as published by
++ the Free Software Foundation; either version 2 of the License, or (at
++ your option) any later version.
++ .
++ This program 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 Lesser
++ General Public License for more details.
++ .
++ You should have received a copy of the GNU Lesser General Public
++ License along with this program; if not, write to the Free Software
++ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
++ 02110-1301 USA.
++ .
++ On Debian systems, the full text of the GNU Lesser General Public
++ License version 2 can be found in the file
++ `/usr/share/common-licenses/LGPL-2'.
diff --cc debian/libgts-0.7-5.install
index c45ebcf,0000000..d6a64d3
mode 100644,000000..100644
--- a/debian/libgts-0.7-5.install
+++ b/debian/libgts-0.7-5.install
@@@ -1,1 -1,0 +1,1 @@@
- debian/tmp/usr/lib/lib*.so.*
++/usr/lib/*/lib*.so.*
diff --cc debian/libgts-bin.install
index 451ddc0,0000000..4cb4bd3
mode 100644,000000..100644
--- a/debian/libgts-bin.install
+++ b/debian/libgts-bin.install
@@@ -1,1 -1,0 +1,1 @@@
- debian/tmp/usr/bin
++/usr/bin/*
diff --cc debian/libgts-dev.install
index 4e0f74d,0000000..e4a6487
mode 100644,000000..100644
--- a/debian/libgts-dev.install
+++ b/debian/libgts-dev.install
@@@ -1,5 -1,0 +1,4 @@@
- debian/tmp/usr/include
- debian/tmp/usr/lib/pkgconfig
- debian/tmp/usr/lib/*.so
- debian/tmp/usr/lib/*.la
- debian/tmp/usr/lib/*.a
++/usr/include/*
++/usr/lib/*/lib*.a
++/usr/lib/*/lib*.so
++/usr/lib/*/pkgconfig/*
diff --cc debian/libgts-dev.links
index 0000000,0000000..85219b1
new file mode 100644
--- /dev/null
+++ b/debian/libgts-dev.links
@@@ -1,0 -1,0 +1,1 @@@
++/usr/lib/i386-linux-gnu/libgts-0.7.so.5.0.1 /usr/lib/i386-linux-gnu/libgts-0.7.so
diff --cc debian/libgts-dev.links.in
index 0000000,0000000..999b9a0
new file mode 100644
--- /dev/null
+++ b/debian/libgts-dev.links.in
@@@ -1,0 -1,0 +1,1 @@@
++/usr/lib/@DEB_HOST_MULTIARCH@/libgts-0.7.so.5.0.1 /usr/lib/@DEB_HOST_MULTIARCH@/libgts-0.7.so
diff --cc debian/libgts-snapshot-dev.install
index d7bd846,d7bd846..0000000
deleted file mode 100644,100644
--- a/debian/libgts-snapshot-dev.install
+++ /dev/null
@@@ -1,7 -1,7 +1,0 @@@
--debian/tmp/usr/bin/gts-config
--debian/tmp/usr/include
--debian/tmp/usr/lib/*.so
--debian/tmp/usr/lib/*.a
--debian/tmp/usr/lib/*.la
--debian/tmp/usr/share/aclocal
--debian/tmp/usr/share/man/man1/gts-config.1
diff --cc debian/libgts-snapshot-doc.docs
index 0bd3136,0bd3136..0000000
deleted file mode 100644,100644
--- a/debian/libgts-snapshot-doc.docs
+++ /dev/null
@@@ -1,1 -1,1 +1,0 @@@
--doc/html
diff --cc debian/libgts-snapshot.install
index c7346f0,c7346f0..0000000
deleted file mode 100644,100644
--- a/debian/libgts-snapshot.install
+++ /dev/null
@@@ -1,22 -1,22 +1,0 @@@
--debian/tmp/usr/bin/gts2oogl
--debian/tmp/usr/bin/gtscheck
--debian/tmp/usr/bin/gtscompare
--debian/tmp/usr/bin/gtstemplate
--debian/tmp/usr/bin/stl2gts
--debian/tmp/usr/bin/transform
--debian/tmp/usr/bin/delaunay
--debian/tmp/usr/bin/happrox
--debian/tmp/usr/bin/gts2dxf
--debian/tmp/usr/bin/gts2stl
--debian/tmp/usr/lib/*.so.*
--debian/tmp/usr/lib/pkgconfig/*.pc
--debian/tmp/usr/share/man/man1/gts2oogl.1
--debian/tmp/usr/share/man/man1/gtscheck.1
--debian/tmp/usr/share/man/man1/gtscompare.1
--debian/tmp/usr/share/man/man1/gtstemplate.1
--debian/tmp/usr/share/man/man1/stl2gts.1
--debian/tmp/usr/share/man/man1/transform.1
--debian/tmp/usr/share/man/man1/delaunay.1
--debian/tmp/usr/share/man/man1/happrox.1
--debian/tmp/usr/share/man/man1/gts2dxf.1
--debian/tmp/usr/share/man/man1/gts2stl.1
diff --cc debian/libgts-snapshot.symbols
index 9a959a9,9a959a9..0000000
deleted file mode 100644,100644
--- a/debian/libgts-snapshot.symbols
+++ /dev/null
@@@ -1,1 -1,1 +1,0 @@@
--# dummy file just here to force dh_makeshlibs to call dpkg-gensymbols
diff --cc debian/patches/failed-tests
index 0000000,0000000..32757c4
new file mode 100644
--- /dev/null
+++ b/debian/patches/failed-tests
@@@ -1,0 -1,0 +1,49 @@@
++Description: remove some testa which are expected to fail
++ "gerris.gts" tests are expected to fail because the file is not
++ included. "buildings" tests are expected to fail because they there in
++ order to "illustrate problems with interior loops". It is not clear why
++ the "gts-crash.gts" test fails, but given its name, it is not
++ surprising either.
++Author: Ruben Molina <rmolina at udea.edu.co>
++Last-Update: 2013-09-04
++
++--- gts-0.7.6+darcs121130.orig/test/boolean/tests
+++++ gts-0.7.6+darcs121130/test/boolean/tests
++@@ -76,37 +76,3 @@ a23.gts b23.gts
++ a24.gts b24.gts
++ a25.gts b25.gts
++
++-# Spheres by Romain Behar
++-gts-crash.gts gts-crash1.gts
++-
++-# Big tests
++-
++-# DTM and buildings
++-# illustrates problems with interior loops
++-buildings wcc3
++-buildings wcc2
++-buildings wcc1
++-buildings wcc
++-
++-# gerris failed test cases
++-gerris.gts gerris.1
++-gerris.gts gerris.2
++-gerris.gts gerris.3
++-gerris.gts gerris.4
++-gerris.gts gerris.5
++-gerris.gts gerris.6
++-gerris.gts gerris.7
++-gerris.gts gerris.8
++-gerris.gts gerris.9
++-gerris.gts gerris.10
++-gerris.gts gerris.11
++-gerris.gts gerris.12
++-gerris.gts gerris.13
++-gerris.gts gerris.14
++-gerris.gts gerris.15
++-gerris.gts gerris.16
++-gerris.gts gerris.17
++-gerris.gts gerris.18
++-gerris.gts gerris.19
++-gerris.gts gerris.20
++-gerris.gts gerris.21
diff --cc debian/patches/gts2xyz-manpage
index 0000000,0000000..5b56645
new file mode 100644
--- /dev/null
+++ b/debian/patches/gts2xyz-manpage
@@@ -1,0 -1,0 +1,27 @@@
++Description: Adds a missing manpage
++ gts2xyz does not include a manpage.
++Author: Ruben Molina <rmolina at udea.edu.co>
++Last-Update: 2013-09-04
++
++--- /dev/null
+++++ gts-0.7.6+darcs121130/doc/manpages/gts2xyz.1
++@@ -0,0 +1,19 @@
+++.TH gts2xyz 1 "September 4, 2013" "" "GNU Triangulated Surface utils"
+++
+++.SH NAME
+++gts2xyz \- samples a GTS file on a regular grid at intervals DX.
+++
+++.SH SYNOPSIS
+++.B gts2xyz
+++.RI DX <\ input.gts\ >\ output.xyz
+++
+++.SH DESCRIPTION
+++This manual page documents briefly the
+++.B gts2xyz
+++command.
+++
+++.SH AUTHOR
+++gts2xyz was written by Stephane Popinet <popinet at users.sourceforge.net>.
+++.PP
+++This manual page was written by Ruben Molina <rmolina at udea.edu.co>,
+++for the Debian project (but may be used by others).
diff --cc debian/patches/makefile-no-debian-dir
index 0000000,0000000..c7d135d
new file mode 100644
--- /dev/null
+++ b/debian/patches/makefile-no-debian-dir
@@@ -1,0 -1,0 +1,26 @@@
++Description: Removes debian/ from Makefile.*
++ Removed in order to clean debian/ dir from Makefiles by upstream
++Author: Ruben Molina <rmolina at udea.edu.co>
++Last-Update: 2013-09-06
++
++--- gts-0.7.6+darcs121130.orig/Makefile.am
+++++ gts-0.7.6+darcs121130/Makefile.am
++@@ -1,6 +1,6 @@
++ ## Process this file with automake to produce Makefile.in
++
++-SUBDIRS = src tools examples doc test debian
+++SUBDIRS = src tools examples doc test
++
++ OSC_DIR=$(HOME)/local/src/osc/home:popinet/$(PACKAGE)-snapshot
++
++--- gts-0.7.6+darcs121130.orig/Makefile.in
+++++ gts-0.7.6+darcs121130/Makefile.in
++@@ -263,7 +263,7 @@ target_alias = @target_alias@
++ top_build_prefix = @top_build_prefix@
++ top_builddir = @top_builddir@
++ top_srcdir = @top_srcdir@
++-SUBDIRS = src tools examples doc test debian
+++SUBDIRS = src tools examples doc test
++ OSC_DIR = $(HOME)/local/src/osc/home:popinet/$(PACKAGE)-snapshot
++ pkgconfigdir = $(libdir)/pkgconfig
++ pkgconfig_DATA = gts.pc
diff --cc debian/patches/missing-sgml
index 0000000,0000000..dffa8e8
new file mode 100644
--- /dev/null
+++ b/debian/patches/missing-sgml
@@@ -1,0 -1,0 +1,132 @@@
++Description: Adds gts-docs.sgml from darvs repository
++ The file was missing in the tarball, It was downloaded from:
++ http://gerris.dalembert.upmc.fr/darcs/gts-stable/doc/gts-docs.sgml
++Author: Stephan Popinet
++Last-Update: 2011-10-28
++
++--- /dev/null
+++++ gts-0.7.6+darcs121130/doc/gts-docs.sgml
++@@ -0,0 +1,123 @@
+++<!doctype book PUBLIC "-//OASIS//DTD DocBook V4.4//EN" [
+++<!entity gts-Heaps SYSTEM "sgml/heaps.sgml">
+++<!entity gts-Extended-Heaps SYSTEM "sgml/extended_heaps.sgml">
+++<!entity gts-Fifo SYSTEM "sgml/fifo.sgml">
+++<!entity gts-Vectors-and-matrices SYSTEM "sgml/matrices.sgml">
+++<!entity gts-Points SYSTEM "sgml/points.sgml">
+++<!entity gts-Vertices SYSTEM "sgml/vertices.sgml">
+++<!entity gts-Kd-Trees SYSTEM "sgml/kd-Trees.sgml">
+++<!entity gts-Segments SYSTEM "sgml/segments.sgml">
+++<!entity gts-Edges SYSTEM "sgml/edges.sgml">
+++<!entity gts-Bounding-boxes-trees SYSTEM "sgml/bb-trees.sgml">
+++<!entity gts-Triangles SYSTEM "sgml/triangles.sgml">
+++<!entity gts-Faces SYSTEM "sgml/faces.sgml">
+++<!entity gts-Surfaces SYSTEM "sgml/surfaces.sgml">
+++<!entity gts-Simplification SYSTEM "sgml/simplify.sgml">
+++<!entity gts-Isosurfaces SYSTEM "sgml/iso.sgml">
+++<!entity gts-Delaunay-and-constrained-Delaunay-triangulations SYSTEM "sgml/delaunay.sgml">
+++<!entity gts-Boolean SYSTEM "sgml/boolean.sgml">
+++<!entity gts-HSurface SYSTEM "sgml/hsurface.sgml">
+++<!entity gts-PSurface SYSTEM "sgml/psurface.sgml">
+++<!entity gts-Object SYSTEM "sgml/object.sgml">
+++<!entity gts-misc SYSTEM "sgml/misc.sgml">
+++<!entity gts-stats SYSTEM "sgml/stats.sgml">
+++<!entity gts-Split SYSTEM "sgml/split.sgml">
+++<!entity gts-HSplit SYSTEM "sgml/hsplit.sgml">
+++<!entity gts-oocs SYSTEM "sgml/oocs.sgml">
+++<!entity gts-Container SYSTEM "sgml/container.sgml">
+++<!entity gts-Containee SYSTEM "sgml/containee.sgml">
+++<!entity gts-Graph SYSTEM "sgml/graph.sgml">
+++<!entity gts-WGraph SYSTEM "sgml/wgraph.sgml">
+++<!entity gts-PGraph SYSTEM "sgml/pgraph.sgml">
+++<!entity gts-Partition SYSTEM "sgml/partition.sgml">
+++<!entity gts-Curvature SYSTEM "sgml/curvature.sgml">
+++]>
+++
+++<book>
+++ <bookinfo>
+++ <title>GTS Library Reference Manual</title>
+++ </bookinfo>
+++
+++ <chapter>
+++ <title>Basic Macros, functions and data structures</title>
+++ >s-Heaps;
+++ >s-Extended-Heaps;
+++ >s-Fifo;
+++ >s-Vectors-and-matrices;
+++ >s-stats;
+++ >s-misc;
+++ </chapter>
+++ <chapter>
+++ <title>Geometrical Object Hierarchy</title>
+++ <para>
+++ GTS uses a simple object system implemented in C which allows all
+++ the basic paradigms of object-oriented programming: inheritance of
+++ class members and virtual functions overloading in particular.
+++ </para>
+++ <para>
+++ The class hierarchy is implemented via a hierarchy of nested C
+++ structs and type casting. In order to avoid "wild" type casts
+++ between objects belonging to incompatible classes, type casting is
+++ done through macros which check if the conversion is valid. This
+++ type checking is however relatively expensive and can be disabled
+++ on production code by omitting the GTS_CHECK_CASTS define at
+++ compile time.
+++ </para>
+++ <para>
+++ The basic geometrical objects of GTS do not have any support for
+++ attributes such as color, texture coordinates, material properties
+++ etc... which may be of interest when using GTS for graphical
+++ applications. This choice was made on purpose in order to keep GTS
+++ as general as possible. Using object inheritance it should however
+++ be easy to extend the base classes to fit your personal needs.
+++ </para>
+++ <para>
+++ When destroying geometrical objects you must keep in mind their
+++ geometrical relationships. Destroying a vertex also destroys all
+++ the edges using this particular vertex, destroying an edge
+++ destroys the triangles. Vertices, edges or faces not used by any
+++ segment, triangle or surface respectively are considered to be
+++ "floating" objects. When initially created all vertices, edges or
+++ faces are floating. Destroying a segment, triangle or surface will
+++ cause the destruction of any new floating vertex, edge or face.
+++ </para>
+++ >s-Object;
+++ >s-Container;
+++ >s-Containee;
+++ >s-Points;
+++ >s-Vertices;
+++ >s-Segments;
+++ >s-Edges;
+++ >s-Triangles;
+++ >s-Faces;
+++ >s-Surfaces;
+++ </chapter>
+++ <chapter>
+++ <title>Geometrical data structures</title>
+++ >s-Kd-Trees;
+++ >s-Bounding-boxes-trees;
+++ </chapter>
+++ <chapter>
+++ <title>Surface operations</title>
+++ >s-Boolean;
+++ >s-Simplification;
+++ >s-oocs;
+++ >s-Isosurfaces;
+++ >s-Delaunay-and-constrained-Delaunay-triangulations;
+++ >s-Curvature;
+++ </chapter>
+++ <chapter>
+++ <title>Progressive and Hierarchical surfaces</title>
+++ >s-Split;
+++ >s-PSurface;
+++ >s-HSplit;
+++ >s-HSurface;
+++ </chapter>
+++ <chapter>
+++ <title>Graph and operations on graphs</title>
+++ >s-Graph;
+++ >s-WGraph;
+++ >s-PGraph;
+++ >s-Partition;
+++ </chapter>
+++</book>
diff --cc debian/patches/series
index 0000000,0000000..a160196
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,2 @@@
++failed-tests
++gts2xyz-manpage
diff --cc debian/rules
index 3d60676,f9ee6ad..7ddfa6b
mode 100755,100644..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,27 -1,10 +1,32 @@@
#!/usr/bin/make -f
- # Uncomment this to turn on verbose mode.
- # export DH_VERBOSE=1
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
++DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-GTS_VERSION = $(shell grep -o "[0-9]*\.[0-9]*\.[0-9]*" $(CURDIR)/debian/changelog)
-DEB_DH_MAKESHLIBS_ARGS_libgts-snapshot = -- -v$(GTS_VERSION) -c0
+%:
- dh --with autotools_dev $@
++ dh $@ --with autotools_dev
-clean::
- rm -f src/predicates_init
+override_dh_auto_clean:
- rm -f src/predicates_init
+ dh_auto_clean
++ rm -f src/predicates_init test/boolean/errors
++
++override_dh_auto_configure:
++ dh_auto_configure
++ sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' \
++ debian/libgts-dev.links.in > debian/libgts-dev.links
+
+override_dh_auto_test:
- # some tests are expected to fail
++ find test/ -name '*.sh' -exec chmod +x {} +
++ dh_auto_test
+
+override_dh_auto_install:
+ dh_auto_install
- for file in debian/tmp/usr/lib/*.la; do \
++ for file in debian/tmp/usr/lib/*/*.la; do \
+ sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+ done
+
+override_dh_installchangelogs:
+ dh_installchangelogs ChangeLog
+
+override_dh_strip:
+ dh_strip -p libgts-0.7-5 --dbg-package=libgts-dbg
+ dh_strip -s --remaining-packages
diff --cc debian/symbols
index 587ccfe,0000000..625e974
mode 100644,000000..100644
--- a/debian/symbols
+++ b/debian/symbols
@@@ -1,430 -1,0 +1,431 @@@
+libgts-0.7.so.5 libgts-0.7-5 #MINVER#
+ gts_allow_floating_edges at Base 0.7.6
+ gts_allow_floating_faces at Base 0.7.6
+ gts_allow_floating_gnodes at Base 0.7.6
+ gts_allow_floating_vertices at Base 0.7.6
+ gts_bb_tree_destroy at Base 0.7.6
+ gts_bb_tree_draw at Base 0.7.6
+ gts_bb_tree_is_overlapping at Base 0.7.6
+ gts_bb_tree_new at Base 0.7.6
+ gts_bb_tree_overlap at Base 0.7.6
+ gts_bb_tree_point_closest at Base 0.7.6
+ gts_bb_tree_point_closest_bboxes at Base 0.7.6
+ gts_bb_tree_point_distance at Base 0.7.6
+ gts_bb_tree_segment_distance at Base 0.7.6
+ gts_bb_tree_stabbed at Base 0.7.6
+ gts_bb_tree_surface at Base 0.7.6
+ gts_bb_tree_surface_boundary_distance at Base 0.7.6
+ gts_bb_tree_surface_distance at Base 0.7.6
+ gts_bb_tree_traverse_overlapping at Base 0.7.6
+ gts_bb_tree_triangle_distance at Base 0.7.6
+ gts_bbox_bboxes at Base 0.7.6
+ gts_bbox_class at Base 0.7.6
+ gts_bbox_diagonal2 at Base 0.7.6
+ gts_bbox_draw at Base 0.7.6
+ gts_bbox_is_stabbed at Base 0.7.6
+ gts_bbox_new at Base 0.7.6
+ gts_bbox_overlaps_segment at Base 0.7.6
+ gts_bbox_overlaps_triangle at Base 0.7.6
+ gts_bbox_point_distance2 at Base 0.7.6
+ gts_bbox_points at Base 0.7.6
+ gts_bbox_segment at Base 0.7.6
+ gts_bbox_set at Base 0.7.6
+ gts_bbox_surface at Base 0.7.6
+ gts_bbox_triangle at Base 0.7.6
+ gts_bboxes_are_overlapping at Base 0.7.6
+ gts_binary_age at Base 0.7.6
+ gts_cluster_add at Base 0.7.6
+ gts_cluster_class at Base 0.7.6
+ gts_cluster_grid_add_triangle at Base 0.7.6
+ gts_cluster_grid_class at Base 0.7.6
+ gts_cluster_grid_new at Base 0.7.6
+ gts_cluster_grid_update at Base 0.7.6
+ gts_cluster_new at Base 0.7.6
+ gts_cluster_update at Base 0.7.6
+ gts_coarsen_stop_cost at Base 0.7.6
+ gts_coarsen_stop_number at Base 0.7.6
+ gts_color_vertex_class at Base 0.7.6
+ gts_constraint_class at Base 0.7.6
+ gts_containee_class at Base 0.7.6
+ gts_containee_is_contained at Base 0.7.6
+ gts_containee_new at Base 0.7.6
+ gts_containee_replace at Base 0.7.6
+ gts_container_add at Base 0.7.6
+ gts_container_class at Base 0.7.6
+ gts_container_foreach at Base 0.7.6
+ gts_container_new at Base 0.7.6
+ gts_container_remove at Base 0.7.6
+ gts_container_size at Base 0.7.6
+ gts_delaunay_add_constraint at Base 0.7.6
+ gts_delaunay_add_vertex at Base 0.7.6
+ gts_delaunay_add_vertex_to_face at Base 0.7.6
+ gts_delaunay_check at Base 0.7.6
+ gts_delaunay_conform at Base 0.7.6
+ gts_delaunay_refine at Base 0.7.6
+ gts_delaunay_remove_hull at Base 0.7.6
+ gts_delaunay_remove_vertex at Base 0.7.6
+ gts_edge_belongs_to_tetrahedron at Base 0.7.6
+ gts_edge_class at Base 0.7.6
+ gts_edge_collapse_creates_fold at Base 0.7.6
+ gts_edge_collapse_is_valid at Base 0.7.6
+ gts_edge_face_number at Base 0.7.6
+ gts_edge_has_any_parent_surface at Base 0.7.6
+ gts_edge_has_parent_surface at Base 0.7.6
+ gts_edge_is_boundary at Base 0.7.6
+ gts_edge_is_contact at Base 0.7.6
+ gts_edge_is_duplicate at Base 0.7.6
+ gts_edge_is_encroached at Base 0.7.6
+ gts_edge_manifold_faces at Base 0.7.6
+ gts_edge_new at Base 0.7.6
+ gts_edge_replace at Base 0.7.6
+ gts_edge_swap at Base 0.7.6
+ gts_edges_from_vertices at Base 0.7.6
+ gts_edges_merge at Base 0.7.6
+ gts_eheap_decrease_key at Base 0.7.6
+ gts_eheap_destroy at Base 0.7.6
+ gts_eheap_foreach at Base 0.7.6
+ gts_eheap_freeze at Base 0.7.6
+ gts_eheap_insert at Base 0.7.6
+ gts_eheap_insert_with_key at Base 0.7.6
+ gts_eheap_key at Base 0.7.6
+ gts_eheap_new at Base 0.7.6
+ gts_eheap_randomized at Base 0.7.6
+ gts_eheap_remove at Base 0.7.6
+ gts_eheap_remove_top at Base 0.7.6
+ gts_eheap_size at Base 0.7.6
+ gts_eheap_thaw at Base 0.7.6
+ gts_eheap_top at Base 0.7.6
+ gts_eheap_update at Base 0.7.6
+ gts_face_class at Base 0.7.6
+ gts_face_foreach_neighbor at Base 0.7.6
+ gts_face_has_parent_surface at Base 0.7.6
+ gts_face_is_compatible at Base 0.7.6
+ gts_face_neighbor_number at Base 0.7.6
+ gts_face_neighbors at Base 0.7.6
+ gts_face_new at Base 0.7.6
+ gts_faces_from_edges at Base 0.7.6
+ gts_fifo_destroy at Base 0.7.6
+ gts_fifo_foreach at Base 0.7.6
+ gts_fifo_is_empty at Base 0.7.6
+ gts_fifo_new at Base 0.7.6
+ gts_fifo_pop at Base 0.7.6
+ gts_fifo_push at Base 0.7.6
+ gts_fifo_reverse at Base 0.7.6
+ gts_fifo_size at Base 0.7.6
+ gts_fifo_top at Base 0.7.6
+ gts_fifo_write at Base 0.7.6
+ gts_file_assign_next at Base 0.7.6
+ gts_file_assign_start at Base 0.7.6
+ gts_file_assign_variables at Base 0.7.6
+ gts_file_destroy at Base 0.7.6
+ gts_file_error at Base 0.7.6
+ gts_file_first_token_after at Base 0.7.6
+ gts_file_getc at Base 0.7.6
+ gts_file_getc_scope at Base 0.7.6
++ gts_file_new_from_buffer at Base 0.7.6+darcs121130
+ gts_file_new at Base 0.7.6
+ gts_file_new_from_string at Base 0.7.6
+ gts_file_next_token at Base 0.7.6
+ gts_file_read at Base 0.7.6
+ gts_file_variable_error at Base 0.7.6
+ gts_file_verror at Base 0.7.6
+ gts_finalize at Base 0.7.6
+ gts_fnode_class at Base 0.7.6
+ gts_fnode_new at Base 0.7.6
+ gts_gedge_class at Base 0.7.6
+ gts_gedge_new at Base 0.7.6
+ gts_gedge_weight at Base 0.7.6
+ gts_gnode_class at Base 0.7.6
+ gts_gnode_degree at Base 0.7.6
+ gts_gnode_foreach_edge at Base 0.7.6
+ gts_gnode_foreach_neighbor at Base 0.7.6
+ gts_gnode_move_cost at Base 0.7.6
+ gts_gnode_new at Base 0.7.6
+ gts_gnode_split_class at Base 0.7.6
+ gts_gnode_split_collapse at Base 0.7.6
+ gts_gnode_split_expand at Base 0.7.6
+ gts_gnode_split_new at Base 0.7.6
+ gts_gnode_weight at Base 0.7.6
+ gts_graph_bfgg_bisection at Base 0.7.6
+ gts_graph_bisection_bkl_refine at Base 0.7.6
+ gts_graph_bisection_check at Base 0.7.6
+ gts_graph_bisection_destroy at Base 0.7.6
+ gts_graph_bisection_kl_refine at Base 0.7.6
+ gts_graph_bisection_new at Base 0.7.6
+ gts_graph_bubble_partition at Base 0.7.6
+ gts_graph_class at Base 0.7.6
+ gts_graph_distance_sum at Base 0.7.6
+ gts_graph_edges_cut at Base 0.7.6
+ gts_graph_edges_cut_weight at Base 0.7.6
+ gts_graph_farthest at Base 0.7.6
+ gts_graph_foreach_edge at Base 0.7.6
+ gts_graph_ggg_bisection at Base 0.7.6
+ gts_graph_new at Base 0.7.6
+ gts_graph_partition_balance at Base 0.7.6
+ gts_graph_partition_clone at Base 0.7.6
+ gts_graph_partition_destroy at Base 0.7.6
+ gts_graph_partition_edges_cut at Base 0.7.6
+ gts_graph_partition_edges_cut_weight at Base 0.7.6
+ gts_graph_partition_print_stats at Base 0.7.6
+ gts_graph_print_stats at Base 0.7.6
+ gts_graph_read at Base 0.7.6
+ gts_graph_read_jostle at Base 0.7.6
+ gts_graph_recursive_bisection at Base 0.7.6
+ gts_graph_traverse_destroy at Base 0.7.6
+ gts_graph_traverse_new at Base 0.7.6
+ gts_graph_traverse_next at Base 0.7.6
+ gts_graph_traverse_what_next at Base 0.7.6
+ gts_graph_weight at Base 0.7.6
+ gts_graph_write at Base 0.7.6
+ gts_graph_write_dot at Base 0.7.6
+ gts_grid_plane_destroy at Base 0.7.6
+ gts_grid_plane_new at Base 0.7.6
+ gts_hash_container_class at Base 0.7.6
+ gts_heap_destroy at Base 0.7.6
+ gts_heap_foreach at Base 0.7.6
+ gts_heap_freeze at Base 0.7.6
+ gts_heap_insert at Base 0.7.6
+ gts_heap_new at Base 0.7.6
+ gts_heap_remove_top at Base 0.7.6
+ gts_heap_size at Base 0.7.6
+ gts_heap_thaw at Base 0.7.6
+ gts_heap_top at Base 0.7.6
+ gts_hsplit_class at Base 0.7.6
+ gts_hsplit_collapse at Base 0.7.6
+ gts_hsplit_expand at Base 0.7.6
+ gts_hsplit_force_expand at Base 0.7.6
+ gts_hsplit_new at Base 0.7.6
+ gts_hsurface_class at Base 0.7.6
+ gts_hsurface_foreach at Base 0.7.6
+ gts_hsurface_height at Base 0.7.6
+ gts_hsurface_new at Base 0.7.6
+ gts_hsurface_traverse at Base 0.7.6
+ gts_interface_age at Base 0.7.6
+ gts_iso_slice_destroy at Base 0.7.6
+ gts_iso_slice_fill at Base 0.7.6
+ gts_iso_slice_fill_cartesian at Base 0.7.6
+ gts_iso_slice_new at Base 0.7.6
+ gts_isosurface_cartesian at Base 0.7.6
+ gts_isosurface_slice at Base 0.7.6
+ gts_isosurface_tetra at Base 0.7.6
+ gts_isosurface_tetra_bcl at Base 0.7.6
+ gts_isosurface_tetra_bounded at Base 0.7.6
+ gts_kdtree_new at Base 0.7.6
+ gts_kdtree_range at Base 0.7.6
+ gts_list_face_class at Base 0.7.6
+ gts_major_version at Base 0.7.6
+ gts_matrix3_inverse at Base 0.7.6
+ gts_matrix_assign at Base 0.7.6
+ gts_matrix_compatible_row at Base 0.7.6
+ gts_matrix_destroy at Base 0.7.6
+ gts_matrix_determinant at Base 0.7.6
+ gts_matrix_identity at Base 0.7.6
+ gts_matrix_inverse at Base 0.7.6
+ gts_matrix_new at Base 0.7.6
+ gts_matrix_print at Base 0.7.6
+ gts_matrix_product at Base 0.7.6
+ gts_matrix_projection at Base 0.7.6
+ gts_matrix_quadratic_optimization at Base 0.7.6
+ gts_matrix_rotate at Base 0.7.6
+ gts_matrix_scale at Base 0.7.6
+ gts_matrix_translate at Base 0.7.6
+ gts_matrix_transpose at Base 0.7.6
+ gts_matrix_zero at Base 0.7.6
+ gts_micro_version at Base 0.7.6
+ gts_minor_version at Base 0.7.6
+ gts_nedge_class at Base 0.7.6
+ gts_nface_class at Base 0.7.6
+ gts_ngnode_class at Base 0.7.6
+ gts_ngnode_new at Base 0.7.6
+ gts_nvertex_class at Base 0.7.6
+ gts_object_attributes at Base 0.7.6
+ gts_object_check_cast at Base 0.7.6
+ gts_object_class at Base 0.7.6
+ gts_object_class_check_cast at Base 0.7.6
+ gts_object_class_from_name at Base 0.7.6
+ gts_object_class_new at Base 0.7.6
+ gts_object_clone at Base 0.7.6
+ gts_object_destroy at Base 0.7.6
+ gts_object_init at Base 0.7.6
+ gts_object_new at Base 0.7.6
+ gts_object_reset_reserved at Base 0.7.6
+ gts_pgedge_class at Base 0.7.6
+ gts_pgedge_new at Base 0.7.6
+ gts_pgraph_add_node at Base 0.7.6
+ gts_pgraph_class at Base 0.7.6
+ gts_pgraph_down at Base 0.7.6
+ gts_pgraph_get_node_number at Base 0.7.6
+ gts_pgraph_max_node_number at Base 0.7.6
+ gts_pgraph_min_node_number at Base 0.7.6
+ gts_pgraph_new at Base 0.7.6
+ gts_pgraph_remove_node at Base 0.7.6
+ gts_pgraph_set_node_number at Base 0.7.6
+ gts_pnode_class at Base 0.7.6
+ gts_pnode_new at Base 0.7.6
+ gts_point_class at Base 0.7.6
+ gts_point_distance2 at Base 0.7.6
+ gts_point_distance at Base 0.7.6
+ gts_point_in_circle at Base 0.7.6
+ gts_point_in_sphere at Base 0.7.6+darcs080704
+ gts_point_in_triangle_circle at Base 0.7.6
+ gts_point_is_in_triangle at Base 0.7.6
+ gts_point_is_inside_surface at Base 0.7.6
+ gts_point_locate at Base 0.7.6
+ gts_point_new at Base 0.7.6
+ gts_point_orientation at Base 0.7.6
+ gts_point_orientation_3d at Base 0.7.6
+ gts_point_orientation_3d_sos at Base 0.7.6
+ gts_point_orientation_sos at Base 0.7.6
+ gts_point_segment_closest at Base 0.7.6
+ gts_point_segment_distance2 at Base 0.7.6
+ gts_point_segment_distance at Base 0.7.6
+ gts_point_set at Base 0.7.6
+ gts_point_transform at Base 0.7.6
+ gts_point_triangle_closest at Base 0.7.6
+ gts_point_triangle_distance2 at Base 0.7.6
+ gts_point_triangle_distance at Base 0.7.6
+ gts_psurface_add_vertex at Base 0.7.6
+ gts_psurface_class at Base 0.7.6
+ gts_psurface_close at Base 0.7.6
+ gts_psurface_foreach_vertex at Base 0.7.6
+ gts_psurface_get_vertex_number at Base 0.7.6
+ gts_psurface_max_vertex_number at Base 0.7.6
+ gts_psurface_min_vertex_number at Base 0.7.6
+ gts_psurface_new at Base 0.7.6
+ gts_psurface_open at Base 0.7.6
+ gts_psurface_read_vertex at Base 0.7.6
+ gts_psurface_remove_vertex at Base 0.7.6
+ gts_psurface_set_vertex_number at Base 0.7.6
+ gts_psurface_write at Base 0.7.6
+ gts_range_add_value at Base 0.7.6
+ gts_range_init at Base 0.7.6
+ gts_range_print at Base 0.7.6
+ gts_range_reset at Base 0.7.6
+ gts_range_update at Base 0.7.6
+ gts_segment_class at Base 0.7.6
+ gts_segment_is_duplicate at Base 0.7.6
+ gts_segment_is_ok at Base 0.7.6
+ gts_segment_midvertex at Base 0.7.6
+ gts_segment_new at Base 0.7.6
+ gts_segment_triangle_intersection at Base 0.7.6
+ gts_segments_are_intersecting at Base 0.7.6
+ gts_segments_from_vertices at Base 0.7.6
+ gts_segments_graph_new at Base 0.7.6
+ gts_slist_containee_class at Base 0.7.6
+ gts_slist_container_class at Base 0.7.6
+ gts_split_class at Base 0.7.6
+ gts_split_collapse at Base 0.7.6
+ gts_split_expand at Base 0.7.6
+ gts_split_height at Base 0.7.6
+ gts_split_new at Base 0.7.6
+ gts_split_traverse at Base 0.7.6
+ gts_surface_add_face at Base 0.7.6
+ gts_surface_area at Base 0.7.6
+ gts_surface_boundary at Base 0.7.6
+ gts_surface_center_of_area at Base 0.7.6
+ gts_surface_center_of_mass at Base 0.7.6
+ gts_surface_class at Base 0.7.6
+ gts_surface_coarsen at Base 0.7.6
+ gts_surface_copy at Base 0.7.6
+ gts_surface_distance at Base 0.7.6
+ gts_surface_edge_number at Base 0.7.6
+ gts_surface_face_number at Base 0.7.6
+ gts_surface_foreach_edge at Base 0.7.6
+ gts_surface_foreach_face at Base 0.7.6
+ gts_surface_foreach_face_remove at Base 0.7.6
+ gts_surface_foreach_intersecting_face at Base 0.7.6
+ gts_surface_foreach_vertex at Base 0.7.6
+ gts_surface_generate_sphere at Base 0.7.6
+ gts_surface_graph_new at Base 0.7.6
+ gts_surface_graph_surface at Base 0.7.6
+ gts_surface_inter_boolean at Base 0.7.6
+ gts_surface_inter_check at Base 0.7.6
+ gts_surface_inter_class at Base 0.7.6
+ gts_surface_inter_new at Base 0.7.6
+ gts_surface_intersection at Base 0.7.6
+ gts_surface_is_closed at Base 0.7.6
+ gts_surface_is_manifold at Base 0.7.6
+ gts_surface_is_orientable at Base 0.7.6
+ gts_surface_is_self_intersecting at Base 0.7.6
+ gts_surface_merge at Base 0.7.6
+ gts_surface_new at Base 0.7.6
+ gts_surface_print_stats at Base 0.7.6
+ gts_surface_quality_stats at Base 0.7.6
+ gts_surface_read at Base 0.7.6
+ gts_surface_refine at Base 0.7.6
+ gts_surface_remove_face at Base 0.7.6
+ gts_surface_split at Base 0.7.6
+ gts_surface_stats at Base 0.7.6
+ gts_surface_strip at Base 0.7.6
+ gts_surface_tessellate at Base 0.7.6
+ gts_surface_traverse_destroy at Base 0.7.6
+ gts_surface_traverse_new at Base 0.7.6
+ gts_surface_traverse_next at Base 0.7.6
+ gts_surface_vertex_number at Base 0.7.6
+ gts_surface_volume at Base 0.7.6
+ gts_surface_write at Base 0.7.6
+ gts_surface_write_oogl at Base 0.7.6
+ gts_surface_write_oogl_boundary at Base 0.7.6
+ gts_surface_write_vtk at Base 0.7.6
+ gts_triangle_area at Base 0.7.6
+ gts_triangle_circumcircle_center at Base 0.7.6
+ gts_triangle_class at Base 0.7.6
+ gts_triangle_edge_opposite at Base 0.7.6
+ gts_triangle_enclosing at Base 0.7.6
+ gts_triangle_interpolate_height at Base 0.7.6
+ gts_triangle_is_duplicate at Base 0.7.6
+ gts_triangle_is_ok at Base 0.7.6
+ gts_triangle_is_stabbed at Base 0.7.6
+ gts_triangle_neighbor_number at Base 0.7.6
+ gts_triangle_neighbors at Base 0.7.6
+ gts_triangle_new at Base 0.7.6
+ gts_triangle_normal at Base 0.7.6
+ gts_triangle_orientation at Base 0.7.6
+ gts_triangle_perimeter at Base 0.7.6
+ gts_triangle_quality at Base 0.7.6
+ gts_triangle_revert at Base 0.7.6
+ gts_triangle_set at Base 0.7.6
+ gts_triangle_use_edges at Base 0.7.6
+ gts_triangle_vertex_opposite at Base 0.7.6
+ gts_triangle_vertices at Base 0.7.6
+ gts_triangle_vertices_edges at Base 0.7.6
+ gts_triangles_angle at Base 0.7.6
+ gts_triangles_are_compatible at Base 0.7.6
+ gts_triangles_are_folded at Base 0.7.6
+ gts_triangles_common_edge at Base 0.7.6
+ gts_triangles_from_edges at Base 0.7.6
+ gts_vector4_print at Base 0.7.6
+ gts_vector_print at Base 0.7.6
+ gts_vertex_class at Base 0.7.6
+ gts_vertex_encroaches_edge at Base 0.7.6
+ gts_vertex_faces at Base 0.7.6
+ gts_vertex_fan_oriented at Base 0.7.6
+ gts_vertex_gaussian_curvature at Base 0.7.6
+ gts_vertex_is_boundary at Base 0.7.6
+ gts_vertex_is_contact at Base 0.7.6
+ gts_vertex_is_unattached at Base 0.7.6
+ gts_vertex_mean_curvature_normal at Base 0.7.6
+ gts_vertex_neighbors at Base 0.7.6
+ gts_vertex_new at Base 0.7.6
+ gts_vertex_normal_class at Base 0.7.6
+ gts_vertex_principal_curvatures at Base 0.7.6
+ gts_vertex_principal_directions at Base 0.7.6
+ gts_vertex_replace at Base 0.7.6
+ gts_vertex_triangles at Base 0.7.6
+ gts_vertices_are_connected at Base 0.7.6
+ gts_vertices_from_segments at Base 0.7.6
+ gts_vertices_merge at Base 0.7.6
+ gts_volume_optimized_cost at Base 0.7.6
+ gts_volume_optimized_vertex at Base 0.7.6
+ gts_wgedge_class at Base 0.7.6
+ gts_wgedge_new at Base 0.7.6
+ gts_wgnode_class at Base 0.7.6
+ gts_wgnode_new at Base 0.7.6
+ gts_wgraph_class at Base 0.7.6
+ gts_wgraph_weight_max at Base 0.7.6
+ incircle at Base 0.7.6
+ insphere at Base 0.7.6
+ orient2d at Base 0.7.6
+ orient3d at Base 0.7.6
+ planeBoxOverlap at Base 0.7.6
+ triBoxOverlap at Base 0.7.6
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gts.git
More information about the debian-science-commits
mailing list