Skip to content

Debian Changelog opencascade (6.2-7)

2008

opencascade (6.2-7) unstable; urgency=low

   * Added menu and .desktop entry for DRAWEXE (closes: #486028).
   * Added --disable-debug to configure flags (Thanks: Denis Barbier;
     closes: #488891).
   * Disabled X11/bitmaps/icon.h inclusion (Thanks: Denis Barbier;
     closes: #489127).
   * New and excessively simple manpage for DRAWEXE.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Tue, 08 Jul 2008 20:50:55 -0400

opencascade (6.2-6) unstable; urgency=low

   * Disabled mmap in font rendering (Thanks: Denis Barbier; closes: #487407).
   * Changed PPC variable to ppc to avoid conflict with PPC macro (Thanks: Denis
     Barbier; closes: #487810).

 -- Adam C. Powell, IV <hazelsct@debian.org>  Mon, 30 Jun 2008 11:03:42 -0400

opencascade (6.2-5) unstable; urgency=low

   * Moved Standard_Macro.hxx to a new directory in the shared lib package
     (Thanks: Denis Barbier; closes: #486386).
   * Added documentation describing Debian packaging and DRAWEXE use
     (closes: #486099).

 -- Adam C. Powell, IV <hazelsct@debian.org>  Thu, 19 Jun 2008 11:30:20 -0400

opencascade (6.2-4) unstable; urgency=low

   * Moved lib package /usr/share files into version-specific directory
     (Thanks: Denis Barbier; closes: #485503).
   * Put many more files into that directory (Thanks: Denis Barbier;
     closes: #485498).
   * Internally set CASROOT within source code, so users don't need to
     define it (Thanks: Denis Barbier).
   * Changed -D_OCC64 from Jason Kraftcheck's package to a definition in
     Standard_Macro.hxx (Thanks: Denis Barbier; closes: #485877).
   * Split out _OCC64 material into a separate OCC64.patch file, and added
     a couple more hunks for source files which hadn't used it.
   * Moved patches into their own subdir of debian/.
   * Removed bison from Build-Depends.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Thu, 12 Jun 2008 23:15:38 -0400

opencascade (6.2-3) unstable; urgency=low

   * First upload!  (Closes: #464400)
   * Added "-release 6.2" to LDADD for all libs making that the library version.
   * Dropped -0 from shared lib package, and version from -dev package.
   * Corrected a bunch of library dependencies.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Wed, 14 May 2008 18:38:09 -0400

opencascade (6.2-2) unstable; urgency=low

   * Converted FreeBSD tarball to .tar.gz as part of conversion back to version
     1 source format, and removed a couple of non-distributable files.
   * New copyright file uses http://wiki.debian.org/Proposals/CopyrightFormat
   * Copyright information from audit performed by Aurélien Jarno and Denis
     Barbier.
   * Removed static libs from the -dev package, making it architecture-
     independent.
   * Changed doc-base section to Science/Engineering.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Tue, 13 May 2008 08:45:15 -0400

opencascade (6.2-1) unstable; urgency=low

   * Using FreeBSD tarball found at:
     ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/thierry/
     (significantly smaller, leaves out some plain binaries, etc.)
   * Added file debian/audit.txt with current copyright/license audit status.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Tue, 06 May 2008 18:03:45 -0400

opencascade (6.2.0-7) unstable; urgency=low

   * Added .dat files from UnitsAPI to a new /usr/share/opencascade directory
     in the shared lib package because Salomé needs them.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Fri, 25 Jan 2008 10:33:58 -0500

opencascade (6.2.0-6) unstable; urgency=low

   * NO STLPORT!  HATE IT!  KILL IT!  DESTROY IT!  ELIMINATE IT!
   * Added -examples package for data directory.
   * Re-worded Descriptions a bit.
   * Updated README.Debian.html to reflect packaging changes.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Thu, 10 Jan 2008 10:20:23 -0500

opencascade (6.2.0-5) unstable; urgency=low

   * Added build-dep on libmesa-gl1-dev (thanks to Alexandre Fayolle).
   * Converted copyright to UTF-8.
   * Included triangle copyright issues in copyright file.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Wed, 09 Jan 2008 00:13:15 -0500

opencascade (6.2.0-4) unstable; urgency=low

   * Fixed brown bag error which left includes out of the package.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Tue, 08 Jan 2008 07:58:29 -0500

opencascade (6.2.0-3) unstable; urgency=low

   * Fixed egregious config.h problem.
   * Fixed debian/rules so install depends on build but it doesn't try to
     patch with every install (thanks to Aurelien Jarno).
   * Moved source and -tools from non-free/math to non-free/science (thanks
     to Aurelien Jarno).
   * Parallel make (thanks to Aurelien Jarno).
   * Fixed Homepage link in control (thanks to Aurelien Jarno).
   * Moved headers to new /usr/include/opencascade directory.
   * New doc-base entry.
   * -dev package provides and conflicts with libopencascade-dev to prevent
     simultaneous installs of different versions.

 -- Adam C. Powell, IV <hazelsct@debian.org>  Mon, 07 Jan 2008 09:35:23 -0500

opencascade (6.2.0-2) unstable; urgency=low

   * Added header copying into place to install target.
   * Changed erroneous "nonfree" to "non-free" in control binary package
     descriptions.
   * Added .la files to -dev package.
   * Versioned -dev package because users are likely to want to install a
     particular version, but have not made an effort yet to conflict with
     self or use alternatives to allow simultaneous installation of
     multiple -dev packages.
   * Added package description and more "bugs" to README.Debian.html.

 -- Adam C Powell IV <hazelsct@debian.org>  Fri, 04 Jan 2008 05:18:44 +0000

opencascade (6.2.0-1) unstable; urgency=low

   * First Debianization of OpenCASCADE!
   * Created .orig.tar.gz by extracting upstream OpenCASCADE_Linux.tgz, making a
     dir opencascade-6.2.0, running "java -cp [path]/Linux/setup.jar run" in
     that dir, removing the 3rdparty subdir and log.txt, then using "tar czf".
   * Uses patchset from http://homepages.cae.wisc.edu/~kraftche/OCC/patches.html

 -- Adam C. Powell, IV <hazelsct@debian.org>  Wed, 02 Jan 2008 16:32:57 -0500