[ubuntu/karmic] opencascade 6.3.0.dfsg.1-3 (Accepted)
Ubuntu Installer
archive at ubuntu.com
Wed May 6 17:27:32 BST 2009
opencascade (6.3.0.dfsg.1-3) unstable; urgency=low
[Denis Barbier]
* Modify debian/opencascade-draw.install to filter out unused
scripts from /usr/share/opencascade/6.3.0/src/DrawResources/
(closes: #518799)
* New fix-asm.patch to replace x86 assembly code by atomic
extensions provided by GNU g++. (closes: #518837)
* Build against tcl8.5-dev and tk8.5-dev.
* Drop unknown --with-xmu-{include,library} configure flags.
* Do not compress files in opencascade-examples. (closes: #496469)
opencascade (6.3.0.dfsg.1-2) unstable; urgency=low
[Denis Barbier]
* New drop-config-h.patch patch. Make sure that installed
headers do not #include <config.h> (closes: #506117). Thanks to Aleix on
OpenCascade forum for the report.
opencascade (6.3.0.dfsg.1-1) unstable; urgency=low
[Denis Barbier]
* New Upstream Version. (closes: #501128)
* Upstream replaced Triangle by a free implementation,
thus external-triangle.patch is removed as well as
dependencies against libtriangle-dev.
* Remove ros/src/FontMFT/*.mft files, these font files
have no sources. (As a side effect, closes: #487116)
* All non-free bits have thus been removed, and opencascade
is moved from non-free into main.
* Jason Kraftcheck's patches have been applied upstream,
occ6.2.patch and correct-libs.patch are dropped.
* Split packages as suggested by Jason Kraftcheck in
http://lists.debian.org/debian-science/2008/01/msg00023.html
+ opencascade-tools is split into opencascade-draw
and opencascade-wok
+ libopencascade6.3.0 is split into
libopencascade-foundation-6.3.0, libopencascade-modeling-6.3.0,
libopencascade-ocaf-lite-6.3.0, libopencascade-ocaf-6.3.0 and
libopencascade-visualization-6.3.0.
+ Ditto for -dev packages.
* New upstream build system now installs everything with
'make install', but DESTDIR support was missing and
requires a new destdir.patch patch.
* Call configure from a new directory to ease cleaning up.
* New wok-install.patch to move WOK files into
/usr/share/tcltk/wok2.0/
* Add --disable-dependency-tracking --disable-maintainer-mode
to configure flags to speed up compilation and avoid
running autotools
* New tkernel-ld.patch patch to add -ldl to libTKernel
which uses dlopen. This flag was previously set by
accident because ros/configure.in did set LIBS=$TCL_LIBS.
* New occ6.3.0.patch patch to fix C++ configure tests and
drop #ifdef from installed headers, they must not rely
on config.h providing the expected symbols.
* New dep-libs.patch to fix inter-library dependencies.
* New make-wok-libs-private.patch to move private WOK
libraries into /usr/lib/opencas, and remove library versions.
* New make-draw-libs-private.patch to move private DRAW
libraries into /usr/lib/opencas, and remove library versions.
Add rpath information into DRAWEXE to find plug-ins.
* New wokunix-fdescr.patch patch to fix build failure when
compiling with -D_FORTIFY_SOURCE=2. Patch written by
Andrea Florio for openSUSE.
* New wokstep_extract.patch patch to fix WOK, garbage was written
into generated files. (closes: #501352)
* debian/rules: Replace obsolete dh_movefiles by dh_install.
* Copy ros/adm/UDLIST from Windows binary tarball, the one
shipped with sources is outdated. This is useful to
compile binaries with WOK.
* Add Vcs-Browser and Vcs-Git fields in debian/control.
* Build-depends on default-jdk-builddep to enable java wrapper.
* Modify CreateFactory.tcl to only define CreateFactory function,
this script can then be used by other scripts.
[Adam Powell]
* Closing old bugs fixed in previous unreleased versions (closes: #491912,
#494715).
* Changed Maintainer to debian-science and added myself as the first
uploader (closes: #496668).
opencascade (6.2.dfsg-1) unstable; urgency=low
* DFSG version with doc/, ros/src/Triangle/triangle.h, and most of
ros/src/Triangle/triangle.c removed.
* Patches enable use af external (non-free) triangle library.
* Uses quilt to apply patches.
* Moved Standard_Macro64.hxx to versioned directory (Thanks: Denis Barbier;
closes: #491912).
* Made opencascade-tools depend on libopencascade-dev (closes: #494715).
Date: Wed, 06 May 2009 17:26:07 +0100
Changed-By: Steven Susbauer <steven at too1337.com>
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/karmic/+source/opencascade/6.3.0.dfsg.1-3
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Wed, 06 May 2009 17:26:07 +0100
Source: opencascade
Binary: libopencascade-foundation-6.3.0, libopencascade-modeling-6.3.0, libopencascade-visualization-6.3.0, libopencascade-ocaf-lite-6.3.0, libopencascade-ocaf-6.3.0, opencascade-draw, opencascade-wok, libopencascade-dev, libopencascade-foundation-dev, libopencascade-modeling-dev, libopencascade-ocaf-lite-dev, libopencascade-ocaf-dev, libopencascade-visualization-dev, opencascade-examples
Architecture: source
Version: 6.3.0.dfsg.1-3
Distribution: karmic
Urgency: low
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Changed-By: Steven Susbauer <steven at too1337.com>
Closes: 487116 491912 491912 494715 494715 496469 496668 501128 501352 506117 518799 518837
Changes:
opencascade (6.3.0.dfsg.1-3) unstable; urgency=low
.
[Denis Barbier]
* Modify debian/opencascade-draw.install to filter out unused
scripts from /usr/share/opencascade/6.3.0/src/DrawResources/
(closes: #518799)
* New fix-asm.patch to replace x86 assembly code by atomic
extensions provided by GNU g++. (closes: #518837)
* Build against tcl8.5-dev and tk8.5-dev.
* Drop unknown --with-xmu-{include,library} configure flags.
* Do not compress files in opencascade-examples. (closes: #496469)
.
opencascade (6.3.0.dfsg.1-2) unstable; urgency=low
.
[Denis Barbier]
* New drop-config-h.patch patch. Make sure that installed
headers do not #include <config.h> (closes: #506117). Thanks to Aleix on
OpenCascade forum for the report.
.
opencascade (6.3.0.dfsg.1-1) unstable; urgency=low
.
[Denis Barbier]
* New Upstream Version. (closes: #501128)
* Upstream replaced Triangle by a free implementation,
thus external-triangle.patch is removed as well as
dependencies against libtriangle-dev.
* Remove ros/src/FontMFT/*.mft files, these font files
have no sources. (As a side effect, closes: #487116)
* All non-free bits have thus been removed, and opencascade
is moved from non-free into main.
* Jason Kraftcheck's patches have been applied upstream,
occ6.2.patch and correct-libs.patch are dropped.
* Split packages as suggested by Jason Kraftcheck in
http://lists.debian.org/debian-science/2008/01/msg00023.html
+ opencascade-tools is split into opencascade-draw
and opencascade-wok
+ libopencascade6.3.0 is split into
libopencascade-foundation-6.3.0, libopencascade-modeling-6.3.0,
libopencascade-ocaf-lite-6.3.0, libopencascade-ocaf-6.3.0 and
libopencascade-visualization-6.3.0.
+ Ditto for -dev packages.
* New upstream build system now installs everything with
'make install', but DESTDIR support was missing and
requires a new destdir.patch patch.
* Call configure from a new directory to ease cleaning up.
* New wok-install.patch to move WOK files into
/usr/share/tcltk/wok2.0/
* Add --disable-dependency-tracking --disable-maintainer-mode
to configure flags to speed up compilation and avoid
running autotools
* New tkernel-ld.patch patch to add -ldl to libTKernel
which uses dlopen. This flag was previously set by
accident because ros/configure.in did set LIBS=$TCL_LIBS.
* New occ6.3.0.patch patch to fix C++ configure tests and
drop #ifdef from installed headers, they must not rely
on config.h providing the expected symbols.
* New dep-libs.patch to fix inter-library dependencies.
* New make-wok-libs-private.patch to move private WOK
libraries into /usr/lib/opencas, and remove library versions.
* New make-draw-libs-private.patch to move private DRAW
libraries into /usr/lib/opencas, and remove library versions.
Add rpath information into DRAWEXE to find plug-ins.
* New wokunix-fdescr.patch patch to fix build failure when
compiling with -D_FORTIFY_SOURCE=2. Patch written by
Andrea Florio for openSUSE.
* New wokstep_extract.patch patch to fix WOK, garbage was written
into generated files. (closes: #501352)
* debian/rules: Replace obsolete dh_movefiles by dh_install.
* Copy ros/adm/UDLIST from Windows binary tarball, the one
shipped with sources is outdated. This is useful to
compile binaries with WOK.
* Add Vcs-Browser and Vcs-Git fields in debian/control.
* Build-depends on default-jdk-builddep to enable java wrapper.
* Modify CreateFactory.tcl to only define CreateFactory function,
this script can then be used by other scripts.
.
[Adam Powell]
* Closing old bugs fixed in previous unreleased versions (closes: #491912,
#494715).
* Changed Maintainer to debian-science and added myself as the first
uploader (closes: #496668).
.
opencascade (6.2.dfsg-1) unstable; urgency=low
.
* DFSG version with doc/, ros/src/Triangle/triangle.h, and most of
ros/src/Triangle/triangle.c removed.
* Patches enable use af external (non-free) triangle library.
* Uses quilt to apply patches.
* Moved Standard_Macro64.hxx to versioned directory (Thanks: Denis Barbier;
closes: #491912).
* Made opencascade-tools depend on libopencascade-dev (closes: #494715).
Files:
4dd90fbaf41eb00b149e2ff421d5ca8a 130169 science extra opencascade_6.3.0.dfsg.1-3.diff.gz
da3b11269aa91567cd32eb6c496d6386 47014010 science extra opencascade_6.3.0.dfsg.1.orig.tar.gz
c0b70c88d15117b76a5b4359ef0db7ed 1940 science extra opencascade_6.3.0.dfsg.1-3.dsc
More information about the Karmic-changes
mailing list