[sfcgal] branch jessie-backports updated (2b5689a -> 881d66b)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Jan 15 16:14:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch jessie-backports
in repository sfcgal.
from 2b5689a branch for jessie-backports
adds 0c9fa58 Update symbols for mips(el) and armhf
adds 08f9bc0 Imported Upstream version 1.2.0
adds 5ff97f9 Merge tag 'upstream/1.2.0'
adds a47daa4 New upstream release.
adds 27ca383 Update copyright file, add copyright holders for new files.
adds 59a357c Reorder configure options.
adds 0321eda Install NEWS file as upstream changelog.
adds 6d5bbfc Use -DCMAKE_BUILD_TYPE=RelWithDebInfo instead of None.
adds c98b7fc Update symbols for amd64.
adds d963a10 Explicitly remove .la files, not installed.
adds c06e9e3 Explicitly remove test executables, not installed.
adds 86bfc60 Update hardening-no-fortify-functions lintian override.
adds 57d9ff7 Add sfcgal-dbg package for debug symbols.
adds 9d54649 Set distribution to experimental.
adds 07dcf3a Update symbols for other architectures
adds dcc15a0 Imported Upstream version 1.2.1
adds 5e97c83 Merge tag 'upstream/1.2.1'
adds b9ac380 New upstream release which fixes a compile error on libcgal 4.7 (Closes: #804589)
adds 77bf0e3 Fix changelog attribution.
adds 1ba8d67 Update SFCGAL 1.2.1 symbols for amd64.
adds 077236f Update symbols for other architectures
adds d751690 Set distribution to unstable.
adds 0aa3410 Move from experimental to unstable.
adds 1a582e8 Update symbols for other architectures
adds 3abc54a Imported Upstream version 1.2.2
adds 0f45381 Merge tag 'upstream/1.2.2'
adds 2ada8b3 New upstream release.
adds 47b03b7 Set distribution to experimental.
adds fa3fe53 Update symbols for other architectures.
adds 66cd21c Move from experimental to unstable.
new 240a1d9 Merge tag 'debian/1.2.2-1' into jessie-backports
new 881d66b Rebuild for jessie-backports.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 21 +-
.travis.yml | 23 +
CMakeLists.txt | 11 +-
NEWS | 20 +-
cmake/Modules/FindCGAL.cmake | 3 +-
debian/changelog | 68 +-
debian/control | 20 +-
debian/copyright | 13 +-
debian/libsfcgal1.lintian-overrides | 3 +-
debian/libsfcgal1.symbols | 9807 ++++++++------------
...g-errors-accourding-to-lintian-tool-of-th.patch | 82 -
...T_VARIANT_USE_RELAXED_GET_BY_DEFAULT-in-c.patch | 29 -
debian/patches/0003-style-test-is-not-robust.patch | 29 -
debian/patches/series | 3 -
debian/rules | 22 +-
src/Exception.h | 2 +-
src/algorithm/Intersection3D.cpp | 12 +-
src/algorithm/connection.cpp | 2 +-
src/algorithm/covers.h | 2 +-
src/algorithm/difference.cpp | 1 -
src/algorithm/difference.h | 2 +-
src/algorithm/differencePrimitives.h | 8 +-
src/algorithm/intersection.h | 2 +-
src/algorithm/intersects.cpp | 4 +-
src/algorithm/intersects.h | 2 +-
src/algorithm/isValid.cpp | 12 +
src/algorithm/minkowskiSum.cpp | 8 +
src/algorithm/straightSkeleton.cpp | 137 +-
src/algorithm/straightSkeleton.h | 16 +-
src/algorithm/translate.cpp | 12 +
src/algorithm/translate.h | 7 +-
src/algorithm/union.cpp | 8 +-
src/algorithm/union.h | 2 +-
src/capi/sfcgal_c.cpp | 1 +
src/capi/sfcgal_c.h | 10 +-
src/detail/GeometrySet.cpp | 4 +-
src/detail/Point_inside_polyhedron.h | 19 +
src/detail/TestGeometry.h | 2 +
src/detail/graph/Edge.h | 2 +-
src/detail/graph/GeometryGraph.h | 2 +-
test/CMakeLists.txt | 10 +-
test/bench/BenchStraightSkeleton.cpp | 95 +
.../StraightSkeletonTest.txt | 0
test/data/StraightSkeletonTest/issue111.txt | 3 +
test/garden/CMakeLists.txt | 4 +-
test/regress/standalone/CMakeLists.txt | 4 +-
test/regress/standalone/README | 15 +
.../standalone/SFCGAL/StraightSkeletonTest.cpp | 97 +-
test/unit/CMakeLists.txt | 4 +-
...tSkeletonTest.cpp => ApproximateMedialAxis.cpp} | 60 +-
.../unit/SFCGAL/algorithm/StraightSkeletonTest.cpp | 54 +-
test/unit/SFCGAL/capi/sfcgal_cTest.cpp | 28 +
travis/linux/before_install.sh | 24 +
travis/linux/install_cgal.sh | 14 +
viewer/src/SFCGAL/viewer/plugins/DataPlugin.cpp | 2 +-
55 files changed, 4508 insertions(+), 6339 deletions(-)
create mode 100644 .travis.yml
delete mode 100644 debian/patches/0001-Fix-spelling-errors-accourding-to-lintian-tool-of-th.patch
delete mode 100644 debian/patches/0002-define-BOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT-in-c.patch
delete mode 100644 debian/patches/0003-style-test-is-not-robust.patch
delete mode 100644 debian/patches/series
create mode 100644 src/detail/Point_inside_polyhedron.h
create mode 100644 test/bench/BenchStraightSkeleton.cpp
rename test/data/{ => StraightSkeletonTest}/StraightSkeletonTest.txt (100%)
create mode 100644 test/data/StraightSkeletonTest/issue111.txt
create mode 100644 test/regress/standalone/README
copy test/unit/SFCGAL/algorithm/{StraightSkeletonTest.cpp => ApproximateMedialAxis.cpp} (55%)
create mode 100755 travis/linux/before_install.sh
create mode 100644 travis/linux/install_cgal.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git
More information about the Pkg-grass-devel
mailing list