[gts] 07/25: Import Debian patch 0.7.6-1

Andreas Tille tille at debian.org
Tue Jan 31 12:40:36 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 b871638734ecfa8ccc05534809a26442ee8a6b5a
Merge: fc535cb 929c75b
Author: Marcelo E. Magallon <mmagallo at debian.org>
Date:   Mon May 8 19:13:50 2006 -0600

    Import Debian patch 0.7.6-1

 AUTHORS                                            |     1 +
 ChangeLog                                          |  3150 +----
 Makefile.am                                        |    13 +-
 Makefile.in                                        |   283 +-
 NEWS                                               |    32 +
 THANKS                                             |     3 +
 aclocal.m4                                         | 12649 ++++++++++---------
 config.guess                                       |   581 +-
 config.sub                                         |   112 +-
 configure                                          |  2014 ++-
 configure.in                                       |     7 +-
 debian/changelog                                   |    12 +
 debian/compat                                      |     2 +-
 debian/control                                     |     8 +-
 .../{libgts-0.7-1.install => libgts-0.7-5.install} |     2 +-
 debian/libgts-dev.examples                         |     1 +
 debian/libgts-dev.install                          |     1 +
 debian/rules                                       |     3 +-
 depcomp                                            |    57 +-
 doc/Makefile.in                                    |    87 +-
 doc/html/book1.html                                |   319 +
 doc/html/c10545.html                               |   160 +
 doc/html/c12206.html                               |   180 +
 doc/html/c15264.html                               |   170 +
 doc/html/c17114.html                               |   170 +
 doc/html/c2915.html                                |   232 +
 doc/html/c4.html                                   |   180 +
 doc/html/gts-binary-heaps.html                     |  1071 ++
 doc/html/gts-boolean-operations.html               |  1631 +++
 doc/html/gts-bounding-boxes-trees.html             |  5621 ++++++++
 doc/html/gts-containee-classes.html                |  1075 ++
 doc/html/gts-container-classes.html                |  1447 +++
 ...ay-and-constrained-delaunay-triangulations.html |  2046 +++
 doc/html/gts-differential-geometry-operators.html  |   960 ++
 doc/html/gts-edges.html                            |  2651 ++++
 doc/html/gts-extended-binary-heaps.html            |  2091 +++
 doc/html/gts-faces.html                            |  1593 +++
 doc/html/gts-first-in-first-out-heaps.html         |  1167 ++
 doc/html/gts-graph-class.html                      |  5154 ++++++++
 doc/html/gts-graph-partitioning.html               |  2392 ++++
 doc/html/gts-hierarchical-surfaces.html            |  1520 +++
 doc/html/gts-hierarchical-vertex-split.html        |  1088 ++
 doc/html/gts-isosurfaces-from-3d-functions.html    |  2550 ++++
 doc/html/gts-kd-trees.html                         |   528 +
 .../gts-miscellaneous-macros-and-functions.html    |  1946 +++
 doc/html/gts-object-class.html                     |  2838 +++++
 doc/html/gts-out-of-core-simplification.html       |  2086 +++
 doc/html/gts-points.html                           |  4021 ++++++
 doc/html/gts-progressive-graph.html                |  2498 ++++
 doc/html/gts-progressive-surfaces.html             |  2559 ++++
 doc/html/gts-segments.html                         |  1647 +++
 doc/html/gts-simple-statistics.html                |   823 ++
 .../gts-surface-simplification-and-refinement.html |  2302 ++++
 doc/html/gts-surfaces.html                         |  5639 +++++++++
 doc/html/gts-triangles.html                        |  4554 +++++++
 doc/html/gts-vectors-and-matrices.html             |  3819 ++++++
 doc/html/gts-vertex-split.html                     |  1822 +++
 doc/html/gts-vertices.html                         |  2528 ++++
 doc/html/gts-weighted-graph.html                   |  1399 ++
 examples/Makefile.am                               |     9 +-
 examples/Makefile.in                               |   452 +-
 examples/cartesian.c                               |     6 +-
 examples/cleanup.c                                 |     4 +
 examples/coarsen.c                                 |     4 +
 examples/delaunay.c                                |     4 +
 examples/gtstoc.c                                  |     4 +
 examples/happrox.c                                 |    34 +-
 examples/iso.c                                     |     4 +
 examples/merge.c                                   |     4 +
 examples/oocs.c                                    |     4 +
 examples/optimize.c                                |     4 +
 examples/partition.c                               |     4 +
 examples/refine.c                                  |     4 +
 examples/set.c                                     |     4 +
 examples/smooth.c                                  |     4 +
 examples/sphere.c                                  |     4 +
 examples/split.c                                   |     4 +
 examples/stripe.c                                  |     4 +
 examples/transform.c                               |     4 +
 examples/traverse.c                                |     4 +
 examples/volume.c                                  |     4 +
 gts.spec.in                                        |    75 +
 install-sh                                         |   477 +-
 ltmain.sh                                          |   731 +-
 missing                                            |    54 +-
 mkinstalldirs                                      |   111 -
 src/Makefile.am                                    |     3 +-
 src/Makefile.in                                    |   311 +-
 src/bbtree.c                                       |   107 +-
 src/cdt.c                                          |    34 +-
 src/face.c                                         |    32 +
 src/graph.c                                        |     2 +-
 src/gts-private.h                                  |     2 -
 src/gts.def                                        |     7 +
 src/gts.h                                          |   132 +-
 src/gts.m4                                         |     2 +-
 src/gtsconfig.h                                    |     2 +-
 src/isotetra.c                                     |    56 +-
 src/misc.c                                         |   113 +-
 src/object.c                                       |     2 +-
 src/oocs.c                                         |     8 +-
 src/point.c                                        |   112 -
 src/rounding.h                                     |     2 +-
 src/surface.c                                      |    32 +-
 src/triangle.c                                     |    46 +-
 src/tribox3.c                                      |   192 +
 test/Makefile.in                                   |   147 +-
 test/boolean/Makefile.in                           |   229 +-
 test/boolean/surfaces/.arch-ids/.cvsignore.id      |     1 -
 test/boolean/surfaces/.arch-ids/1.gts.id           |     1 -
 test/boolean/surfaces/.arch-ids/2.gts.id           |     1 -
 test/boolean/surfaces/.arch-ids/=id                |     1 -
 test/boolean/surfaces/.arch-ids/a10.gts.id         |     1 -
 test/boolean/surfaces/.arch-ids/a23.gts.id         |     1 -
 test/boolean/surfaces/.arch-ids/a24.gts.id         |     1 -
 test/boolean/surfaces/.arch-ids/a25.gts.id         |     1 -
 test/boolean/surfaces/.arch-ids/a8.gts.id          |     1 -
 test/boolean/surfaces/.arch-ids/a9.gts.id          |     1 -
 test/boolean/surfaces/.arch-ids/b10.gts.id         |     1 -
 test/boolean/surfaces/.arch-ids/b23.gts.id         |     1 -
 test/boolean/surfaces/.arch-ids/b24.gts.id         |     1 -
 test/boolean/surfaces/.arch-ids/b25.gts.id         |     1 -
 test/boolean/surfaces/.arch-ids/b8.gts.id          |     1 -
 test/boolean/surfaces/.arch-ids/b9.gts.id          |     1 -
 test/boolean/surfaces/.arch-ids/cube.id            |     1 -
 test/boolean/surfaces/.arch-ids/cube1.id           |     1 -
 test/boolean/surfaces/.arch-ids/cube10.id          |     1 -
 test/boolean/surfaces/.arch-ids/cube2.id           |     1 -
 test/boolean/surfaces/.arch-ids/cube4.id           |     1 -
 test/boolean/surfaces/.arch-ids/cube5.id           |     1 -
 test/boolean/surfaces/.arch-ids/cube6.id           |     1 -
 test/boolean/surfaces/.arch-ids/cube7.id           |     1 -
 test/boolean/surfaces/.arch-ids/cube8.id           |     1 -
 test/boolean/surfaces/.arch-ids/cube9.id           |     1 -
 test/boolean/surfaces/.arch-ids/cutter.id          |     1 -
 test/boolean/surfaces/.arch-ids/gts-crash.gts.id   |     1 -
 test/boolean/surfaces/.arch-ids/gts-crash1.gts.id  |     1 -
 test/boolean/surfaces/.arch-ids/horse4.gts.id      |     1 -
 test/boolean/surfaces/.arch-ids/horse5.gts.id      |     1 -
 test/boolean/surfaces/.arch-ids/horse6.gts.id      |     1 -
 test/boolean/surfaces/.arch-ids/loc1.id            |     1 -
 test/boolean/surfaces/.arch-ids/loc2.id            |     1 -
 test/boolean/surfaces/.arch-ids/p1.id              |     1 -
 test/boolean/surfaces/.arch-ids/p2.id              |     1 -
 test/boolean/surfaces/.arch-ids/sphere.gts.id      |     1 -
 test/boolean/surfaces/.arch-ids/sponge.id          |     1 -
 test/boolean/surfaces/.arch-ids/t1.id              |     1 -
 test/boolean/surfaces/.arch-ids/t10.id             |     1 -
 test/boolean/surfaces/.arch-ids/t11.id             |     1 -
 test/boolean/surfaces/.arch-ids/t12.id             |     1 -
 test/boolean/surfaces/.arch-ids/t13.id             |     1 -
 test/boolean/surfaces/.arch-ids/t14.id             |     1 -
 test/boolean/surfaces/.arch-ids/t15.id             |     1 -
 test/boolean/surfaces/.arch-ids/t16.id             |     1 -
 test/boolean/surfaces/.arch-ids/t17.id             |     1 -
 test/boolean/surfaces/.arch-ids/t18.id             |     1 -
 test/boolean/surfaces/.arch-ids/t19.id             |     1 -
 test/boolean/surfaces/.arch-ids/t2.id              |     1 -
 test/boolean/surfaces/.arch-ids/t20.id             |     1 -
 test/boolean/surfaces/.arch-ids/t21.id             |     1 -
 test/boolean/surfaces/.arch-ids/t22.id             |     1 -
 test/boolean/surfaces/.arch-ids/t23.id             |     1 -
 test/boolean/surfaces/.arch-ids/t24.id             |     1 -
 test/boolean/surfaces/.arch-ids/t25.id             |     1 -
 test/boolean/surfaces/.arch-ids/t26.id             |     1 -
 test/boolean/surfaces/.arch-ids/t27.id             |     1 -
 test/boolean/surfaces/.arch-ids/t28.id             |     1 -
 test/boolean/surfaces/.arch-ids/t29.id             |     1 -
 test/boolean/surfaces/.arch-ids/t3.id              |     1 -
 test/boolean/surfaces/.arch-ids/t30.id             |     1 -
 test/boolean/surfaces/.arch-ids/t31.id             |     1 -
 test/boolean/surfaces/.arch-ids/t32.id             |     1 -
 test/boolean/surfaces/.arch-ids/t4.id              |     1 -
 test/boolean/surfaces/.arch-ids/t5.id              |     1 -
 test/boolean/surfaces/.arch-ids/t6.id              |     1 -
 test/boolean/surfaces/.arch-ids/t7.id              |     1 -
 test/boolean/surfaces/.arch-ids/t9.id              |     1 -
 test/boolean/test.sh                               |     0
 test/coarsen/Makefile.in                           |   251 +-
 test/coarsen/flat.sh                               |     0
 test/coarsen/flat1.sh                              |     0
 test/delaunay/Makefile.in                          |   218 +-
 test/delaunay/cartesian.sh                         |     0
 test/delaunay/cartesian_speed.sh                   |     0
 test/delaunay/random_speed.sh                      |     0
 test/delaunay/too_close.sh                         |     0
 test/delaunay/two_segments.sh                      |     0
 tools/Makefile.in                                  |   270 +-
 tools/gts2dxf.c                                    |     5 +
 tools/gts2oogl.c                                   |     4 +
 tools/gts2stl.c                                    |     4 +
 tools/gtscheck.c                                   |     5 +
 tools/gtscompare.c                                 |     4 +
 tools/gtstemplate                                  |     0
 tools/stl2gts.c                                    |    19 +-
 195 files changed, 87647 insertions(+), 12291 deletions(-)

diff --cc debian/changelog
index 8130648,0000000..c38154a
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,86 -1,0 +1,98 @@@
++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/compat
index b8626c4,0000000..7ed6ff8
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 4
++5
diff --cc debian/control
index 3cf3a7b,0000000..02d6774
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,46 -1,0 +1,46 @@@
 +Source: gts
 +Section: math
 +Priority: optional
 +Maintainer: Marcelo E. Magallon <mmagallo at debian.org>
- Standards-Version: 3.6.1
- Build-Depends: debhelper (>= 4), libglib2.0-dev, autotools-dev, gtk-doc-tools (>= 1.3-4)
++Standards-Version: 3.7.2
++Build-Depends: debhelper (>= 5), libglib2.0-dev, autotools-dev, gtk-doc-tools (>= 1.3-4)
 +
 +Package: libgts-dev
 +Section: devel
 +Priority: optional
 +Architecture: any
- Depends: libc6-dev, ${shlibs:Depends}, libgts-0.7-1 (= ${Source-Version}), libglib2.0-dev
++Depends: libc6-dev, ${shlibs:Depends}, libgts-0.7-5 (= ${Source-Version}), libglib2.0-dev
 +Suggests: libgts-doc
 +Description: GNU Triangulated Surface Library
 + 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.
 +
- Package: libgts-0.7-1
++Package: libgts-0.7-5
 +Section: devel
 +Priority: optional
 +Architecture: any
 +Depends: libc6-dev, ${shlibs:Depends}
 +Conflicts: libgts-dev (<< 0.7.1)
 +Replaces: libgts-dev (<< 0.7.1)
 +Description: GNU Triangulated Surface Library -- runtime environment
 + GTS includes a number of useful functions to deal with triangulated
 + surfaces.  Refer to the libgts-dev package description for more
 + details.
 + .
 + This package provides runtime support for GTS
 +
 +Package: libgts-doc
 +Section: doc
 +Priority: optional
 +Architecture: all
 +Depends: lynx | www-browser
 +Description: GNU Triangulated Surface Library documentation
 + GTS includes a number of useful functions to deal with triangulated
 + surfaces.  Refer to the libgts-dev package description for more
 + details.
 + .
 + This package contains the GTS Referece, in HTML format.
diff --cc debian/libgts-0.7-5.install
index 439b6a1,0000000..7f8fa88
mode 100644,000000..100644
--- a/debian/libgts-0.7-5.install
+++ b/debian/libgts-0.7-5.install
@@@ -1,10 -1,0 +1,10 @@@
 +usr/bin/gts2oogl
 +usr/bin/gtscheck
 +usr/bin/gtscompare
 +usr/bin/gtstemplate
 +usr/bin/stl2gts
 +usr/bin/gtstransform
++usr/bin/delaunay
 +usr/lib/*.so.*
- usr/lib/pkgconfig/*.pc
 +usr/bin/gts2dxf
 +usr/bin/gts2stl
diff --cc debian/libgts-dev.examples
index 0000000,0000000..43ec862
new file mode 100644
--- /dev/null
+++ b/debian/libgts-dev.examples
@@@ -1,0 -1,0 +1,1 @@@
++examples/*.c
diff --cc debian/libgts-dev.install
index ea06604,0000000..f1dce7b
mode 100644,000000..100644
--- a/debian/libgts-dev.install
+++ b/debian/libgts-dev.install
@@@ -1,6 -1,0 +1,7 @@@
 +usr/bin/gts-config
++usr/lib/pkgconfig/*.pc
 +usr/include/*
 +usr/lib/*.so
 +usr/lib/*.a
 +usr/lib/*.la
 +usr/share/aclocal/*
diff --cc debian/rules
index 0545c46,0000000..992a69d
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,103 -1,0 +1,102 @@@
 +#!/usr/bin/make -f
 +# Sample debian/rules that uses debhelper.
 +# GNU copyright 1997 to 1999 by Joey Hess.
 +
 +export DH_VERBOSE
 +export DH_OPTIONS
- export DH_COMPAT=4
 +
 +ARCH=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 +
 +CFLAGS = -O2 -Wall
 +
 +ifeq ($(ARCH),alpha-linux)
 +  CFLAGS += -mieee
 +endif
 +
 +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 +CFLAGS += -g
 +endif
 +
 +DTMPDIR=$(CURDIR)/debian/tmp
 +
 +CONFIG_GUESS := /usr/share/misc/config.guess
 +CONFIG_SUB   := /usr/share/misc/config.sub
 +
 +build: build-stamp
 +build-stamp:
 +	dh_testdir
 +
 +	cp $(CONFIG_GUESS) .
 +	cp $(CONFIG_SUB) .
 +	CFLAGS="$(CFLAGS)" ./configure \
 +		--prefix=/usr --mandir=\$${prefix}/share/man \
 +		--infodir=\$${prefix}/share/info \
 +		$(ARCH)
 +	$(MAKE)
 +	$(MAKE) -C doc scan templates sgml html
 +
 +	touch build-stamp
 +
 +clean:
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-stamp
 +
 +	-$(MAKE) distclean
 +
 +	$(RM) $(patsubst %.in, %, $(shell find -name Makefile.in))
 +	$(RM) config.guess config.sub
 +
 +	$(RM) src/predicates_init
 +
 +	cd doc && rm -rf gts-decl-list.txt gts-decl.txt gts-docs.sgml gts-overrides.txt gts-sections.txt gts-undocumented.txt gts-unused.txt html sgml sgml.stamp tmpl tmpl.stamp html.stamp
 +
 +	dh_clean
 +
 +install: build
 +	dh_testdir
 +	dh_testroot
 +	dh_clean -k
 +	dh_installdirs -a
 +
 +	$(MAKE) install DESTDIR=$(DTMPDIR)
 +	mv $(DTMPDIR)/usr/bin/transform $(DTMPDIR)/usr/bin/gtstransform
 +
 +# Build architecture-dependent files here.
 +binary-indep: DH_OPTIONS=-i
 +binary-indep:
 +	dh_testdir
 +	dh_testroot
 +	dh_clean -k
 +	dh_installdirs -plibgts-doc usr/share/doc/libgts-doc/html
 +	cp -a doc/html/*.html debian/libgts-doc/usr/share/doc/libgts-doc/html
 +	dh_installdocs
 +	dh_installchangelogs 
 +	dh_compress
 +	dh_fixperms
 +	dh_installdeb
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary-arch: DH_OPTIONS=-a
 +binary-arch: build install
 +#	dh_testversion
 +	dh_testdir
 +	dh_testroot
 +	dh_install --sourcedir=debian/tmp --list-missing
 +	dh_installdocs NEWS README TODO
 +#	dh_installman
 +	dh_installchangelogs ChangeLog
 +	dh_strip
 +	dh_compress
 +	dh_fixperms
- 	dh_makeshlibs -V 'libgts-0.7-1 (>> 0.7.3)'
++	dh_makeshlibs -V 'libgts-0.7-5 (>> 0.7.6)'
 +	dh_installdeb
 +	dh_shlibdeps
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary: binary-indep binary-arch
 +.PHONY: build clean binary-indep binary-arch binary install

-- 
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