opencascade.git
14 months agoMerge version 7.8.1+dfsg1-2+rpi1 and 7.8.1+dfsg1-3 to produce 7.8.1+dfsg1-3+rpi1 trixie-staging archive/raspbian/7.8.1+dfsg1-3+rpi1 raspbian/7.8.1+dfsg1-3+rpi1
Raspbian automatic forward porter [Wed, 9 Oct 2024 01:11:06 +0000 (02:11 +0100)]
Merge version 7.8.1+dfsg1-2+rpi1 and 7.8.1+dfsg1-3 to produce 7.8.1+dfsg1-3+rpi1

14 months agoMerge opencascade (7.8.1+dfsg1-3) import into refs/heads/workingbranch
Santiago Vila [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Merge opencascade (7.8.1+dfsg1-3) import into refs/heads/workingbranch

14 months ago[PATCH] 0033808: Coding - FreeType Use unsigned point and contour indexing in `FT_Out...
dpasukhi [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
[PATCH] 0033808: Coding - FreeType Use unsigned point and contour indexing in `FT_Outline`

Bug-Debian: https://bugs.debian.org/1083127

Changes to auto instead of specific type

Gbp-Pq: Name 0013-use-auto-instead-of-specific-type.patch

14 months agoRemove -ffile-prefix-map= from CMake module generated compiler flags.
Tobias Frost [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Remove -ffile-prefix-map= from CMake module generated compiler flags.

Forwarded: no, Debian specific
Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional>
Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>

Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0012-cmake-do-not-export-ffile-prefix.patch

14 months agocmake-workaround-tbbmemory
Debian Science Maintainers [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
cmake-workaround-tbbmemory

Gbp-Pq: Name 0011-cmake-workaround-tbbmemory.patch

14 months agoFix cmake module path
Tobias Frost [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Fix cmake module path

Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>

to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch

14 months ago[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might...
blobfish [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might be degenerate edge, so no curve

Gbp-Pq: Name 0006-BRepOffset_Tool-TryProject-Check-return-of-BRepLib-B.patch

14 months ago[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary
blobfish [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary

Gbp-Pq: Name 0005-BRepFill_Filling-Don-t-even-attempt-to-build-with-em.patch

14 months ago[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAb...
blobfish [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAbs_Shape to Standard_Integer

Gbp-Pq: Name 0004-BRepFill_Filling-Curve-constraints-confused-by-impli.patch

14 months ago[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge...
blobfish [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge was found and the iterator is valid or we will crash on Edges.Remove

Gbp-Pq: Name 0003-BRepFill_Filling-WireFromList-We-can-t-assume-that-a.patch

14 months ago[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See...
blobfish [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:

    When we return, the yvector is crossed with x and we crash.
    The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.

Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch

14 months ago[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions...
blobfish [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions and all

Gbp-Pq: Name 0001-cmake-Don-t-try-to-write-to-install-directory.-You-k.patch

14 months agoDo not use a server-based search engine for the doxygen documentation.
Tobias Frost [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Do not use a server-based search engine for the doxygen documentation.

Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08

As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch

14 months agoDo not enforce atomics support on archs not supporting it.
Tobias Frost [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Do not enforce atomics support on archs not supporting it.

Forwarded: no, Debian specific.
Last-Update: 2018-05-26

armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch

14 months agoThis patch replaces Cloudflare mathjax with libjs-mathjax.
Kurt Kremitzki [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
This patch replaces Cloudflare mathjax with libjs-mathjax.

Last-Update: 2018-03-06

Gbp-Pq: Name remove-cloudflare-mathjax.diff

14 months agofix install dir references for debian
Debian Science Maintainers [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
fix install dir references for debian

Origin: vendor, https://aur.archlinux.org/cgit/aur.git/tree/fix-install-dir-references.patch?h=opencascade7

This patch fixes cmake install dir references and comes from the opencascade7
package on the ArchLinux User Repository.

Gbp-Pq: Name fix-install-dir-references.diff

14 months agoThis patch removes build refs to Files-Excluded in d/copyright
Kurt Kremitzki [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
This patch removes build refs to Files-Excluded in d/copyright

Last-Update: 2020-11-23

Gbp-Pq: Name dox-cmake-cleanup.patch

14 months agoopencascade (7.8.1+dfsg1-3) unstable; urgency=medium
Santiago Vila [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
opencascade (7.8.1+dfsg1-3) unstable; urgency=medium

  * Team upload.
  * Fix FTBFS bug "invalid conversion from ‘unsigned char*’ to ‘const char*’".
    Use auto instead of specific type. Closes: #1083127.

[dgit import unpatched opencascade 7.8.1+dfsg1-3]

14 months agoImport opencascade_7.8.1+dfsg1-3.debian.tar.xz
Santiago Vila [Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)]
Import opencascade_7.8.1+dfsg1-3.debian.tar.xz

[dgit import tarball opencascade 7.8.1+dfsg1-3 opencascade_7.8.1+dfsg1-3.debian.tar.xz]

17 months agoMerge version 7.6.3+dfsg1-7+rpi1 and 7.8.1+dfsg1-2 to produce 7.8.1+dfsg1-2+rpi1 archive/raspbian/7.8.1+dfsg1-2+rpi1 raspbian/7.8.1+dfsg1-2+rpi1
Raspbian automatic forward porter [Thu, 20 Jun 2024 03:45:06 +0000 (04:45 +0100)]
Merge version 7.6.3+dfsg1-7+rpi1 and 7.8.1+dfsg1-2 to produce 7.8.1+dfsg1-2+rpi1

18 months agoMerge opencascade (7.8.1+dfsg1-2) import into refs/heads/workingbranch
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Merge opencascade (7.8.1+dfsg1-2) import into refs/heads/workingbranch

18 months agoRemove -ffile-prefix-map= from CMake module generated compiler flags.
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Remove -ffile-prefix-map= from CMake module generated compiler flags.

Forwarded: no, Debian specific
Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional>
Reviewed-by: <name and email of a reviewer, optional>
Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>

Last-Update: 2024-05-24 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0012-cmake-do-not-export-ffile-prefix.patch

18 months agocmake-workaround-tbbmemory
Debian Science Maintainers [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
cmake-workaround-tbbmemory

Gbp-Pq: Name 0011-cmake-workaround-tbbmemory.patch

18 months agoFix cmake module path
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Fix cmake module path

Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>

to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch

18 months ago[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might...
blobfish [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might be degenerate edge, so no curve

Gbp-Pq: Name 0006-BRepOffset_Tool-TryProject-Check-return-of-BRepLib-B.patch

18 months ago[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary
blobfish [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary

Gbp-Pq: Name 0005-BRepFill_Filling-Don-t-even-attempt-to-build-with-em.patch

18 months ago[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAb...
blobfish [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAbs_Shape to Standard_Integer

Gbp-Pq: Name 0004-BRepFill_Filling-Curve-constraints-confused-by-impli.patch

18 months ago[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge...
blobfish [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge was found and the iterator is valid or we will crash on Edges.Remove

Gbp-Pq: Name 0003-BRepFill_Filling-WireFromList-We-can-t-assume-that-a.patch

18 months ago[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See...
blobfish [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:

    When we return, the yvector is crossed with x and we crash.
    The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.

Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch

18 months ago[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions...
blobfish [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions and all

Gbp-Pq: Name 0001-cmake-Don-t-try-to-write-to-install-directory.-You-k.patch

18 months agoDo not use a server-based search engine for the doxygen documentation.
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Do not use a server-based search engine for the doxygen documentation.

Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08

As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch

18 months agoDo not enforce atomics support on archs not supporting it.
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Do not enforce atomics support on archs not supporting it.

Forwarded: no, Debian specific.
Last-Update: 2018-05-26

armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch

18 months agoThis patch replaces Cloudflare mathjax with libjs-mathjax.
Kurt Kremitzki [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
This patch replaces Cloudflare mathjax with libjs-mathjax.

Last-Update: 2018-03-06

Gbp-Pq: Name remove-cloudflare-mathjax.diff

18 months agofix install dir references for debian
Debian Science Maintainers [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
fix install dir references for debian

Origin: vendor, https://aur.archlinux.org/cgit/aur.git/tree/fix-install-dir-references.patch?h=opencascade7

This patch fixes cmake install dir references and comes from the opencascade7
package on the ArchLinux User Repository.

Gbp-Pq: Name fix-install-dir-references.diff

18 months agoThis patch removes build refs to Files-Excluded in d/copyright
Kurt Kremitzki [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
This patch removes build refs to Files-Excluded in d/copyright

Last-Update: 2020-11-23

Gbp-Pq: Name dox-cmake-cleanup.patch

18 months agoopencascade (7.8.1+dfsg1-2) unstable; urgency=medium
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
opencascade (7.8.1+dfsg1-2) unstable; urgency=medium

  * Fix d/control typo in a Break: statement
  * Fix some lintian warnings and remove some obsolete overrides.
  * Fix symlink in occt-draw pointing to old version.
  * Bump S-V to 4.7.0 - no changes required.
  * Add patch to remove ffile-prefix-map in the CMake modules.

[dgit import unpatched opencascade 7.8.1+dfsg1-2]

18 months agoImport opencascade_7.8.1+dfsg1-2.debian.tar.xz
Tobias Frost [Fri, 24 May 2024 17:00:24 +0000 (19:00 +0200)]
Import opencascade_7.8.1+dfsg1-2.debian.tar.xz

[dgit import tarball opencascade 7.8.1+dfsg1-2 opencascade_7.8.1+dfsg1-2.debian.tar.xz]

19 months agoImport opencascade_7.8.1+dfsg1.orig.tar.xz
Tobias Frost [Thu, 16 May 2024 10:06:54 +0000 (12:06 +0200)]
Import opencascade_7.8.1+dfsg1.orig.tar.xz

[dgit import orig opencascade_7.8.1+dfsg1.orig.tar.xz]

21 months agoMerge opencascade (7.6.3+dfsg1-7.1) import into refs/heads/workingbranch
Steve Langasek [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
Merge opencascade (7.6.3+dfsg1-7.1) import into refs/heads/workingbranch

21 months agoFix cmake module path
Tobias Frost [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
Fix cmake module path

Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>

to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch

21 months ago[PATCH] 0032697: Configuration - fix compilation errors with oneTBB 2021
kgv [Mon, 29 Nov 2021 18:26:45 +0000 (21:26 +0300)]
[PATCH] 0032697: Configuration - fix compilation errors with oneTBB 2021

Removed usage of no more existing tbb::task_scheduler_init and tbb::captured_exception.

Gbp-Pq: Name upstream-tbb-fix.patch

21 months ago[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might...
blobfish [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might be degenerate edge, so no curve

Gbp-Pq: Name 0006-BRepOffset_Tool-TryProject-Check-return-of-BRepLib-B.patch

21 months ago[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary
blobfish [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary

Gbp-Pq: Name 0005-BRepFill_Filling-Don-t-even-attempt-to-build-with-em.patch

21 months ago[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAb...
blobfish [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAbs_Shape to Standard_Integer

Gbp-Pq: Name 0004-BRepFill_Filling-Curve-constraints-confused-by-impli.patch

21 months ago[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge...
blobfish [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge was found and the iterator is valid or we will crash on Edges.Remove

Gbp-Pq: Name 0003-BRepFill_Filling-WireFromList-We-can-t-assume-that-a.patch

21 months ago[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See...
blobfish [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:

    When we return, the yvector is crossed with x and we crash.
    The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.

Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch

21 months ago[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions...
blobfish [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions and all

Gbp-Pq: Name 0001-cmake-Don-t-try-to-write-to-install-directory.-You-k.patch

21 months agoDo not use a server-based search engine for the doxygen documentation.
Tobias Frost [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
Do not use a server-based search engine for the doxygen documentation.

Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08

As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch

21 months agoDo not enforce atomics support on archs not supporting it.
Tobias Frost [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
Do not enforce atomics support on archs not supporting it.

Forwarded: no, Debian specific.
Last-Update: 2018-05-26

armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch

21 months agoThis patch replaces Cloudflare mathjax with libjs-mathjax.
Kurt Kremitzki [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
This patch replaces Cloudflare mathjax with libjs-mathjax.

Last-Update: 2018-03-06

Gbp-Pq: Name remove-cloudflare-mathjax.diff

21 months agofix install dir references for debian
Debian Science Maintainers [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
fix install dir references for debian

Origin: vendor, https://aur.archlinux.org/cgit/aur.git/tree/fix-install-dir-references.patch?h=opencascade7

This patch fixes cmake install dir references and comes from the opencascade7
package on the ArchLinux User Repository.

Gbp-Pq: Name fix-install-dir-references.diff

21 months agoThis patch removes build refs to Files-Excluded in d/copyright
Kurt Kremitzki [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
This patch removes build refs to Files-Excluded in d/copyright

Last-Update: 2020-11-23

Gbp-Pq: Name dox-cmake-cleanup.patch

21 months agoopencascade (7.6.3+dfsg1-7.1) unstable; urgency=medium
Steve Langasek [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
opencascade (7.6.3+dfsg1-7.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062832

[dgit import unpatched opencascade 7.6.3+dfsg1-7.1]

21 months agoImport opencascade_7.6.3+dfsg1-7.1.debian.tar.xz
Steve Langasek [Sat, 2 Mar 2024 10:13:48 +0000 (10:13 +0000)]
Import opencascade_7.6.3+dfsg1-7.1.debian.tar.xz

[dgit import tarball opencascade 7.6.3+dfsg1-7.1 opencascade_7.6.3+dfsg1-7.1.debian.tar.xz]

2 years agoMerge version 7.6.3+dfsg1-5+rpi1 and 7.6.3+dfsg1-7 to produce 7.6.3+dfsg1-7+rpi1 bookworm-staging archive/raspbian/7.6.3+dfsg1-7+rpi1 raspbian/7.6.3+dfsg1-7+rpi1
Raspbian automatic forward porter [Fri, 2 Jun 2023 00:01:02 +0000 (01:01 +0100)]
Merge version 7.6.3+dfsg1-5+rpi1 and 7.6.3+dfsg1-7 to produce 7.6.3+dfsg1-7+rpi1

2 years agoMerge opencascade (7.6.3+dfsg1-7) import into refs/heads/workingbranch
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Merge opencascade (7.6.3+dfsg1-7) import into refs/heads/workingbranch

2 years agoFix cmake module path
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Fix cmake module path

Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>

to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch

2 years ago[PATCH] 0032697: Configuration - fix compilation errors with oneTBB 2021
kgv [Mon, 29 Nov 2021 18:26:45 +0000 (21:26 +0300)]
[PATCH] 0032697: Configuration - fix compilation errors with oneTBB 2021

Removed usage of no more existing tbb::task_scheduler_init and tbb::captured_exception.

Gbp-Pq: Name upstream-tbb-fix.patch

2 years ago[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might...
blobfish [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might be degenerate edge, so no curve

Gbp-Pq: Name 0006-BRepOffset_Tool-TryProject-Check-return-of-BRepLib-B.patch

2 years ago[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary
blobfish [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary

Gbp-Pq: Name 0005-BRepFill_Filling-Don-t-even-attempt-to-build-with-em.patch

2 years ago[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAb...
blobfish [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAbs_Shape to Standard_Integer

Gbp-Pq: Name 0004-BRepFill_Filling-Curve-constraints-confused-by-impli.patch

2 years ago[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge...
blobfish [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge was found and the iterator is valid or we will crash on Edges.Remove

Gbp-Pq: Name 0003-BRepFill_Filling-WireFromList-We-can-t-assume-that-a.patch

2 years ago[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See...
blobfish [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:

    When we return, the yvector is crossed with x and we crash.
    The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.

Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch

2 years ago[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions...
blobfish [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions and all

Gbp-Pq: Name 0001-cmake-Don-t-try-to-write-to-install-directory.-You-k.patch

2 years agoDo not use a server-based search engine for the doxygen documentation.
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Do not use a server-based search engine for the doxygen documentation.

Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08

As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch

2 years agoDo not enforce atomics support on archs not supporting it.
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Do not enforce atomics support on archs not supporting it.

Forwarded: no, Debian specific.
Last-Update: 2018-05-26

armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch

2 years agoThis patch replaces Cloudflare mathjax with libjs-mathjax.
Kurt Kremitzki [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
This patch replaces Cloudflare mathjax with libjs-mathjax.

Last-Update: 2018-03-06

Gbp-Pq: Name remove-cloudflare-mathjax.diff

2 years agofix install dir references for debian
Debian Science Maintainers [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
fix install dir references for debian

Origin: vendor, https://aur.archlinux.org/cgit/aur.git/tree/fix-install-dir-references.patch?h=opencascade7

This patch fixes cmake install dir references and comes from the opencascade7
package on the ArchLinux User Repository.

Gbp-Pq: Name fix-install-dir-references.diff

2 years agoThis patch removes build refs to Files-Excluded in d/copyright
Kurt Kremitzki [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
This patch removes build refs to Files-Excluded in d/copyright

Last-Update: 2020-11-23

Gbp-Pq: Name dox-cmake-cleanup.patch

2 years agoopencascade (7.6.3+dfsg1-7) unstable; urgency=medium
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
opencascade (7.6.3+dfsg1-7) unstable; urgency=medium

  * Update broken symlink /usr/bin/occt-draw to new version
     occt-draw-7.6" (Closes: #1036581)

[dgit import unpatched opencascade 7.6.3+dfsg1-7]

2 years agoImport opencascade_7.6.3+dfsg1-7.debian.tar.xz
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Import opencascade_7.6.3+dfsg1-7.debian.tar.xz

[dgit import tarball opencascade 7.6.3+dfsg1-7 opencascade_7.6.3+dfsg1-7.debian.tar.xz]

2 years agoMerge opencascade (7.6.3+dfsg1-6) import into refs/heads/workingbranch
Tobias Frost [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
Merge opencascade (7.6.3+dfsg1-6) import into refs/heads/workingbranch

2 years agoFix cmake module path
Tobias Frost [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
Fix cmake module path

Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>

to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch

2 years ago[PATCH] 0032697: Configuration - fix compilation errors with oneTBB 2021
kgv [Mon, 29 Nov 2021 18:26:45 +0000 (21:26 +0300)]
[PATCH] 0032697: Configuration - fix compilation errors with oneTBB 2021

Removed usage of no more existing tbb::task_scheduler_init and tbb::captured_exception.

Gbp-Pq: Name upstream-tbb-fix.patch

2 years ago[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might...
blobfish [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might be degenerate edge, so no curve

Gbp-Pq: Name 0006-BRepOffset_Tool-TryProject-Check-return-of-BRepLib-B.patch

2 years ago[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary
blobfish [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary

Gbp-Pq: Name 0005-BRepFill_Filling-Don-t-even-attempt-to-build-with-em.patch

2 years ago[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAb...
blobfish [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAbs_Shape to Standard_Integer

Gbp-Pq: Name 0004-BRepFill_Filling-Curve-constraints-confused-by-impli.patch

2 years ago[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge...
blobfish [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge was found and the iterator is valid or we will crash on Edges.Remove

Gbp-Pq: Name 0003-BRepFill_Filling-WireFromList-We-can-t-assume-that-a.patch

2 years ago[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See...
blobfish [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:

    When we return, the yvector is crossed with x and we crash.
    The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.

Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch

2 years ago[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions...
blobfish [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions and all

Gbp-Pq: Name 0001-cmake-Don-t-try-to-write-to-install-directory.-You-k.patch

2 years agoDo not use a server-based search engine for the doxygen documentation.
Tobias Frost [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
Do not use a server-based search engine for the doxygen documentation.

Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08

As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch

2 years agoDo not enforce atomics support on archs not supporting it.
Tobias Frost [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
Do not enforce atomics support on archs not supporting it.

Forwarded: no, Debian specific.
Last-Update: 2018-05-26

armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch

2 years agoThis patch replaces Cloudflare mathjax with libjs-mathjax.
Kurt Kremitzki [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
This patch replaces Cloudflare mathjax with libjs-mathjax.

Last-Update: 2018-03-06

Gbp-Pq: Name remove-cloudflare-mathjax.diff

2 years agofix install dir references for debian
Debian Science Maintainers [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
fix install dir references for debian

Origin: vendor, https://aur.archlinux.org/cgit/aur.git/tree/fix-install-dir-references.patch?h=opencascade7

This patch fixes cmake install dir references and comes from the opencascade7
package on the ArchLinux User Repository.

Gbp-Pq: Name fix-install-dir-references.diff

2 years agoThis patch removes build refs to Files-Excluded in d/copyright
Kurt Kremitzki [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
This patch removes build refs to Files-Excluded in d/copyright

Last-Update: 2020-11-23

Gbp-Pq: Name dox-cmake-cleanup.patch

2 years agoopencascade (7.6.3+dfsg1-6) unstable; urgency=medium
Tobias Frost [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
opencascade (7.6.3+dfsg1-6) unstable; urgency=medium

  * Let libocct-data-exchange-dev Conflicts: with liboce-modeling-
    dev, liboce-visualization-dev, to avoid unpack errors.
    (Closes: #1035009)
  * Fix lintian E: depends-on-obsolete-package, replacing
    libfreetype6-dev with libfreetype-dev and
    libgl1-mesa-dev with libgl-dev

[dgit import unpatched opencascade 7.6.3+dfsg1-6]

2 years agoImport opencascade_7.6.3+dfsg1-6.debian.tar.xz
Tobias Frost [Sun, 14 May 2023 09:37:53 +0000 (10:37 +0100)]
Import opencascade_7.6.3+dfsg1-6.debian.tar.xz

[dgit import tarball opencascade 7.6.3+dfsg1-6 opencascade_7.6.3+dfsg1-6.debian.tar.xz]

3 years agoMerge version 7.6.3+dfsg1-2+rpi1 and 7.6.3+dfsg1-5 to produce 7.6.3+dfsg1-5+rpi1 archive/raspbian/7.6.3+dfsg1-5+rpi1 raspbian/7.6.3+dfsg1-5+rpi1
Raspbian automatic forward porter [Mon, 31 Oct 2022 05:25:22 +0000 (05:25 +0000)]
Merge version 7.6.3+dfsg1-2+rpi1 and 7.6.3+dfsg1-5 to produce 7.6.3+dfsg1-5+rpi1

3 years agoMerge opencascade (7.6.3+dfsg1-5) import into refs/heads/workingbranch
Tobias Frost [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
Merge opencascade (7.6.3+dfsg1-5) import into refs/heads/workingbranch

3 years agoFix cmake module path
Tobias Frost [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
Fix cmake module path

Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>

to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch

3 years ago[PATCH] 0032697: Configuration - fix compilation errors with oneTBB 2021
kgv [Mon, 29 Nov 2021 18:26:45 +0000 (21:26 +0300)]
[PATCH] 0032697: Configuration - fix compilation errors with oneTBB 2021

Removed usage of no more existing tbb::task_scheduler_init and tbb::captured_exception.

Gbp-Pq: Name upstream-tbb-fix.patch

3 years ago[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might...
blobfish [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
[PATCH 6/7] BRepOffset_Tool: TryProject: Check return of BRepLib::BuildCurve3d. Might be degenerate edge, so no curve

Gbp-Pq: Name 0006-BRepOffset_Tool-TryProject-Check-return-of-BRepLib-B.patch

3 years ago[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary
blobfish [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
[PATCH 5/7] BRepFill_Filling: Don't even attempt to build with empty boundary

Gbp-Pq: Name 0005-BRepFill_Filling-Don-t-even-attempt-to-build-with-em.patch

3 years ago[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAb...
blobfish [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
[PATCH 4/7] BRepFill_Filling: Curve constraints confused by implicit cast from GeomAbs_Shape to Standard_Integer

Gbp-Pq: Name 0004-BRepFill_Filling-Curve-constraints-confused-by-impli.patch

3 years ago[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge...
blobfish [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
[PATCH 3/7] BRepFill_Filling: WireFromList: We can't assume that a connected edge was found and the iterator is valid or we will crash on Edges.Remove

Gbp-Pq: Name 0003-BRepFill_Filling-WireFromList-We-can-t-assume-that-a.patch

3 years ago[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See...
blobfish [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:

    When we return, the yvector is crossed with x and we crash.
    The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.

Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch

3 years ago[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions...
blobfish [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
[PATCH 1/7] cmake: Don't try to write to install directory. You know, permissions and all

Gbp-Pq: Name 0001-cmake-Don-t-try-to-write-to-install-directory.-You-k.patch

3 years agoDo not use a server-based search engine for the doxygen documentation.
Tobias Frost [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
Do not use a server-based search engine for the doxygen documentation.

Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08

As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch

3 years agoDo not enforce atomics support on archs not supporting it.
Tobias Frost [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
Do not enforce atomics support on archs not supporting it.

Forwarded: no, Debian specific.
Last-Update: 2018-05-26

armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch

3 years agoThis patch replaces Cloudflare mathjax with libjs-mathjax.
Kurt Kremitzki [Thu, 20 Oct 2022 20:08:48 +0000 (21:08 +0100)]
This patch replaces Cloudflare mathjax with libjs-mathjax.

Last-Update: 2018-03-06

Gbp-Pq: Name remove-cloudflare-mathjax.diff